/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ // krdp #define VERSION "@VERSION@" // NOTE: // this definition is safe for modern Linux systems // for other OSes can be necessary to check #define STDC_HEADERS 1 // kopete (libkopete/avdevice and plugins/motionautoaway) #cmakedefine VIDEODEV_HEADER "@VIDEODEV_HEADER@" // kopete/protocols/yahoo #cmakedefine HAVE_INTTYPES_H 1 #cmakedefine HAVE_STRINGS_H 1 // kopete/protocols/yahoo, kppp #cmakedefine HAVE_STRING_H 1 // kopete, ktalkd #cmakedefine HAVE_STDINT_H 1 // kopete/protocols/jabber #cmakedefine SUPPORT_JINGLE 1 #cmakedefine HAVE_GLIB 1 #cmakedefine HAVE_SPEEX 1 #cmakedefine HAVE_TM_GMTOFF 1 // kopete/plugins/nowlistening #cmakedefine HAVE_XMMS 1 // kopete/plugins/webpresence #cmakedefine HAVE_XSLT 1 // kppp #cmakedefine HAVE_SYS_PARAM_H 1 #cmakedefine HAVE_NET_IF_PPP_H 1 // krcd / krfb #cmakedefine HAVE_GETNAMEINFO 1 #cmakedefine HAVE_GETIFADDRS 1 #cmakedefine HAVE_SLP 1 #cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1 #cmakedefine HAVE_SYS_SOCKIO_H 1 // ktalkd #cmakedefine HAVE_SYS_TYPES_H 1 #cmakedefine HAVE_SYS_STAT_H 1 #cmakedefine HAVE_SYS_FILE_H 1 #cmakedefine HAVE_UNISTD_H 1 #cmakedefine HAVE_UTMP_H 1 #cmakedefine HAVE_UTMPX_H 1 #cmakedefine HAVE_VSNPRINTF 1 #cmakedefine HAVE_STRERROR 1 #cmakedefine HAVE_STRERROR_PROTO 1 #cmakedefine HAVE_FDOPEN_PROTO 1 #cmakedefine SCANDIR_NEEDS_CONST 1 // only for Linux #cmakedefine PROC_FIND_USER 1 #cmakedefine UTMP_AND_PROC_FIND_USER 1 #cmakedefine ALL_PROCESSES_AND_PROC_FIND_USER 1 // wifi #cmakedefine WITHOUT_ARTS 1 /* Define if you have the strlcat prototype */ #cmakedefine HAVE_STRLCAT_PROTO /* Define if you have the strlcpy prototype */ #cmakedefine HAVE_STRLCPY_PROTO #if !defined(HAVE_STRLCAT_PROTO) #ifdef __cplusplus extern "C" { unsigned long strlcat(char*, const char*, unsigned long); } #endif #endif #if !defined(HAVE_STRLCPY_PROTO) #ifdef __cplusplus extern "C" { unsigned long strlcpy(char*, const char*, unsigned long); } #endif #endif