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