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