Enable storage backend.
[kdenetwork.git] / config.h.cmake
blobc40af53bbf4812790c4fb47a406cf478a6102ade
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 */
28 /* Define to 1 if you have the <sys/bitypes.h> header file. */
29 #cmakedefine HAVE_SYS_BITYPES_H 1
31 /* Define if you have the strlcat prototype */
32 #cmakedefine HAVE_STRLCAT_PROTO 1
34 /* Define if you have strlcpy */
36 /* Define to 1 if you have the <sys/file.h> header file. */
37 #cmakedefine HAVE_SYS_FILE_H 1
39 /* Define to 1 if you have the <sys/param.h> header file. */
40 #cmakedefine HAVE_SYS_PARAM_H 1
42 /* Define to 1 if you have the <sys/select.h> header file. */
43 #cmakedefine HAVE_SYS_SELECT_H 1
45 /* Define to 1 if you have the <sys/sockio.h> header file. */
46 #cmakedefine HAVE_SYS_SOCKIO_H 1
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #cmakedefine HAVE_SYS_STAT_H 1
51 /* Define to 1 if you have the <sys/time.h> header file. */
52 #cmakedefine HAVE_SYS_TIME_H 1
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #cmakedefine HAVE_SYS_TYPES_H 1
57 /* define if you have a timezone variable */
58 #define HAVE_TIMEZONE 1
60 /* Define to 1 if you have the <unistd.h> header file. */
61 #cmakedefine HAVE_UNISTD_H 1
63 /* Define if you have unsetenv */
64 #cmakedefine HAVE_UNSETENV 1
66 /* Define if you have the unsetenv prototype */
67 #cmakedefine HAVE_UNSETENV_PROTO 1
69 /* Define if you have usleep */
70 #cmakedefine HAVE_USLEEP 1
72 /* Define if you have the usleep prototype */
73 #cmakedefine HAVE_USLEEP_PROTO 1
76 /* Define to 1 if you have the `va_copy' function. */
77 /* #undef HAVE_VA_COPY */
79 /* Define to 1 if you have the `vsnprintf' function. */
80 #cmakedefine HAVE_VSNPRINTF 1
82 /* Define to 1 if you have the `_va_copy' function. */
83 /* #undef HAVE__VA_COPY */
85 /* Name of package */
86 #define PACKAGE "kdenetwork"
88 /* If we're using configure, we're on POSIX */
89 #define POSIX 1
91 /* Build as a production build */
92 #define PRODUCTION 1
94 /* Build as a production build */
95 #define PRODUCTION_BUILD 1
98 /* The size of a `char *', as computed by sizeof. */
99 #define SIZEOF_CHAR_P ${SIZEOF_CHAR_P}
101 /* The size of a `int', as computed by sizeof. */
102 #define SIZEOF_INT ${SIZEOF_INT}
104 /* The size of a `long', as computed by sizeof. */
105 #define SIZEOF_LONG ${SIZEOF_LONG}
107 /* The size of a `short', as computed by sizeof. */
108 #define SIZEOF_SHORT ${SIZEOF_SHORT}
110 /* The size of a `size_t', as computed by sizeof. */
111 #define SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
113 /* The size of a `unsigned long', as computed by sizeof. */
114 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
116 /* Determine pointer size for SQLite */
117 #define SQLITE_PTR_SZ SIZEOF_CHAR_P
119 /* Define to 1 if you have the ANSI C header files. */
120 #define STDC_HEADERS 1
122 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
123 #cmakedefine TIME_WITH_SYS_TIME 1
125 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
126 /* #undef TM_IN_SYS_TIME */
129 /* Define if you want to use a callback structure instead of callback
130    functions */
131 /* #undef USE_STRUCT_CALLBACKS */
133 /* Version number of package */
134 #define VERSION "3.9.02"
136 /* Defined if compiling without arts */
137 #define WITHOUT_ARTS 1
139 /* Define to 1 if your processor stores words with the most significant byte
140    first (like Motorola and SPARC, unlike Intel and VAX). */
141 /* #undef WORDS_BIGENDIAN */
145  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
146  * headers and I'm too lazy to write a configure test as long as only
147  * unixware is related
148  */
149 #ifdef _UNIXWARE
150 #define HAVE_BOOLEAN
151 #endif
156  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
157  * that defines bzero.
158  */
160 #if defined(_AIX)
161 #include <strings.h>
162 #endif
164 /* Number of bits in a file offset, on hosts where this is settable. */
165 #define _FILE_OFFSET_BITS 64
168 /* Define for large files, on AIX-style hosts. */
169 /* #undef _LARGE_FILES */
172 /* Defined when alsa support is enabled */
173 #define __ALSA_ENABLED__ 1
176 #if defined(__SVR4) && !defined(__svr4__)
177 #define __svr4__ 1
178 #endif
181 #ifdef __osf__
182 /* From Tom Leitner */
183 #if __STDC__
184 #include <stdarg.h>
185 #include <stdlib.h>
186 #else
187 #include <varargs.h>
188 #endif
189 #ifndef __OSF_INCLUDED__
190 #define __OSF_INCLUDED__
191 #define MSG_NOSIGNAL 0
192 #ifndef AF_LOCAL
193 #define AF_LOCAL 1          /* is the same as AF_UNIX */
194 #endif
195 #ifndef herror
196 #define herror(a)   printf(a)
197 #endif
199 #include <sys/types.h>
200 #ifdef __cplusplus
201 extern "C" int sethostname (char *name, int name_len );
202 extern "C" int flock(int filedes, int operation );
203 #else
204 int sethostname (char *name, int name_len );
205 int flock(int filedes, int operation );
206 #endif
207 #endif
208 #endif
212 /* type to use in place of socklen_t if not defined */
213 #define kde_socklen_t socklen_t
215 /* type to use in place of socklen_t if not defined (deprecated, use
216    kde_socklen_t) */
217 #define ksize_t socklen_t
219 /* Define to `unsigned' if <sys/types.h> does not define. */
220 /* #undef size_t */
222 /* Define to `unsigned int' if not defined. */
223 /* #undef uint32_t */
225 /* Define to `unsigned long long' if not defined. */
226 /* #undef uint64_t */
228 /* Define to `unsigned char' if not defined. */
229 /* #undef uint8_t */
231 #include <kdefakes.h>