149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* lib/curl_config.h.  Generated from curl_config.h.in by configure.  */
249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* lib/curl_config.h.in.  Generated from configure.ac by autoheader.  */
349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Location of default ca bundle */
549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_CA_BUNDLE */
649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
7234096a2690a206c54dc533098161647f3219778Alex Deymo/* define "1" to use built in CA store of SSL library */
8234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef CURL_CA_FALLBACK */
9234096a2690a206c54dc533098161647f3219778Alex Deymo
1049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Location of default ca path */
11403691be5e624785333f7a82803bc955bc084228Bertrand SIMONNET#define CURL_CA_PATH "/system/etc/security/cacerts"
1249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
1349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable cookies support */
1449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_COOKIES */
1549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
1649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable cryptographic authentication */
1749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_CRYPTO_AUTH */
1849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
1949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable DICT */
2049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_DICT */
2149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
2249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable FILE */
2349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_FILE */
2449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
2549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable FTP */
2649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_FTP */
2749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
2849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable Gopher */
2949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_GOPHER */
3049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
3149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable HTTP */
3249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_HTTP */
3349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
3449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable IMAP */
3549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_IMAP */
3649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
3749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable LDAP */
3849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define CURL_DISABLE_LDAP 1
3949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
4049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable LDAPS */
4149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define CURL_DISABLE_LDAPS 1
4249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
4349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable --libcurl C code generation option */
4449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_LIBCURL_OPTION */
4549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
4649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable POP3 */
4749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_POP3 */
4849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
4949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable proxies */
5049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_PROXY */
5149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
5249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable RTSP */
5349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_RTSP */
5449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
5549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable SMB/CIFS */
5649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_SMB */
5749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
5849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable SMTP */
5949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_SMTP */
6049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
6149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable TELNET */
6249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_TELNET */
6349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
6449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable TFTP */
6549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_TFTP */
6649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
6749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable TLS-SRP authentication */
6849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_TLS_SRP */
6949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
7049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to disable verbose strings */
7149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef CURL_DISABLE_VERBOSE_STRINGS */
7249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
7349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Definition to make a library symbol externally visible. */
7449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
7549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
7649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* your Entropy Gathering Daemon socket pathname */
7749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef EGD_SOCKET */
7849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
7949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define if you want to enable IPv6 support */
8049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define ENABLE_IPV6 1
8149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
8249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 2 for gethostname. */
8349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETHOSTNAME_TYPE_ARG2 unsigned int
8449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
8549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type qualifier of arg 1 for getnameinfo. */
8649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETNAMEINFO_QUAL_ARG1 const
8749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
8849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 1 for getnameinfo. */
8949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
9049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
9149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 2 for getnameinfo. */
9249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETNAMEINFO_TYPE_ARG2 socklen_t
9349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
9449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of args 4 and 6 for getnameinfo. */
9549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETNAMEINFO_TYPE_ARG46 size_t
9649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
9749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 7 for getnameinfo. */
9849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define GETNAMEINFO_TYPE_ARG7 int
9949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
10049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Specifies the number of arguments to getservbyport_r */
10149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef GETSERVBYPORT_R_ARGS */
10249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
10349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Specifies the size of the buffer to pass to getservbyport_r */
10449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef GETSERVBYPORT_R_BUFSIZE */
10549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
10649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the alarm function. */
10749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ALARM 1
10849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
10949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <alloca.h> header file. */
11049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ALLOCA_H 1
11149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
11249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <arpa/inet.h> header file. */
11349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ARPA_INET_H 1
11449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
11549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <arpa/tftp.h> header file. */
11649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_ARPA_TFTP_H */
11749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
11849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <assert.h> header file. */
11949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ASSERT_H 1
12049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
12149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the basename function. */
12249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_BASENAME 1
12349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
12449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if bool is an available type. */
12549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_BOOL_T 1
12649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
12749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if using BoringSSL. */
12849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_BORINGSSL 1
12949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
13049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the clock_gettime function and monotonic timer. */
13131276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#ifndef __APPLE__
13231276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo/* CLOCK_MONOTONIC is not defined in mac when building for the host. */
13349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_CLOCK_GETTIME_MONOTONIC 1
13431276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#endif
13549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
13649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the closesocket function. */
13749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_CLOSESOCKET */
13849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
13949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the CloseSocket camel case function. */
14049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_CLOSESOCKET_CAMEL */
14149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
14249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the connect function. */
14349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_CONNECT 1
14449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
14549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
14649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
14749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
14849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <crypto.h> header file. */
14949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_CRYPTO_H */
15049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
151234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `CyaSSL_CTX_UseSupportedCurve' function. */
152234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_CYASSL_CTX_USESUPPORTEDCURVE */
153234096a2690a206c54dc533098161647f3219778Alex Deymo
15449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <cyassl/error-ssl.h> header file. */
15549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_CYASSL_ERROR_SSL_H */
15649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
157234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `CyaSSL_get_peer_certificate' function. */
158234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_CYASSL_GET_PEER_CERTIFICATE */
159234096a2690a206c54dc533098161647f3219778Alex Deymo
16049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <cyassl/options.h> header file. */
16149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_CYASSL_OPTIONS_H */
16249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
16349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <dlfcn.h> header file. */
16449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_DLFCN_H 1
16549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
16649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ENGINE_cleanup' function. */
16749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_ENGINE_CLEANUP */
16849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
16949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
17049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
17149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
17249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <errno.h> header file. */
17349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ERRNO_H 1
17449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
17549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <err.h> header file. */
17649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_ERR_H */
17749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
17849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the fcntl function. */
17949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FCNTL 1
18049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
18149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <fcntl.h> header file. */
18249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FCNTL_H 1
18349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
18449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
18549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FCNTL_O_NONBLOCK 1
18649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
18749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the fdopen function. */
18849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FDOPEN 1
18949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
19049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `fork' function. */
19149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FORK 1
19249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
19349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the freeaddrinfo function. */
19449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FREEADDRINFO 1
19549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
19649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the freeifaddrs function. */
197234096a2690a206c54dc533098161647f3219778Alex Deymo#define HAVE_FREEIFADDRS 1
19849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
19949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the fsetxattr function. */
20049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FSETXATTR 1
20149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
20249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* fsetxattr() takes 5 args */
20349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FSETXATTR_5 1
20449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
20549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* fsetxattr() takes 6 args */
20649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_FSETXATTR_6 */
20749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
20849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ftruncate function. */
20949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_FTRUNCATE 1
21049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
21149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gai_strerror function. */
21249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GAI_STRERROR 1
21349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
21449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working getaddrinfo function. */
21549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETADDRINFO 1
21649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
21749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if the getaddrinfo function is threadsafe. */
21849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETADDRINFO_THREADSAFE 1
21949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
22049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `geteuid' function. */
22149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETEUID 1
22249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
22349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gethostbyaddr function. */
22449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYADDR 1
22549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
22649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gethostbyaddr_r function. */
22749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYADDR_R 1
22849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
22949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyaddr_r() takes 5 args */
23049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETHOSTBYADDR_R_5 */
23149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
23249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyaddr_r() takes 7 args */
23349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETHOSTBYADDR_R_7 */
23449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
23549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyaddr_r() takes 8 args */
23649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYADDR_R_8 1
23749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
23849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gethostbyname function. */
23949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYNAME 1
24049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
24149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gethostbyname_r function. */
24249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYNAME_R 1
24349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
24449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyname_r() takes 3 args */
24549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETHOSTBYNAME_R_3 */
24649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
24749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyname_r() takes 5 args */
24849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETHOSTBYNAME_R_5 */
24949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
25049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* gethostbyname_r() takes 6 args */
25149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTBYNAME_R_6 1
25249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
25349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the gethostname function. */
25449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETHOSTNAME 1
25549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
25649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working getifaddrs function. */
257234096a2690a206c54dc533098161647f3219778Alex Deymo#define HAVE_GETIFADDRS 1
25849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
25949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the getnameinfo function. */
26049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETNAMEINFO 1
26149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
26249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getpass_r' function. */
26349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETPASS_R */
26449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
26549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getppid' function. */
26649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETPPID 1
26749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
26849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getprotobyname' function. */
26949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETPROTOBYNAME 1
27049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
27149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getpwuid' function. */
27249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETPWUID 1
27349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
27449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getpwuid_r' function. */
27549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETPWUID_R 1
27649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
27749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `getrlimit' function. */
27849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETRLIMIT 1
27949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
28049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the getservbyport_r function. */
28149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GETSERVBYPORT_R */
28249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
28349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `gettimeofday' function. */
28449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GETTIMEOFDAY 1
28549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
28649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working glibc-style strerror_r function. */
28749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GLIBC_STRERROR_R */
28849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
28949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working gmtime_r function. */
29049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_GMTIME_R 1
29149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
292234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `gnutls_certificate_set_x509_key_file2'
293234096a2690a206c54dc533098161647f3219778Alex Deymo   function. */
294234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_GNUTLS_CERTIFICATE_SET_X509_KEY_FILE2 */
295234096a2690a206c54dc533098161647f3219778Alex Deymo
29649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have the function gnutls_srp_verifier */
29749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GNUTLS_SRP */
29849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
29949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have GSS-API libraries */
30049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSAPI */
30149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
30249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
30349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
30449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
30549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
30649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSAPI_GSSAPI_H */
30749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
30849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
30949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
31049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
31149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have GNU GSS */
31249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSGNU */
31349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
31449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have Heimdal */
31549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSHEIMDAL */
31649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
31749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have MIT Kerberos */
31849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_GSSMIT */
31949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
32049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `idna_strerror' function. */
32149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IDNA_STRERROR */
32249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
32349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `idn_free' function. */
32449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IDN_FREE */
32549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
32649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <idn-free.h> header file. */
32749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IDN_FREE_H */
32849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
32949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <ifaddrs.h> header file. */
330234096a2690a206c54dc533098161647f3219778Alex Deymo#define HAVE_IFADDRS_H 1
33149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
33249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `if_nametoindex' function. */
33349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_IF_NAMETOINDEX 1
33449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
33549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `inet_addr' function. */
33649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_INET_ADDR 1
33749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
33849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the inet_ntoa_r function. */
33949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_INET_NTOA_R */
34049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
34149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* inet_ntoa_r() takes 2 args */
34249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_INET_NTOA_R_2 */
34349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
34449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* inet_ntoa_r() takes 3 args */
34549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_INET_NTOA_R_3 */
34649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
34749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
34849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_INET_NTOP 1
34949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
35049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a IPv6 capable working inet_pton function. */
35149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_INET_PTON 1
35249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
35349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <inttypes.h> header file. */
35449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_INTTYPES_H 1
35549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
35649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ioctl function. */
35749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_IOCTL 1
35849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
35949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ioctlsocket function. */
36049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IOCTLSOCKET */
36149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
36249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the IoctlSocket camel case function. */
36349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IOCTLSOCKET_CAMEL */
36449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
36549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
36649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   */
36749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
36849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
36949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
37049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IOCTLSOCKET_FIONBIO */
37149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
37249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working ioctl FIONBIO function. */
37349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_IOCTL_FIONBIO 1
37449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
37549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
37649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_IOCTL_SIOCGIFADDR 1
37749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
37849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <io.h> header file. */
37949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_IO_H */
38049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
38149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the lber.h header file. */
38249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LBER_H */
38349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
38449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ldapssl.h header file. */
38549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LDAPSSL_H */
38649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
38749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ldap.h header file. */
38849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LDAP_H */
38949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
39049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ldap_init_fd' function. */
39149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LDAP_INIT_FD */
39249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
39349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Use LDAPS implementation */
39449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LDAP_SSL 1
39549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
39649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ldap_ssl.h header file. */
39749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LDAP_SSL_H */
39849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
39949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ldap_url_parse' function. */
40049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LDAP_URL_PARSE */
40149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
40249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <libgen.h> header file. */
40349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LIBGEN_H 1
40449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
40549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `idn' library (-lidn). */
40649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LIBIDN */
40749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
40849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if using libressl. */
40949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LIBRESSL */
41049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
41149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
41249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LIBRTMP_RTMP_H */
41349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
41449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ssh2' library (-lssh2). */
41549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LIBSSH2 */
41649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
41749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <libssh2.h> header file. */
41849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_LIBSSH2_H */
41949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
42049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `ssl' library (-lssl). */
42149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LIBSSL 1
42249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
42349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if zlib is available */
42449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LIBZ 1
42549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
42649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <limits.h> header file. */
42749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LIMITS_H 1
42849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
42949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if your compiler supports LL */
43049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LL 1
43149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
43249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <locale.h> header file. */
43349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LOCALE_H 1
43449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
43549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working localtime_r function. */
43649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LOCALTIME_R 1
43749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
43849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if the compiler supports the 'long long' data type. */
43949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_LONGLONG 1
44049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
44149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the malloc.h header file. */
44249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_MALLOC_H 1
44349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
44449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the memory.h header file. */
44549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_MEMORY_H 1
44649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
44749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the memrchr function or macro. */
44831276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#ifndef __APPLE__
44949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_MEMRCHR 1
45031276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#endif
45149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
45249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the MSG_NOSIGNAL flag. */
45331276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#ifndef __APPLE__
45449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_MSG_NOSIGNAL 1
45531276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#endif
45649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
45749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <netdb.h> header file. */
45849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_NETDB_H 1
45949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
46049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <netinet/in.h> header file. */
46149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_NETINET_IN_H 1
46249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
46349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <netinet/tcp.h> header file. */
46449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_NETINET_TCP_H 1
46549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
46649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <net/if.h> header file. */
46749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_NET_IF_H 1
46849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
46949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
47049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_NGHTTP2_NGHTTP2_H */
47149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
47249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if NI_WITHSCOPEID exists and works. */
47349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_NI_WITHSCOPEID */
47449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
47549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
47649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   */
47749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_OLD_GSSMIT */
47849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
47949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/crypto.h> header file. */
48049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_CRYPTO_H 1
48149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
48249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/engine.h> header file. */
48349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_OPENSSL_ENGINE_H */
48449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
48549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/err.h> header file. */
48649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_ERR_H 1
48749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
48849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/pem.h> header file. */
48949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_PEM_H 1
49049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
49149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
49249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_PKCS12_H 1
49349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
49449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/rsa.h> header file. */
49549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_RSA_H 1
49649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
49749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have the function SRP_Calc_client_key */
49849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_OPENSSL_SRP */
49949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
50049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/ssl.h> header file. */
50149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_SSL_H 1
50249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
50349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <openssl/x509.h> header file. */
50449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_OPENSSL_X509_H 1
50549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
50649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <pem.h> header file. */
50749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_PEM_H */
50849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
50949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `perror' function. */
51049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_PERROR 1
51149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
51249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `pipe' function. */
51349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_PIPE 1
51449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
51549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working poll function. */
51649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_POLL 1
51749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
51849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* If you have a fine poll */
51949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_POLL_FINE 1
52049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
52149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <poll.h> header file. */
52249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_POLL_H 1
52349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
52449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working POSIX-style strerror_r function. */
52549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_POSIX_STRERROR_R 1
52649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
52749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have <pthread.h> */
52849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_PTHREAD_H */
52949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
53049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <pwd.h> header file. */
53149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_PWD_H 1
53249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
53349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `RAND_egd' function. */
534234096a2690a206c54dc533098161647f3219778Alex Deymo#define HAVE_RAND_EGD 1
53549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
53649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `RAND_screen' function. */
53749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_RAND_SCREEN */
53849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
53949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `RAND_status' function. */
54049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_RAND_STATUS 1
54149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
54249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the recv function. */
54349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_RECV 1
54449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
54549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <rsa.h> header file. */
54649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_RSA_H */
54749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
54849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the select function. */
54949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SELECT 1
55049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
55149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the send function. */
55249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SEND 1
55349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
55449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <setjmp.h> header file. */
55549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SETJMP_H 1
55649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
55749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `setlocale' function. */
55849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SETLOCALE 1
55949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
56049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `setmode' function. */
56149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SETMODE */
56249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
56349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `setrlimit' function. */
56449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SETRLIMIT 1
56549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
56649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the setsockopt function. */
56749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SETSOCKOPT 1
56849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
56949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
57049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
57149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
57249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sgtty.h> header file. */
57331e6b205988a51d0419af29c8cfeccb8c6488544Alex Deymo#define HAVE_SGTTY_H 1
57449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
57549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the sigaction function. */
57649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIGACTION 1
57749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
57849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the siginterrupt function. */
57949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIGINTERRUPT 1
58049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
58149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the signal function. */
58249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIGNAL 1
58349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
58449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <signal.h> header file. */
58549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIGNAL_H 1
58649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
58749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the sigsetjmp function or macro. */
58849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIGSETJMP 1
58949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
59049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if sig_atomic_t is an available typedef. */
59149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SIG_ATOMIC_T 1
59249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
59349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if sig_atomic_t is already defined as volatile. */
59449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
59549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
59649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
59749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
59849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
59949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the socket function. */
60049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SOCKET 1
60149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
60249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the socketpair function. */
60349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SOCKETPAIR 1
60449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
60549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <socket.h> header file. */
60649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SOCKET_H */
60749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
60849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `SSLv2_client_method' function. */
60949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SSLV2_CLIENT_METHOD */
61049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
61149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `SSL_get_shutdown' function. */
61249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SSL_GET_SHUTDOWN 1
61349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
61449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <ssl.h> header file. */
61549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SSL_H */
61649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
61749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <stdbool.h> header file. */
61849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STDBOOL_H 1
61949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
62049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <stdint.h> header file. */
62149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STDINT_H 1
62249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
62349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <stdio.h> header file. */
62449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STDIO_H 1
62549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
62649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <stdlib.h> header file. */
62749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STDLIB_H 1
62849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
62949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strcasecmp function. */
63049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRCASECMP 1
63149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
63249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strcmpi function. */
63349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_STRCMPI */
63449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
63549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strdup function. */
63649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRDUP 1
63749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
63849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strerror_r function. */
63949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRERROR_R 1
64049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
64149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the stricmp function. */
64249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_STRICMP */
64349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
64449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <strings.h> header file. */
64549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRINGS_H 1
64649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
64749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <string.h> header file. */
64849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRING_H 1
64949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
65049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strncasecmp function. */
65149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRNCASECMP 1
65249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
65349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strncmpi function. */
65449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_STRNCMPI */
65549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
65649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strnicmp function. */
65749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_STRNICMP */
65849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
65949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <stropts.h> header file. */
66049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_STROPTS_H */
66149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
66249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strstr function. */
66349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRSTR 1
66449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
66549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strtok_r function. */
66649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRTOK_R 1
66749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
66849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the strtoll function. */
66949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRTOLL 1
67049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
67149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if struct sockaddr_storage is defined */
67249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRUCT_SOCKADDR_STORAGE 1
67349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
67449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the timeval struct. */
67549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_STRUCT_TIMEVAL 1
67649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
67749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/filio.h> header file. */
67849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SYS_FILIO_H */
67949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
68049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/ioctl.h> header file. */
68149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_IOCTL_H 1
68249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
68349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/param.h> header file. */
68449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_PARAM_H 1
68549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
68649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/poll.h> header file. */
68749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_POLL_H 1
68849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
68949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/resource.h> header file. */
69049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_RESOURCE_H 1
69149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
69249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/select.h> header file. */
69349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_SELECT_H 1
69449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
69549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/socket.h> header file. */
69649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_SOCKET_H 1
69749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
69849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/sockio.h> header file. */
69949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_SYS_SOCKIO_H */
70049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
70149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/stat.h> header file. */
70249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_STAT_H 1
70349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
70449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/time.h> header file. */
70549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_TIME_H 1
70649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
70749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/types.h> header file. */
70849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_TYPES_H 1
70949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
71049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/uio.h> header file. */
71149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_UIO_H 1
71249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
71349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/un.h> header file. */
71449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_UN_H 1
71549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
71649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/utime.h> header file. */
71731e6b205988a51d0419af29c8cfeccb8c6488544Alex Deymo#define HAVE_SYS_UTIME_H 1
71849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
71949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/wait.h> header file. */
72049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_WAIT_H 1
72149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
72249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <sys/xattr.h> header file. */
72349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_SYS_XATTR_H 1
72449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
72549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <termios.h> header file. */
72649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_TERMIOS_H 1
72749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
72849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <termio.h> header file. */
72949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_TERMIO_H 1
73049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
73149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <time.h> header file. */
73249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_TIME_H 1
73349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
73449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <tld.h> header file. */
73549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_TLD_H */
73649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
73749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `tld_strerror' function. */
73849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_TLD_STRERROR */
73949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
74049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `uname' function. */
74149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_UNAME 1
74249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
74349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <unistd.h> header file. */
74449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_UNISTD_H 1
74549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
74649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `utime' function. */
74749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_UTIME 1
74849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
74949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <utime.h> header file. */
75049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_UTIME_H 1
75149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
75249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if compiler supports C99 variadic macro style. */
75349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_VARIADIC_MACROS_C99 1
75449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
75549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if compiler supports old gcc variadic macro style. */
75649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_VARIADIC_MACROS_GCC 1
75749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
75849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the winber.h header file. */
75949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WINBER_H */
76049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
76149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the windows.h header file. */
76249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WINDOWS_H */
76349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
76449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the winldap.h header file. */
76549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WINLDAP_H */
76649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
76749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the winsock2.h header file. */
76849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WINSOCK2_H */
76949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
77049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the winsock.h header file. */
77149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WINSOCK_H */
77249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
773234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
774234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */
775234096a2690a206c54dc533098161647f3219778Alex Deymo
776234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `wolfSSL_CTX_UseSupportedCurve' function. */
777234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_WOLFSSL_CTX_USESUPPORTEDCURVE */
778234096a2690a206c54dc533098161647f3219778Alex Deymo
779234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
780234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */
781234096a2690a206c54dc533098161647f3219778Alex Deymo
782234096a2690a206c54dc533098161647f3219778Alex Deymo/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
783234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef HAVE_WOLFSSL_USEALPN */
784234096a2690a206c54dc533098161647f3219778Alex Deymo
78549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define this symbol if your OS supports changing the contents of argv */
78649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WRITABLE_ARGV */
78749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
78849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the writev function. */
78949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_WRITEV 1
79049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
79149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ws2tcpip.h header file. */
79249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_WS2TCPIP_H */
79349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
79449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the <x509.h> header file. */
79549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef HAVE_X509_H */
79649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
79749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you have the zlib.h header file */
79849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define HAVE_ZLIB_H 1
79949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
80049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the sub-directory in which libtool stores uninstalled libraries.
80149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   */
80249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define LT_OBJDIR ".libs/"
80349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
80449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you need the lber.h header file even with ldap.h */
80549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NEED_LBER_H */
80649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
80749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you need the malloc.h header file even with stdlib.h */
80849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NEED_MALLOC_H */
80949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
81049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you need the memory.h header file even with stdlib.h */
81149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NEED_MEMORY_H */
81249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
81349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
81449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NEED_REENTRANT */
81549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
81649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
81749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NEED_THREAD_SAFE */
81849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
81949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
82049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NTLM_WB_ENABLED */
82149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
82249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define absolute filename for winbind's ntlm_auth helper. */
82349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef NTLM_WB_FILE */
82449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
82549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Name of package */
82649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE "curl"
82749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
82849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the address where bug reports for this package should be sent. */
829234096a2690a206c54dc533098161647f3219778Alex Deymo#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.haxx.se/mail/"
83049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
83149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the full name of this package. */
83249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE_NAME "curl"
83349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
83449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the full name and version of this package. */
83549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE_STRING "curl -"
83649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
83749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the one symbol short name of this package. */
83849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE_TARNAME "curl"
83949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
84049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the home page for this package. */
84149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE_URL ""
84249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
84349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the version of this package. */
84449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define PACKAGE_VERSION "-"
84549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
84649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* a suitable file to read random data from */
84749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef RANDOM_FILE */
84849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
84949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 1 for recv. */
85049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RECV_TYPE_ARG1 int
85149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
85249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 2 for recv. */
85349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RECV_TYPE_ARG2 void *
85449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
85549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 3 for recv. */
85649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RECV_TYPE_ARG3 size_t
85749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
85849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 4 for recv. */
85949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RECV_TYPE_ARG4 int
86049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
86149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the function return type for recv. */
86249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RECV_TYPE_RETV int
86349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
86449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define as the return type of signal handlers (`int' or `void'). */
86549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define RETSIGTYPE void
86649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
86749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type qualifier of arg 5 for select. */
86831276e68c85fa5320ed00c9e14143ffcc1925be3Alex Deymo#define SELECT_QUAL_ARG5
86949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
87049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 1 for select. */
87149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SELECT_TYPE_ARG1 int
87249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
87349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of args 2, 3 and 4 for select. */
87449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SELECT_TYPE_ARG234 fd_set *
87549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
87649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 5 for select. */
87749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SELECT_TYPE_ARG5 struct timeval *
87849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
87949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the function return type for select. */
88049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SELECT_TYPE_RETV int
88149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
88249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type qualifier of arg 2 for send. */
88349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_QUAL_ARG2 const
88449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
88549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 1 for send. */
88649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_TYPE_ARG1 int
88749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
88849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 2 for send. */
88949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_TYPE_ARG2 void *
89049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
89149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 3 for send. */
89249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_TYPE_ARG3 size_t
89349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
89449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 4 for send. */
89549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_TYPE_ARG4 int
89649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
89749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the function return type for send. */
89849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define SEND_TYPE_RETV int
89949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
90049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* The size of `long long', as computed by sizeof. */
90149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef SIZEOF_LONG_LONG */
90249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
90349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the ANSI C header files. */
90449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define STDC_HEADERS 1
90549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
90649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to the type of arg 3 for strerror_r. */
90749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define STRERROR_R_TYPE_ARG3 size_t
90849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
90949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
91049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define TIME_WITH_SYS_TIME 1
91149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
91249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to enable c-ares support */
91349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_ARES */
91449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
91549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if axTLS is enabled */
91649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_AXTLS */
91749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
918234096a2690a206c54dc533098161647f3219778Alex Deymo/* if CyaSSL/WolfSSL is enabled */
91949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_CYASSL */
92049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
92149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to enable iOS/Mac OS X native SSL/TLS support */
92249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_DARWINSSL */
92349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
92449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if GnuTLS is enabled */
92549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_GNUTLS */
92649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
92749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if GnuTLS uses nettle as crypto backend */
92849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_GNUTLS_NETTLE */
92949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
930234096a2690a206c54dc533098161647f3219778Alex Deymo/* PSL support enabled */
931234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef USE_LIBPSL */
932234096a2690a206c54dc533098161647f3219778Alex Deymo
93349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if librtmp is in use */
93449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_LIBRTMP */
93549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
93649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if libSSH2 is in use */
93749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_LIBSSH2 */
93849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
93949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* If you want to build curl with the built-in manual */
94049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define USE_MANUAL 1
94149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
942234096a2690a206c54dc533098161647f3219778Alex Deymo/* if mbedTLS is enabled */
943234096a2690a206c54dc533098161647f3219778Alex Deymo/* #undef USE_MBEDTLS */
944234096a2690a206c54dc533098161647f3219778Alex Deymo
94549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to enable metalink support */
94649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_METALINK */
94749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
94849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if nghttp2 is in use */
94949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_NGHTTP2 */
95049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
95149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if NSS is enabled */
95249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_NSS */
95349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
95449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Use OpenLDAP-specific code */
95549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_OPENLDAP */
95649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
95749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if OpenSSL is in use */
95849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define USE_OPENSSL 1
95949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
96049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if PolarSSL is enabled */
96149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_POLARSSL */
96249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
96349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to enable Windows native SSL/TLS support */
96449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_SCHANNEL */
96549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
96649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* if you want POSIX threaded DNS lookup */
96749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_THREADS_POSIX */
96849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
96949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Use TLS-SRP authentication */
97049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_TLS_SRP */
97149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
97249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Use Unix domain sockets */
97349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define USE_UNIX_SOCKETS 1
97449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
97549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
97649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_WIN32_IDN */
97749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
97849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you are building a Windows target with large file support.
97949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   */
98049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_WIN32_LARGE_FILES */
98149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
98249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Use Windows LDAP implementation */
98349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_WIN32_LDAP */
98449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
98549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if you are building a Windows target without large file
98649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   support. */
98749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_WIN32_SMALL_FILES */
98849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
98949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* to enable SSPI support */
99049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef USE_WINDOWS_SSPI */
99149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
99249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Version number of package */
99349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define VERSION "-"
99449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
99549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 to provide own prototypes. */
99649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef WANT_IDN_PROTOTYPES */
99749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
99849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to avoid automatic inclusion of winsock.h */
99949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef WIN32_LEAN_AND_MEAN */
100049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
100149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to 1 if OS is AIX. */
100249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#ifndef _ALL_SOURCE
100349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #  undef _ALL_SOURCE */
100449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#endif
100549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
100649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Enable large inode numbers on Mac OS X 10.5.  */
100749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#ifndef _DARWIN_USE_64_BIT_INODE
100849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET# define _DARWIN_USE_64_BIT_INODE 1
100949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#endif
101049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
101149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Number of bits in a file offset, on hosts where this is settable. */
101249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#define _FILE_OFFSET_BITS 64
101349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
101449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define for large files, on AIX-style hosts. */
101549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef _LARGE_FILES */
101649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
101749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to empty if `const' does not conform to ANSI C. */
101849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef const */
101949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
102049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Type to use in place of in_addr_t when system does not provide it. */
102149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef in_addr_t */
102249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
102349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to `__inline__' or `__inline' if that's what the C compiler
102449cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET   calls it, or to nothing if 'inline' is not supported under any name.  */
102549cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#ifndef __cplusplus
102649cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef inline */
102749cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET#endif
102849cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
102949cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* Define to `unsigned int' if <sys/types.h> does not define. */
103049cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef size_t */
103149cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET
103249cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* the signed version of size_t */
103349cabe1304fbc152a1227de3933042d7f718f14aBertrand SIMONNET/* #undef ssize_t */
1034