Add support for editing ICQWorkUserInfo.
[kdenetwork.git] / config.h.cmake
blob654a9755d7af5d8257528f647fa12bc89f7b4606
1 /* config.h.  Generated by cmake from config.h.cmake */
4 /* Define if you have the getdomainname prototype */
5 #cmakedefine HAVE_GETDOMAINNAME_PROTO 1
7 /* Define to 1 if you have the `getifaddrs' function. */
8 #cmakedefine HAVE_GETIFADDRS 1
10 /* Define to 1 if you have the `getnameinfo' function. */
11 #cmakedefine HAVE_GETNAMEINFO 1
14 /* Define if you have the res_init prototype */
15 #cmakedefine HAVE_RES_INIT_PROTO 1
17 /* Define if SLP is available */
18 #cmakedefine HAVE_SLP 1
20 /* Define to 1 if you have the <string.h> header file. */
21 #cmakedefine HAVE_STRING_H 1
24 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
25 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
27 /* Define to 1 if you have the <sys/param.h> header file. */
28 #cmakedefine HAVE_SYS_PARAM_H 1
30 /* Define to 1 if you have the <sys/select.h> header file. */
31 #cmakedefine HAVE_SYS_SELECT_H 1
33 /* Define to 1 if you have the <sys/sockio.h> header file. */
34 #cmakedefine HAVE_SYS_SOCKIO_H 1
36 /* Define to 1 if you have the <sys/stat.h> header file. */
37 #cmakedefine HAVE_SYS_STAT_H 1
39 /* Define to 1 if you have the <sys/time.h> header file. */
40 #cmakedefine HAVE_SYS_TIME_H 1
42 /* Define to 1 if you have the <sys/types.h> header file. */
43 #cmakedefine HAVE_SYS_TYPES_H 1
45 /* define if you have a timezone variable */
46 #define HAVE_TIMEZONE 1
48 /* Define if you have usleep */
49 #cmakedefine HAVE_USLEEP 1
51 /* Define if you have the usleep prototype */
52 #cmakedefine HAVE_USLEEP_PROTO 1
55 /* Define to 1 if you have the `va_copy' function. */
56 /* #undef HAVE_VA_COPY */
58 /* Define to 1 if you have the `vsnprintf' function. */
59 #cmakedefine HAVE_VSNPRINTF 1
61 /* Define to 1 if you have the `_va_copy' function. */
62 /* #undef HAVE__VA_COPY */
64 /* Name of package */
65 #define PACKAGE "kdenetwork"
67 /* If we're using configure, we're on POSIX */
68 #define POSIX 1
70 /* Build as a production build */
71 #define PRODUCTION 1
73 /* Build as a production build */
74 #define PRODUCTION_BUILD 1
77 /* The size of a `char *', as computed by sizeof. */
78 #define SIZEOF_CHAR_P ${SIZEOF_CHAR_P}
80 /* The size of a `int', as computed by sizeof. */
81 #define SIZEOF_INT ${SIZEOF_INT}
83 /* The size of a `long', as computed by sizeof. */
84 #define SIZEOF_LONG ${SIZEOF_LONG}
86 /* The size of a `short', as computed by sizeof. */
87 #define SIZEOF_SHORT ${SIZEOF_SHORT}
89 /* The size of a `size_t', as computed by sizeof. */
90 #define SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
92 /* The size of a `unsigned long', as computed by sizeof. */
93 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
95 /* Determine pointer size for SQLite */
96 #define SQLITE_PTR_SZ SIZEOF_CHAR_P
98 /* Define to 1 if you have the ANSI C header files. */
99 #define STDC_HEADERS 1
101 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
102 #cmakedefine TIME_WITH_SYS_TIME 1
104 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
105 /* #undef TM_IN_SYS_TIME */
108 /* Define if you want to use a callback structure instead of callback
109    functions */
110 /* #undef USE_STRUCT_CALLBACKS */
112 /* Version number of package */
113 #define VERSION "3.9.02"
115 /* Defined if compiling without arts */
116 #define WITHOUT_ARTS 1
118 /* Define to 1 if your processor stores words with the most significant byte
119    first (like Motorola and SPARC, unlike Intel and VAX). */
120 /* #undef WORDS_BIGENDIAN */
124  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
125  * headers and I'm too lazy to write a configure test as long as only
126  * unixware is related
127  */
128 #ifdef _UNIXWARE
129 #define HAVE_BOOLEAN
130 #endif
135  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
136  * that defines bzero.
137  */
139 #if defined(_AIX)
140 #include <strings.h>
141 #endif
143 /* Number of bits in a file offset, on hosts where this is settable. */
144 #define _FILE_OFFSET_BITS 64
147 /* Define for large files, on AIX-style hosts. */
148 /* #undef _LARGE_FILES */
151 /* Defined when alsa support is enabled */
152 #define __ALSA_ENABLED__ 1
155 #if defined(__SVR4) && !defined(__svr4__)
156 #define __svr4__ 1
157 #endif
160 #ifdef __osf__
161 /* From Tom Leitner */
162 #if __STDC__
163 #include <stdarg.h>
164 #include <stdlib.h>
165 #else
166 #include <varargs.h>
167 #endif
168 #ifndef __OSF_INCLUDED__
169 #define __OSF_INCLUDED__
170 #define MSG_NOSIGNAL 0
171 #ifndef AF_LOCAL
172 #define AF_LOCAL 1          /* is the same as AF_UNIX */
173 #endif
174 #ifndef herror
175 #define herror(a)   printf(a)
176 #endif
178 #include <sys/types.h>
179 #ifdef __cplusplus
180 extern "C" int sethostname (char *name, int name_len );
181 extern "C" int flock(int filedes, int operation );
182 #else
183 int sethostname (char *name, int name_len );
184 int flock(int filedes, int operation );
185 #endif
186 #endif
187 #endif
191 /* type to use in place of socklen_t if not defined */
192 #define kde_socklen_t socklen_t
194 /* type to use in place of socklen_t if not defined (deprecated, use
195    kde_socklen_t) */
196 #define ksize_t socklen_t
198 /* Define to `unsigned' if <sys/types.h> does not define. */
199 /* #undef size_t */
201 /* Define to `unsigned int' if not defined. */
202 /* #undef uint32_t */
204 /* Define to `unsigned long long' if not defined. */
205 /* #undef uint64_t */
207 /* Define to `unsigned char' if not defined. */
208 /* #undef uint8_t */
210 #include <kdefakes.h>