Git init
[external/curl.git] / lib / curl_config.h.cmake
1 /* lib/curl_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the $func function. */
4 #cmakedefine AS_TR_CPP ${AS_TR_CPP}
5
6 /* when building libcurl itself */
7 #cmakedefine BUILDING_LIBCURL ${BUILDING_LIBCURL}
8
9 /* Location of default ca bundle */
10 #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
11
12 /* Location of default ca path */
13 #cmakedefine CURL_CA_PATH ${CURL_CA_PATH}
14
15 /* to disable cookies support */
16 #cmakedefine CURL_DISABLE_COOKIES ${CURL_DISABLE_COOKIES}
17
18 /* to disable cryptographic authentication */
19 #cmakedefine CURL_DISABLE_CRYPTO_AUTH ${CURL_DISABLE_CRYPTO_AUTH}
20
21 /* to disable DICT */
22 #cmakedefine CURL_DISABLE_DICT ${CURL_DISABLE_DICT}
23
24 /* to disable FILE */
25 #cmakedefine CURL_DISABLE_FILE ${CURL_DISABLE_FILE}
26
27 /* to disable FTP */
28 #cmakedefine CURL_DISABLE_FTP ${CURL_DISABLE_FTP}
29
30 /* to disable HTTP */
31 #cmakedefine CURL_DISABLE_HTTP ${CURL_DISABLE_HTTP}
32
33 /* to disable LDAP */
34 #cmakedefine CURL_DISABLE_LDAP ${CURL_DISABLE_LDAP}
35
36 /* to disable LDAPS */
37 #cmakedefine CURL_DISABLE_LDAPS ${CURL_DISABLE_LDAPS}
38
39 /* to disable proxies */
40 #cmakedefine CURL_DISABLE_PROXY ${CURL_DISABLE_PROXY}
41
42 /* to disable TELNET */
43 #cmakedefine CURL_DISABLE_TELNET ${CURL_DISABLE_TELNET}
44
45 /* to disable TFTP */
46 #cmakedefine CURL_DISABLE_TFTP ${CURL_DISABLE_TFTP}
47
48 /* to disable verbose strings */
49 #cmakedefine CURL_DISABLE_VERBOSE_STRINGS ${CURL_DISABLE_VERBOSE_STRINGS}
50
51 /* to make a symbol visible */
52 #cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
53 /* Ensure using CURL_EXTERN_SYMBOL is possible */
54 #ifndef CURL_EXTERN_SYMBOL
55 #define CURL_EXTERN_SYMBOL
56 #endif
57
58 /* to enable hidden symbols */
59 #cmakedefine CURL_HIDDEN_SYMBOLS ${CURL_HIDDEN_SYMBOLS}
60
61 /* Use Windows LDAP implementation */
62 #cmakedefine CURL_LDAP_WIN ${CURL_LDAP_WIN}
63
64 /* when not building a shared library */
65 #cmakedefine CURL_STATICLIB ${CURL_STATICLIB}
66
67 /* Set to explicitly specify we don't want to use thread-safe functions */
68 #cmakedefine DISABLED_THREADSAFE ${DISABLED_THREADSAFE}
69
70 /* your Entropy Gathering Daemon socket pathname */
71 #cmakedefine EGD_SOCKET ${EGD_SOCKET}
72
73 /* Define if you want to enable IPv6 support */
74 #cmakedefine ENABLE_IPV6 ${ENABLE_IPV6}
75
76 /* Define to the type qualifier of arg 1 for getnameinfo. */
77 #cmakedefine GETNAMEINFO_QUAL_ARG1 ${GETNAMEINFO_QUAL_ARG1}
78
79 /* Define to the type of arg 1 for getnameinfo. */
80 #cmakedefine GETNAMEINFO_TYPE_ARG1 ${GETNAMEINFO_TYPE_ARG1}
81
82 /* Define to the type of arg 2 for getnameinfo. */
83 #cmakedefine GETNAMEINFO_TYPE_ARG2 ${GETNAMEINFO_TYPE_ARG2}
84
85 /* Define to the type of args 4 and 6 for getnameinfo. */
86 #cmakedefine GETNAMEINFO_TYPE_ARG46 ${GETNAMEINFO_TYPE_ARG46}
87
88 /* Define to the type of arg 7 for getnameinfo. */
89 #cmakedefine GETNAMEINFO_TYPE_ARG7 ${GETNAMEINFO_TYPE_ARG7}
90
91 /* Specifies the number of arguments to getservbyport_r */
92 #cmakedefine GETSERVBYPORT_R_ARGS ${GETSERVBYPORT_R_ARGS}
93
94 /* Specifies the size of the buffer to pass to getservbyport_r */
95 #cmakedefine GETSERVBYPORT_R_BUFSIZE ${GETSERVBYPORT_R_BUFSIZE}
96
97 /* Define to 1 if you have the alarm function. */
98 #cmakedefine HAVE_ALARM ${HAVE_ALARM}
99
100 /* Define to 1 if you have the <alloca.h> header file. */
101 #cmakedefine HAVE_ALLOCA_H ${HAVE_ALLOCA_H}
102
103 /* Define to 1 if you have the <arpa/inet.h> header file. */
104 #cmakedefine HAVE_ARPA_INET_H ${HAVE_ARPA_INET_H}
105
106 /* Define to 1 if you have the <arpa/tftp.h> header file. */
107 #cmakedefine HAVE_ARPA_TFTP_H ${HAVE_ARPA_TFTP_H}
108
109 /* Define to 1 if you have the <assert.h> header file. */
110 #cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H}
111
112 /* Define to 1 if you have the `basename' function. */
113 #cmakedefine HAVE_BASENAME ${HAVE_BASENAME}
114
115 /* Define to 1 if bool is an available type. */
116 #cmakedefine HAVE_BOOL_T ${HAVE_BOOL_T}
117
118 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
119 #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC ${HAVE_CLOCK_GETTIME_MONOTONIC}
120
121 /* Define to 1 if you have the `closesocket' function. */
122 #cmakedefine HAVE_CLOSESOCKET ${HAVE_CLOSESOCKET}
123
124 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
125 #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA ${HAVE_CRYPTO_CLEANUP_ALL_EX_DATA}
126
127 /* Define to 1 if you have the <crypto.h> header file. */
128 #cmakedefine HAVE_CRYPTO_H ${HAVE_CRYPTO_H}
129
130 /* Define to 1 if you have the <des.h> header file. */
131 #cmakedefine HAVE_DES_H ${HAVE_DES_H}
132
133 /* Define to 1 if you have the <dlfcn.h> header file. */
134 #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
135
136 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
137 #cmakedefine HAVE_ENGINE_LOAD_BUILTIN_ENGINES ${HAVE_ENGINE_LOAD_BUILTIN_ENGINES}
138
139 /* Define to 1 if you have the <errno.h> header file. */
140 #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
141
142 /* Define to 1 if you have the <err.h> header file. */
143 #cmakedefine HAVE_ERR_H ${HAVE_ERR_H}
144
145 /* Define to 1 if you have the fcntl function. */
146 #cmakedefine HAVE_FCNTL ${HAVE_FCNTL}
147
148 /* Define to 1 if you have the <fcntl.h> header file. */
149 #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
150
151 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
152 #cmakedefine HAVE_FCNTL_O_NONBLOCK ${HAVE_FCNTL_O_NONBLOCK}
153
154 /* Define to 1 if you have the fdopen function. */
155 #cmakedefine HAVE_FDOPEN ${HAVE_FDOPEN}
156
157 /* Define to 1 if you have the `fork' function. */
158 #cmakedefine HAVE_FORK ${HAVE_FORK}
159
160 /* Define to 1 if you have the freeaddrinfo function. */
161 #cmakedefine HAVE_FREEADDRINFO ${HAVE_FREEADDRINFO}
162
163 /* Define to 1 if you have the freeifaddrs function. */
164 #cmakedefine HAVE_FREEIFADDRS ${HAVE_FREEIFADDRS}
165
166 /* Define to 1 if you have the ftruncate function. */
167 #cmakedefine HAVE_FTRUNCATE ${HAVE_FTRUNCATE}
168
169 /* Define to 1 if you have a working getaddrinfo function. */
170 #cmakedefine HAVE_GETADDRINFO ${HAVE_GETADDRINFO}
171
172 /* Define to 1 if you have the `geteuid' function. */
173 #cmakedefine HAVE_GETEUID ${HAVE_GETEUID}
174
175 /* Define to 1 if you have the gethostbyaddr function. */
176 #cmakedefine HAVE_GETHOSTBYADDR ${HAVE_GETHOSTBYADDR}
177
178 /* Define to 1 if you have the gethostbyaddr_r function. */
179 #cmakedefine HAVE_GETHOSTBYADDR_R ${HAVE_GETHOSTBYADDR_R}
180
181 /* gethostbyaddr_r() takes 5 args */
182 #cmakedefine HAVE_GETHOSTBYADDR_R_5 ${HAVE_GETHOSTBYADDR_R_5}
183
184 /* gethostbyaddr_r() takes 7 args */
185 #cmakedefine HAVE_GETHOSTBYADDR_R_7 ${HAVE_GETHOSTBYADDR_R_7}
186
187 /* gethostbyaddr_r() takes 8 args */
188 #cmakedefine HAVE_GETHOSTBYADDR_R_8 ${HAVE_GETHOSTBYADDR_R_8}
189
190 /* Define to 1 if you have the gethostbyname function. */
191 #cmakedefine HAVE_GETHOSTBYNAME ${HAVE_GETHOSTBYNAME}
192
193 /* Define to 1 if you have the gethostbyname_r function. */
194 #cmakedefine HAVE_GETHOSTBYNAME_R ${HAVE_GETHOSTBYNAME_R}
195
196 /* gethostbyname_r() takes 3 args */
197 #cmakedefine HAVE_GETHOSTBYNAME_R_3 ${HAVE_GETHOSTBYNAME_R_3}
198
199 /* gethostbyname_r() takes 5 args */
200 #cmakedefine HAVE_GETHOSTBYNAME_R_5 ${HAVE_GETHOSTBYNAME_R_5}
201
202 /* gethostbyname_r() takes 6 args */
203 #cmakedefine HAVE_GETHOSTBYNAME_R_6 ${HAVE_GETHOSTBYNAME_R_6}
204
205 /* Define to 1 if you have the gethostname function. */
206 #cmakedefine HAVE_GETHOSTNAME ${HAVE_GETHOSTNAME}
207
208 /* Define to 1 if you have a working getifaddrs function. */
209 #cmakedefine HAVE_GETIFADDRS ${HAVE_GETIFADDRS}
210
211 /* Define to 1 if you have the getnameinfo function. */
212 #cmakedefine HAVE_GETNAMEINFO ${HAVE_GETNAMEINFO}
213
214 /* Define to 1 if you have the `getpass_r' function. */
215 #cmakedefine HAVE_GETPASS_R ${HAVE_GETPASS_R}
216
217 /* Define to 1 if you have the `getppid' function. */
218 #cmakedefine HAVE_GETPPID ${HAVE_GETPPID}
219
220 /* Define to 1 if you have the `getprotobyname' function. */
221 #cmakedefine HAVE_GETPROTOBYNAME ${HAVE_GETPROTOBYNAME}
222
223 /* Define to 1 if you have the `getpwuid' function. */
224 #cmakedefine HAVE_GETPWUID ${HAVE_GETPWUID}
225
226 /* Define to 1 if you have the `getrlimit' function. */
227 #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
228
229 /* Define to 1 if you have the getservbyport_r function. */
230 #cmakedefine HAVE_GETSERVBYPORT_R ${HAVE_GETSERVBYPORT_R}
231
232 /* Define to 1 if you have the `gettimeofday' function. */
233 #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
234
235 /* Define to 1 if you have a working glibc-style strerror_r function. */
236 #cmakedefine HAVE_GLIBC_STRERROR_R ${HAVE_GLIBC_STRERROR_R}
237
238 /* Define to 1 if you have a working gmtime_r function. */
239 #cmakedefine HAVE_GMTIME_R ${HAVE_GMTIME_R}
240
241 /* if you have the gssapi libraries */
242 #cmakedefine HAVE_GSSAPI ${HAVE_GSSAPI}
243
244 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
245 #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H ${HAVE_GSSAPI_GSSAPI_GENERIC_H}
246
247 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
248 #cmakedefine HAVE_GSSAPI_GSSAPI_H ${HAVE_GSSAPI_GSSAPI_H}
249
250 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
251 #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H ${HAVE_GSSAPI_GSSAPI_KRB5_H}
252
253 /* if you have the GNU gssapi libraries */
254 #cmakedefine HAVE_GSSGNU ${HAVE_GSSGNU}
255
256 /* if you have the Heimdal gssapi libraries */
257 #cmakedefine HAVE_GSSHEIMDAL ${HAVE_GSSHEIMDAL}
258
259 /* if you have the MIT gssapi libraries */
260 #cmakedefine HAVE_GSSMIT ${HAVE_GSSMIT}
261
262 /* Define to 1 if you have the `idna_strerror' function. */
263 #cmakedefine HAVE_IDNA_STRERROR ${HAVE_IDNA_STRERROR}
264
265 /* Define to 1 if you have the `idn_free' function. */
266 #cmakedefine HAVE_IDN_FREE ${HAVE_IDN_FREE}
267
268 /* Define to 1 if you have the <idn-free.h> header file. */
269 #cmakedefine HAVE_IDN_FREE_H ${HAVE_IDN_FREE_H}
270
271 /* Define to 1 if you have the <ifaddrs.h> header file. */
272 #cmakedefine HAVE_IFADDRS_H ${HAVE_IFADDRS_H}
273
274 /* Define to 1 if you have the `inet_addr' function. */
275 #cmakedefine HAVE_INET_ADDR ${HAVE_INET_ADDR}
276
277 /* Define to 1 if you have the inet_ntoa_r function. */
278 #cmakedefine HAVE_INET_NTOA_R ${HAVE_INET_NTOA_R}
279
280 /* inet_ntoa_r() takes 2 args */
281 #cmakedefine HAVE_INET_NTOA_R_2 ${HAVE_INET_NTOA_R_2}
282
283 /* inet_ntoa_r() takes 3 args */
284 #cmakedefine HAVE_INET_NTOA_R_3 ${HAVE_INET_NTOA_R_3}
285
286 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
287 #cmakedefine HAVE_INET_NTOP ${HAVE_INET_NTOP}
288
289 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
290 #cmakedefine HAVE_INET_PTON ${HAVE_INET_PTON}
291
292 /* Define to 1 if you have the <inttypes.h> header file. */
293 #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
294
295 /* Define to 1 if you have the ioctl function. */
296 #cmakedefine HAVE_IOCTL ${HAVE_IOCTL}
297
298 /* Define to 1 if you have the ioctlsocket function. */
299 #cmakedefine HAVE_IOCTLSOCKET ${HAVE_IOCTLSOCKET}
300
301 /* Define to 1 if you have the IoctlSocket camel case function. */
302 #cmakedefine HAVE_IOCTLSOCKET_CAMEL ${HAVE_IOCTLSOCKET_CAMEL}
303
304 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
305    */
306 #cmakedefine HAVE_IOCTLSOCKET_CAMEL_FIONBIO ${HAVE_IOCTLSOCKET_CAMEL_FIONBIO}
307
308 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
309 #cmakedefine HAVE_IOCTLSOCKET_FIONBIO ${HAVE_IOCTLSOCKET_FIONBIO}
310
311 /* Define to 1 if you have a working ioctl FIONBIO function. */
312 #cmakedefine HAVE_IOCTL_FIONBIO ${HAVE_IOCTL_FIONBIO}
313
314 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
315 #cmakedefine HAVE_IOCTL_SIOCGIFADDR ${HAVE_IOCTL_SIOCGIFADDR}
316
317 /* Define to 1 if you have the <io.h> header file. */
318 #cmakedefine HAVE_IO_H ${HAVE_IO_H}
319
320 /* if you have the Kerberos4 libraries (including -ldes) */
321 #cmakedefine HAVE_KRB4 ${HAVE_KRB4}
322
323 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
324 #cmakedefine HAVE_KRB_GET_OUR_IP_FOR_REALM ${HAVE_KRB_GET_OUR_IP_FOR_REALM}
325
326 /* Define to 1 if you have the <krb.h> header file. */
327 #cmakedefine HAVE_KRB_H ${HAVE_KRB_H}
328
329 /* Define to 1 if you have the lber.h header file. */
330 #cmakedefine HAVE_LBER_H ${HAVE_LBER_H}
331
332 /* Define to 1 if you have the ldapssl.h header file. */
333 #cmakedefine HAVE_LDAPSSL_H ${HAVE_LDAPSSL_H}
334
335 /* Define to 1 if you have the ldap.h header file. */
336 #cmakedefine HAVE_LDAP_H ${HAVE_LDAP_H}
337
338 /* Use LDAPS implementation */
339 #cmakedefine HAVE_LDAP_SSL ${HAVE_LDAP_SSL}
340
341 /* Define to 1 if you have the ldap_ssl.h header file. */
342 #cmakedefine HAVE_LDAP_SSL_H ${HAVE_LDAP_SSL_H}
343
344 /* Define to 1 if you have the `ldap_url_parse' function. */
345 #cmakedefine HAVE_LDAP_URL_PARSE ${HAVE_LDAP_URL_PARSE}
346
347 /* Define to 1 if you have the <libgen.h> header file. */
348 #cmakedefine HAVE_LIBGEN_H ${HAVE_LIBGEN_H}
349
350 /* Define to 1 if you have the `idn' library (-lidn). */
351 #cmakedefine HAVE_LIBIDN ${HAVE_LIBIDN}
352
353 /* Define to 1 if you have the `resolv' library (-lresolv). */
354 #cmakedefine HAVE_LIBRESOLV ${HAVE_LIBRESOLV}
355
356 /* Define to 1 if you have the `resolve' library (-lresolve). */
357 #cmakedefine HAVE_LIBRESOLVE ${HAVE_LIBRESOLVE}
358
359 /* Define to 1 if you have the `socket' library (-lsocket). */
360 #cmakedefine HAVE_LIBSOCKET ${HAVE_LIBSOCKET}
361
362 /* Define to 1 if you have the `ssh2' library (-lssh2). */
363 #cmakedefine HAVE_LIBSSH2 ${HAVE_LIBSSH2}
364
365 /* Define to 1 if you have the <libssh2.h> header file. */
366 #cmakedefine HAVE_LIBSSH2_H ${HAVE_LIBSSH2_H}
367
368 /* Define to 1 if you have the `ssl' library (-lssl). */
369 #cmakedefine HAVE_LIBSSL ${HAVE_LIBSSL}
370
371 /* if zlib is available */
372 #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
373
374 /* Define to 1 if you have the <limits.h> header file. */
375 #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
376
377 /* if your compiler supports LL */
378 #cmakedefine HAVE_LL ${HAVE_LL}
379
380 /* Define to 1 if you have the <locale.h> header file. */
381 #cmakedefine HAVE_LOCALE_H ${HAVE_LOCALE_H}
382
383 /* Define to 1 if you have a working localtime_r function. */
384 #cmakedefine HAVE_LOCALTIME_R ${HAVE_LOCALTIME_R}
385
386 /* Define to 1 if the compiler supports the 'long long' data type. */
387 #cmakedefine HAVE_LONGLONG ${HAVE_LONGLONG}
388
389 /* Define to 1 if you have the malloc.h header file. */
390 #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
391
392 /* Define to 1 if you have the <memory.h> header file. */
393 #cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
394
395 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
396 #cmakedefine HAVE_MSG_NOSIGNAL ${HAVE_MSG_NOSIGNAL}
397
398 /* Define to 1 if you have the <netdb.h> header file. */
399 #cmakedefine HAVE_NETDB_H ${HAVE_NETDB_H}
400
401 /* Define to 1 if you have the <netinet/in.h> header file. */
402 #cmakedefine HAVE_NETINET_IN_H ${HAVE_NETINET_IN_H}
403
404 /* Define to 1 if you have the <netinet/tcp.h> header file. */
405 #cmakedefine HAVE_NETINET_TCP_H ${HAVE_NETINET_TCP_H}
406
407 /* Define to 1 if you have the <net/if.h> header file. */
408 #cmakedefine HAVE_NET_IF_H ${HAVE_NET_IF_H}
409
410 /* Define to 1 if NI_WITHSCOPEID exists and works. */
411 #cmakedefine HAVE_NI_WITHSCOPEID ${HAVE_NI_WITHSCOPEID}
412
413 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
414    */
415 #cmakedefine HAVE_OLD_GSSMIT ${HAVE_OLD_GSSMIT}
416
417 /* Define to 1 if you have the <openssl/crypto.h> header file. */
418 #cmakedefine HAVE_OPENSSL_CRYPTO_H ${HAVE_OPENSSL_CRYPTO_H}
419
420 /* Define to 1 if you have the <openssl/engine.h> header file. */
421 #cmakedefine HAVE_OPENSSL_ENGINE_H ${HAVE_OPENSSL_ENGINE_H}
422
423 /* Define to 1 if you have the <openssl/err.h> header file. */
424 #cmakedefine HAVE_OPENSSL_ERR_H ${HAVE_OPENSSL_ERR_H}
425
426 /* Define to 1 if you have the <openssl/pem.h> header file. */
427 #cmakedefine HAVE_OPENSSL_PEM_H ${HAVE_OPENSSL_PEM_H}
428
429 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
430 #cmakedefine HAVE_OPENSSL_PKCS12_H ${HAVE_OPENSSL_PKCS12_H}
431
432 /* Define to 1 if you have the <openssl/rsa.h> header file. */
433 #cmakedefine HAVE_OPENSSL_RSA_H ${HAVE_OPENSSL_RSA_H}
434
435 /* Define to 1 if you have the <openssl/ssl.h> header file. */
436 #cmakedefine HAVE_OPENSSL_SSL_H ${HAVE_OPENSSL_SSL_H}
437
438 /* Define to 1 if you have the <openssl/x509.h> header file. */
439 #cmakedefine HAVE_OPENSSL_X509_H ${HAVE_OPENSSL_X509_H}
440
441 /* Define to 1 if you have the <pem.h> header file. */
442 #cmakedefine HAVE_PEM_H ${HAVE_PEM_H}
443
444 /* Define to 1 if you have the `perror' function. */
445 #cmakedefine HAVE_PERROR ${HAVE_PERROR}
446
447 /* Define to 1 if you have the `pipe' function. */
448 #cmakedefine HAVE_PIPE ${HAVE_PIPE}
449
450 /* if you have the function PK11_CreateGenericObject */
451 #cmakedefine HAVE_PK11_CREATEGENERICOBJECT ${HAVE_PK11_CREATEGENERICOBJECT}
452
453 /* Define to 1 if you have a working poll function. */
454 #cmakedefine HAVE_POLL ${HAVE_POLL}
455
456 /* If you have a fine poll */
457 #cmakedefine HAVE_POLL_FINE ${HAVE_POLL_FINE}
458
459 /* Define to 1 if you have the <poll.h> header file. */
460 #cmakedefine HAVE_POLL_H ${HAVE_POLL_H}
461
462 /* Define to 1 if you have a working POSIX-style strerror_r function. */
463 #cmakedefine HAVE_POSIX_STRERROR_R ${HAVE_POSIX_STRERROR_R}
464
465 /* Define to 1 if you have the <pwd.h> header file. */
466 #cmakedefine HAVE_PWD_H ${HAVE_PWD_H}
467
468 /* Define to 1 if you have the `RAND_egd' function. */
469 #cmakedefine HAVE_RAND_EGD ${HAVE_RAND_EGD}
470
471 /* Define to 1 if you have the `RAND_screen' function. */
472 #cmakedefine HAVE_RAND_SCREEN ${HAVE_RAND_SCREEN}
473
474 /* Define to 1 if you have the `RAND_status' function. */
475 #cmakedefine HAVE_RAND_STATUS ${HAVE_RAND_STATUS}
476
477 /* Define to 1 if you have the recv function. */
478 #cmakedefine HAVE_RECV ${HAVE_RECV}
479
480 /* Define to 1 if you have the recvfrom function. */
481 #cmakedefine HAVE_RECVFROM ${HAVE_RECVFROM}
482
483 /* Define to 1 if you have the <rsa.h> header file. */
484 #cmakedefine HAVE_RSA_H ${HAVE_RSA_H}
485
486 /* Define to 1 if you have the select function. */
487 #cmakedefine HAVE_SELECT ${HAVE_SELECT}
488
489 /* Define to 1 if you have the send function. */
490 #cmakedefine HAVE_SEND ${HAVE_SEND}
491
492 /* Define to 1 if you have the <setjmp.h> header file. */
493 #cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H}
494
495 /* Define to 1 if you have the `setlocale' function. */
496 #cmakedefine HAVE_SETLOCALE ${HAVE_SETLOCALE}
497
498 /* Define to 1 if you have the `setmode' function. */
499 #cmakedefine HAVE_SETMODE ${HAVE_SETMODE}
500
501 /* Define to 1 if you have the `setrlimit' function. */
502 #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
503
504 /* Define to 1 if you have the setsockopt function. */
505 #cmakedefine HAVE_SETSOCKOPT ${HAVE_SETSOCKOPT}
506
507 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
508 #cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK ${HAVE_SETSOCKOPT_SO_NONBLOCK}
509
510 /* Define to 1 if you have the <sgtty.h> header file. */
511 #cmakedefine HAVE_SGTTY_H ${HAVE_SGTTY_H}
512
513 /* Define to 1 if you have the sigaction function. */
514 #cmakedefine HAVE_SIGACTION ${HAVE_SIGACTION}
515
516 /* Define to 1 if you have the siginterrupt function. */
517 #cmakedefine HAVE_SIGINTERRUPT ${HAVE_SIGINTERRUPT}
518
519 /* Define to 1 if you have the signal function. */
520 #cmakedefine HAVE_SIGNAL ${HAVE_SIGNAL}
521
522 /* Define to 1 if you have the <signal.h> header file. */
523 #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
524
525 /* Define to 1 if you have the sigsetjmp function or macro. */
526 #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
527
528 /* Define to 1 if sig_atomic_t is an available typedef. */
529 #cmakedefine HAVE_SIG_ATOMIC_T ${HAVE_SIG_ATOMIC_T}
530
531 /* Define to 1 if sig_atomic_t is already defined as volatile. */
532 #cmakedefine HAVE_SIG_ATOMIC_T_VOLATILE ${HAVE_SIG_ATOMIC_T_VOLATILE}
533
534 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
535 #cmakedefine HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID ${HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID}
536
537 /* Define to 1 if you have the `socket' function. */
538 #cmakedefine HAVE_SOCKET ${HAVE_SOCKET}
539
540 /* Define this if you have the SPNEGO library fbopenssl */
541 #cmakedefine HAVE_SPNEGO ${HAVE_SPNEGO}
542
543 /* Define to 1 if you have the `SSL_get_shutdown' function. */
544 #cmakedefine HAVE_SSL_GET_SHUTDOWN ${HAVE_SSL_GET_SHUTDOWN}
545
546 /* Define to 1 if you have the <ssl.h> header file. */
547 #cmakedefine HAVE_SSL_H ${HAVE_SSL_H}
548
549 /* Define to 1 if you have the <stdbool.h> header file. */
550 #cmakedefine HAVE_STDBOOL_H ${HAVE_STDBOOL_H}
551
552 /* Define to 1 if you have the <stdint.h> header file. */
553 #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
554
555 /* Define to 1 if you have the <stdio.h> header file. */
556 #cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H}
557
558 /* Define to 1 if you have the <stdlib.h> header file. */
559 #cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H}
560
561 /* Define to 1 if you have the strcasecmp function. */
562 #cmakedefine HAVE_STRCASECMP ${HAVE_STRCASECMP}
563
564 /* Define to 1 if you have the strcasestr function. */
565 #cmakedefine HAVE_STRCASESTR ${HAVE_STRCASESTR}
566
567 /* Define to 1 if you have the strcmpi function. */
568 #cmakedefine HAVE_STRCMPI ${HAVE_STRCMPI}
569
570 /* Define to 1 if you have the strdup function. */
571 #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
572
573 /* Define to 1 if you have the strerror_r function. */
574 #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
575
576 /* Define to 1 if you have the stricmp function. */
577 #cmakedefine HAVE_STRICMP ${HAVE_STRICMP}
578
579 /* Define to 1 if you have the <strings.h> header file. */
580 #cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
581
582 /* Define to 1 if you have the <string.h> header file. */
583 #cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
584
585 /* Define to 1 if you have the strlcat function. */
586 #cmakedefine HAVE_STRLCAT ${HAVE_STRLCAT}
587
588 /* Define to 1 if you have the `strlcpy' function. */
589 #cmakedefine HAVE_STRLCPY ${HAVE_STRLCPY}
590
591 /* Define to 1 if you have the strncasecmp function. */
592 #cmakedefine HAVE_STRNCASECMP ${HAVE_STRNCASECMP}
593
594 /* Define to 1 if you have the strncmpi function. */
595 #cmakedefine HAVE_STRNCMPI ${HAVE_STRNCMPI}
596
597 /* Define to 1 if you have the strnicmp function. */
598 #cmakedefine HAVE_STRNICMP ${HAVE_STRNICMP}
599
600 /* Define to 1 if you have the <stropts.h> header file. */
601 #cmakedefine HAVE_STROPTS_H ${HAVE_STROPTS_H}
602
603 /* Define to 1 if you have the strstr function. */
604 #cmakedefine HAVE_STRSTR ${HAVE_STRSTR}
605
606 /* Define to 1 if you have the strtok_r function. */
607 #cmakedefine HAVE_STRTOK_R ${HAVE_STRTOK_R}
608
609 /* Define to 1 if you have the strtoll function. */
610 #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
611
612 /* if struct sockaddr_storage is defined */
613 #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE ${HAVE_STRUCT_SOCKADDR_STORAGE}
614
615 /* Define to 1 if you have the timeval struct. */
616 #cmakedefine HAVE_STRUCT_TIMEVAL ${HAVE_STRUCT_TIMEVAL}
617
618 /* Define to 1 if you have the <sys/filio.h> header file. */
619 #cmakedefine HAVE_SYS_FILIO_H ${HAVE_SYS_FILIO_H}
620
621 /* Define to 1 if you have the <sys/ioctl.h> header file. */
622 #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
623
624 /* Define to 1 if you have the <sys/param.h> header file. */
625 #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
626
627 /* Define to 1 if you have the <sys/poll.h> header file. */
628 #cmakedefine HAVE_SYS_POLL_H ${HAVE_SYS_POLL_H}
629
630 /* Define to 1 if you have the <sys/resource.h> header file. */
631 #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
632
633 /* Define to 1 if you have the <sys/select.h> header file. */
634 #cmakedefine HAVE_SYS_SELECT_H ${HAVE_SYS_SELECT_H}
635
636 /* Define to 1 if you have the <sys/socket.h> header file. */
637 #cmakedefine HAVE_SYS_SOCKET_H ${HAVE_SYS_SOCKET_H}
638
639 /* Define to 1 if you have the <sys/sockio.h> header file. */
640 #cmakedefine HAVE_SYS_SOCKIO_H ${HAVE_SYS_SOCKIO_H}
641
642 /* Define to 1 if you have the <sys/stat.h> header file. */
643 #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
644
645 /* Define to 1 if you have the <sys/time.h> header file. */
646 #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
647
648 /* Define to 1 if you have the <sys/types.h> header file. */
649 #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
650
651 /* Define to 1 if you have the <sys/uio.h> header file. */
652 #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
653
654 /* Define to 1 if you have the <sys/un.h> header file. */
655 #cmakedefine HAVE_SYS_UN_H ${HAVE_SYS_UN_H}
656
657 /* Define to 1 if you have the <sys/utime.h> header file. */
658 #cmakedefine HAVE_SYS_UTIME_H ${HAVE_SYS_UTIME_H}
659
660 /* Define to 1 if you have the <termios.h> header file. */
661 #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
662
663 /* Define to 1 if you have the <termio.h> header file. */
664 #cmakedefine HAVE_TERMIO_H ${HAVE_TERMIO_H}
665
666 /* Define to 1 if you have the <time.h> header file. */
667 #cmakedefine HAVE_TIME_H ${HAVE_TIME_H}
668
669 /* Define to 1 if you have the <tld.h> header file. */
670 #cmakedefine HAVE_TLD_H ${HAVE_TLD_H}
671
672 /* Define to 1 if you have the `tld_strerror' function. */
673 #cmakedefine HAVE_TLD_STRERROR ${HAVE_TLD_STRERROR}
674
675 /* Define to 1 if you have the `uname' function. */
676 #cmakedefine HAVE_UNAME ${HAVE_UNAME}
677
678 /* Define to 1 if you have the <unistd.h> header file. */
679 #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
680
681 /* Define to 1 if you have the `utime' function. */
682 #cmakedefine HAVE_UTIME ${HAVE_UTIME}
683
684 /* Define to 1 if you have the <utime.h> header file. */
685 #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
686
687 /* Define to 1 if compiler supports C99 variadic macro style. */
688 #cmakedefine HAVE_VARIADIC_MACROS_C99 ${HAVE_VARIADIC_MACROS_C99}
689
690 /* Define to 1 if compiler supports old gcc variadic macro style. */
691 #cmakedefine HAVE_VARIADIC_MACROS_GCC ${HAVE_VARIADIC_MACROS_GCC}
692
693 /* Define to 1 if you have the winber.h header file. */
694 #cmakedefine HAVE_WINBER_H ${HAVE_WINBER_H}
695
696 /* Define to 1 if you have the windows.h header file. */
697 #cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
698
699 /* Define to 1 if you have the winldap.h header file. */
700 #cmakedefine HAVE_WINLDAP_H ${HAVE_WINLDAP_H}
701
702 /* Define to 1 if you have the winsock2.h header file. */
703 #cmakedefine HAVE_WINSOCK2_H ${HAVE_WINSOCK2_H}
704
705 /* Define to 1 if you have the winsock.h header file. */
706 #cmakedefine HAVE_WINSOCK_H ${HAVE_WINSOCK_H}
707
708 /* Define this symbol if your OS supports changing the contents of argv */
709 #cmakedefine HAVE_WRITABLE_ARGV ${HAVE_WRITABLE_ARGV}
710
711 /* Define to 1 if you have the writev function. */
712 #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
713
714 /* Define to 1 if you have the ws2tcpip.h header file. */
715 #cmakedefine HAVE_WS2TCPIP_H ${HAVE_WS2TCPIP_H}
716
717 /* Define to 1 if you have the <x509.h> header file. */
718 #cmakedefine HAVE_X509_H ${HAVE_X509_H}
719
720 /* Define if you have the <process.h> header file. */
721 #cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H}
722
723 /* if you have the zlib.h header file */
724 #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
725
726 /* Define to the sub-directory in which libtool stores uninstalled libraries.
727    */
728 #cmakedefine LT_OBJDIR ${LT_OBJDIR}
729
730 /* Define to 1 if you are building a native Windows target. */
731 #cmakedefine NATIVE_WINDOWS ${NATIVE_WINDOWS}
732
733 /* If you lack a fine basename() prototype */
734 #cmakedefine NEED_BASENAME_PROTO ${NEED_BASENAME_PROTO}
735
736 /* Define to 1 if you need the lber.h header file even with ldap.h */
737 #cmakedefine NEED_LBER_H ${NEED_LBER_H}
738
739 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
740 #cmakedefine NEED_MALLOC_H ${NEED_MALLOC_H}
741
742 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
743 #cmakedefine NEED_REENTRANT ${NEED_REENTRANT}
744
745 /* cpu-machine-OS */
746 #cmakedefine OS ${OS}
747
748 /* Name of package */
749 #cmakedefine PACKAGE ${PACKAGE}
750
751 /* Define to the address where bug reports for this package should be sent. */
752 #cmakedefine PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT}
753
754 /* Define to the full name of this package. */
755 #cmakedefine PACKAGE_NAME ${PACKAGE_NAME}
756
757 /* Define to the full name and version of this package. */
758 #cmakedefine PACKAGE_STRING ${PACKAGE_STRING}
759
760 /* Define to the one symbol short name of this package. */
761 #cmakedefine PACKAGE_TARNAME ${PACKAGE_TARNAME}
762
763 /* Define to the version of this package. */
764 #cmakedefine PACKAGE_VERSION ${PACKAGE_VERSION}
765
766 /* a suitable file to read random data from */
767 #cmakedefine RANDOM_FILE "${RANDOM_FILE}"
768
769 /* Define to the type of arg 1 for recvfrom. */
770 #cmakedefine RECVFROM_TYPE_ARG1 ${RECVFROM_TYPE_ARG1}
771
772 /* Define to the type pointed by arg 2 for recvfrom. */
773 #cmakedefine RECVFROM_TYPE_ARG2 ${RECVFROM_TYPE_ARG2}
774
775 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
776 #cmakedefine RECVFROM_TYPE_ARG2_IS_VOID ${RECVFROM_TYPE_ARG2_IS_VOID}
777
778 /* Define to the type of arg 3 for recvfrom. */
779 #cmakedefine RECVFROM_TYPE_ARG3 ${RECVFROM_TYPE_ARG3}
780
781 /* Define to the type of arg 4 for recvfrom. */
782 #cmakedefine RECVFROM_TYPE_ARG4 ${RECVFROM_TYPE_ARG4}
783
784 /* Define to the type pointed by arg 5 for recvfrom. */
785 #cmakedefine RECVFROM_TYPE_ARG5 ${RECVFROM_TYPE_ARG5}
786
787 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
788 #cmakedefine RECVFROM_TYPE_ARG5_IS_VOID ${RECVFROM_TYPE_ARG5_IS_VOID}
789
790 /* Define to the type pointed by arg 6 for recvfrom. */
791 #cmakedefine RECVFROM_TYPE_ARG6 ${RECVFROM_TYPE_ARG6}
792
793 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
794 #cmakedefine RECVFROM_TYPE_ARG6_IS_VOID ${RECVFROM_TYPE_ARG6_IS_VOID}
795
796 /* Define to the function return type for recvfrom. */
797 #cmakedefine RECVFROM_TYPE_RETV ${RECVFROM_TYPE_RETV}
798
799 /* Define to the type of arg 1 for recv. */
800 #cmakedefine RECV_TYPE_ARG1 ${RECV_TYPE_ARG1}
801
802 /* Define to the type of arg 2 for recv. */
803 #cmakedefine RECV_TYPE_ARG2 ${RECV_TYPE_ARG2}
804
805 /* Define to the type of arg 3 for recv. */
806 #cmakedefine RECV_TYPE_ARG3 ${RECV_TYPE_ARG3}
807
808 /* Define to the type of arg 4 for recv. */
809 #cmakedefine RECV_TYPE_ARG4 ${RECV_TYPE_ARG4}
810
811 /* Define to the function return type for recv. */
812 #cmakedefine RECV_TYPE_RETV ${RECV_TYPE_RETV}
813
814 /* Define as the return type of signal handlers (`int' or `void'). */
815 #cmakedefine RETSIGTYPE ${RETSIGTYPE}
816
817 /* Define to the type qualifier of arg 5 for select. */
818 #cmakedefine SELECT_QUAL_ARG5 ${SELECT_QUAL_ARG5}
819
820 /* Define to the type of arg 1 for select. */
821 #cmakedefine SELECT_TYPE_ARG1 ${SELECT_TYPE_ARG1}
822
823 /* Define to the type of args 2, 3 and 4 for select. */
824 #cmakedefine SELECT_TYPE_ARG234 ${SELECT_TYPE_ARG234}
825
826 /* Define to the type of arg 5 for select. */
827 #cmakedefine SELECT_TYPE_ARG5 ${SELECT_TYPE_ARG5}
828
829 /* Define to the function return type for select. */
830 #cmakedefine SELECT_TYPE_RETV ${SELECT_TYPE_RETV}
831
832 /* Define to the type qualifier of arg 2 for send. */
833 #cmakedefine SEND_QUAL_ARG2 ${SEND_QUAL_ARG2}
834
835 /* Define to the type of arg 1 for send. */
836 #cmakedefine SEND_TYPE_ARG1 ${SEND_TYPE_ARG1}
837
838 /* Define to the type of arg 2 for send. */
839 #cmakedefine SEND_TYPE_ARG2 ${SEND_TYPE_ARG2}
840
841 /* Define to the type of arg 3 for send. */
842 #cmakedefine SEND_TYPE_ARG3 ${SEND_TYPE_ARG3}
843
844 /* Define to the type of arg 4 for send. */
845 #cmakedefine SEND_TYPE_ARG4 ${SEND_TYPE_ARG4}
846
847 /* Define to the function return type for send. */
848 #cmakedefine SEND_TYPE_RETV ${SEND_TYPE_RETV}
849
850 /* The size of `int', as computed by sizeof. */
851 #cmakedefine SIZEOF_INT ${SIZEOF_INT}
852
853 /* The size of `short', as computed by sizeof. */
854 #cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
855
856 /* The size of `long', as computed by sizeof. */
857 #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
858
859 /* The size of `off_t', as computed by sizeof. */
860 #cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T}
861
862 /* The size of `size_t', as computed by sizeof. */
863 #cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
864
865 /* The size of `time_t', as computed by sizeof. */
866 #cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
867
868 /* The size of `void*', as computed by sizeof. */
869 #cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
870
871 /* Define to 1 if you have the ANSI C header files. */
872 #cmakedefine STDC_HEADERS ${STDC_HEADERS}
873
874 /* Define to the type of arg 3 for strerror_r. */
875 #cmakedefine STRERROR_R_TYPE_ARG3 ${STRERROR_R_TYPE_ARG3}
876
877 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
878 #cmakedefine TIME_WITH_SYS_TIME ${TIME_WITH_SYS_TIME}
879
880 /* Define if you want to enable c-ares support */
881 #cmakedefine USE_ARES ${USE_ARES}
882
883 /* Define to disable non-blocking sockets. */
884 #cmakedefine USE_BLOCKING_SOCKETS ${USE_BLOCKING_SOCKETS}
885
886 /* if GnuTLS is enabled */
887 #cmakedefine USE_GNUTLS ${USE_GNUTLS}
888
889 /* if PolarSSL is enabled */
890 #cmakedefine USE_POLARSSL ${USE_POLARSSL}
891
892 /* if libSSH2 is in use */
893 #cmakedefine USE_LIBSSH2 ${USE_LIBSSH2}
894
895 /* If you want to build curl with the built-in manual */
896 #cmakedefine USE_MANUAL ${USE_MANUAL}
897
898 /* if NSS is enabled */
899 #cmakedefine USE_NSS ${USE_NSS}
900
901 /* if OpenSSL is in use */
902 #cmakedefine USE_OPENSSL ${USE_OPENSSL}
903
904 /* if SSL is enabled */
905 #cmakedefine USE_SSLEAY ${USE_SSLEAY}
906
907 /* Define to 1 if you are building a Windows target without large file
908    support. */
909 #cmakedefine USE_WIN32_LARGE_FILES ${USE_WIN32_LARGE_FILES}
910
911 /* to enable SSPI support */
912 #cmakedefine USE_WINDOWS_SSPI ${USE_WINDOWS_SSPI}
913
914 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
915 #cmakedefine USE_YASSLEMUL ${USE_YASSLEMUL}
916
917 /* Version number of package */
918 #cmakedefine VERSION ${VERSION}
919
920 /* Define to avoid automatic inclusion of winsock.h */
921 #cmakedefine WIN32_LEAN_AND_MEAN ${WIN32_LEAN_AND_MEAN}
922
923 /* Define to 1 if OS is AIX. */
924 #ifndef _ALL_SOURCE
925 #  undef _ALL_SOURCE
926 #endif
927
928 /* Number of bits in a file offset, on hosts where this is settable. */
929 #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
930
931 /* Define for large files, on AIX-style hosts. */
932 #cmakedefine _LARGE_FILES ${_LARGE_FILES}
933
934 /* define this if you need it to compile thread-safe code */
935 #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
936
937 /* Define to empty if `const' does not conform to ANSI C. */
938 #cmakedefine const ${const}
939
940 /* Type to use in place of in_addr_t when system does not provide it. */
941 #cmakedefine in_addr_t ${in_addr_t}
942
943 /* Define to `__inline__' or `__inline' if that's what the C compiler
944    calls it, or to nothing if 'inline' is not supported under any name.  */
945 #ifndef __cplusplus
946 #undef inline
947 #endif
948
949 /* Define to `unsigned int' if <sys/types.h> does not define. */
950 #cmakedefine size_t ${size_t}
951
952 /* the signed version of size_t */
953 #cmakedefine ssize_t ${ssize_t}