diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
commit | 3467e6464beac3a162839bf7078e22e3a74d73e7 (patch) | |
tree | 1a5d4d35d19330ac9a6e7a18732322d983953cce /config.h.cmake | |
parent | 153897691d8aa3b17f49555de61ce694ca92fd20 (diff) | |
download | tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.tar.gz tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.zip |
[kdenetwork/kppp] added cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 7bf17882..e5d3c773 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -4,10 +4,21 @@ #define STDC_HEADERS 1 // kopete/protocols/yahoo -#cmakedefine HAVE_STRING_H 1 #cmakedefine HAVE_STRINGS_H 1 +// kopete/protocols/yahoo, kppp +#cmakedefine HAVE_STRING_H 1 + // kopete/protocols/jabber #cmakedefine SUPPORT_JINGLE 1 #cmakedefine HAVE_GLIB 1 #cmakedefine HAVE_SPEEX 1 + +// kppp +#cmakedefine HAVE_SYS_PARAM_H 1 +#cmakedefine HAVE_NET_IF_PPP_H 1 + +extern "C" { +unsigned long strlcpy(char*, const char*, unsigned long); +unsigned long strlcat(char*, const char*, unsigned long); +} |