diff options
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); +} |