# This is the CMakeCache file. # For build in directory: /var/www/zzio/src/curl-7.49.1/build # It was generated by CMake: /usr/local/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Set to ON to build cURL executable. BUILD_CURL_EXE:BOOL=ON //Set to ON to build cURL tests. BUILD_CURL_TESTS:BOOL=ON //Set to ON to activate reporting of cURL builds here http://www.cdash.org/CDashPublic/index.php?project=CURL BUILD_DASHBOARD_REPORTS:BOOL=OFF //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. CMAKE_BUILD_TYPE:STRING= //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //Name or full path to lber library CMAKE_LBER_LIB:STRING=lber //Path to LDAP include directory CMAKE_LDAP_INCLUDE_DIR:STRING= //Name or full path to ldap library CMAKE_LDAP_LIB:STRING=ldap //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=CURL //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip //Use GSSAPI implementation (right now only Heimdal is supported // with CMake build) CMAKE_USE_GSSAPI:BOOL=OFF //Use libSSH2 CMAKE_USE_LIBSSH2:BOOL=ON //Use OpenLDAP code. CMAKE_USE_OPENLDAP:BOOL=OFF //Use OpenSSL code. Experimental CMAKE_USE_OPENSSL:BOOL=ON //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Value Computed by CMake CURL_BINARY_DIR:STATIC=/var/www/zzio/src/curl-7.49.1/build //to disable cookies support CURL_DISABLE_COOKIES:BOOL=OFF //to disable cryptographic authentication CURL_DISABLE_CRYPTO_AUTH:BOOL=OFF //disables DICT CURL_DISABLE_DICT:BOOL=OFF //disables FILE CURL_DISABLE_FILE:BOOL=OFF //disables FTP CURL_DISABLE_FTP:BOOL=OFF //to disable Gopher CURL_DISABLE_GOPHER:BOOL=OFF //disables HTTP CURL_DISABLE_HTTP:BOOL=OFF //to disable IMAP CURL_DISABLE_IMAP:BOOL=OFF CURL_DISABLE_LDAP:BOOL=ON CURL_DISABLE_LDAPS:BOOL=ON //to disable POP3 CURL_DISABLE_POP3:BOOL=OFF //to disable proxy CURL_DISABLE_PROXY:BOOL=OFF //to disable RTSP CURL_DISABLE_RTSP:BOOL=OFF //to disable SMTP CURL_DISABLE_SMTP:BOOL=OFF //disables Telnet CURL_DISABLE_TELNET:BOOL=OFF //disables TFTP CURL_DISABLE_TFTP:BOOL=OFF //to disable verbose strings CURL_DISABLE_VERBOSE_STRINGS:BOOL=OFF //Set to ON to hide libcurl internal symbols (=hide all symbols // that aren't officially external). CURL_HIDDEN_SYMBOLS:BOOL=ON //Value Computed by CMake CURL_SOURCE_DIR:STATIC=/var/www/zzio/src/curl-7.49.1 //Set to ON to build libcurl with static linking. CURL_STATICLIB:BOOL=OFF //Set to ON to enable building cURL with zlib support. CURL_ZLIB:BOOL=ON //Set to explicitly specify we don't want to use thread-safe functions DISABLED_THREADSAFE:BOOL=OFF //Set to ON to enable c-ares support ENABLE_ARES:BOOL=OFF //Set to ON to build with TrackMemory feature enabled ENABLE_CURLDEBUG:BOOL=OFF //Set to ON to enable curl debug features ENABLE_DEBUG:BOOL=OFF //Define if you want to enable IPv6 support ENABLE_IPV6:BOOL=ON //to provide the built-in manual ENABLE_MANUAL:BOOL=ON //Set to ON to enable POSIX threaded DNS lookup ENABLE_THREADED_RESOLVER:BOOL=OFF //Define if you want Unix domain sockets support ENABLE_UNIX_SOCKETS:BOOL=ON //disables all protocols except HTTP (This overrides all CURL_DISABLE_* // options) HTTP_ONLY:BOOL=OFF //The directory containing a CMake configuration file for LibSSH2. LibSSH2_DIR:PATH=LibSSH2_DIR-NOTFOUND //Path to a program. NROFF:FILEPATH=/usr/bin/nroff //Path to a library. OPENSSL_CRYPTO_LIBRARY:FILEPATH=OPENSSL_CRYPTO_LIBRARY-NOTFOUND //Path to a file. OPENSSL_INCLUDE_DIR:PATH=OPENSSL_INCLUDE_DIR-NOTFOUND //Path to a library. OPENSSL_SSL_LIBRARY:FILEPATH=OPENSSL_SSL_LIBRARY-NOTFOUND //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND //Path to a file. RANDOM_FILE:FILEPATH=/dev/urandom //Path to a file. ZLIB_INCLUDE_DIR:PATH=ZLIB_INCLUDE_DIR-NOTFOUND //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=ZLIB_LIBRARY_RELEASE-NOTFOUND ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/var/www/zzio/src/curl-7.49.1/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=5 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/var/www/zzio/src/curl-7.49.1 //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.5 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_USE_GSSAPI CMAKE_USE_GSSAPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_LIBSSH2 CMAKE_USE_LIBSSH2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_OPENLDAP CMAKE_USE_OPENLDAP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_OPENSSL CMAKE_USE_OPENSSL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_COOKIES CURL_DISABLE_COOKIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_CRYPTO_AUTH CURL_DISABLE_CRYPTO_AUTH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_DICT CURL_DISABLE_DICT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_FILE CURL_DISABLE_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_FTP CURL_DISABLE_FTP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_GOPHER CURL_DISABLE_GOPHER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_HTTP CURL_DISABLE_HTTP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_IMAP CURL_DISABLE_IMAP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_LDAP CURL_DISABLE_LDAP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_LDAPS CURL_DISABLE_LDAPS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_POP3 CURL_DISABLE_POP3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_PROXY CURL_DISABLE_PROXY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_RTSP CURL_DISABLE_RTSP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_SMTP CURL_DISABLE_SMTP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_TELNET CURL_DISABLE_TELNET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_TFTP CURL_DISABLE_TFTP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_DISABLE_VERBOSE_STRINGS CURL_DISABLE_VERBOSE_STRINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURL_HIDDEN_SYMBOLS CURL_HIDDEN_SYMBOLS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: socklen_t unknown CURL_SIZEOF_CURL_SOCKLEN_T:INTERNAL= //ADVANCED property for variable: DISABLED_THREADSAFE DISABLED_THREADSAFE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ENABLE_IPV6 ENABLE_IPV6-ADVANCED:INTERNAL=1 //Have symbol alarm HAVE_ALARM:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h HAVE_ARPA_TFTP_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h HAVE_ASSERT_H:INTERNAL=1 //Have symbol basename HAVE_BASENAME:INTERNAL=1 //Curl test HAVE_BOOL_T:INTERNAL=1 //Have symbol closesocket HAVE_CLOSESOCKET:INTERNAL= //Have symbol CRYPTO_cleanup_all_ex_data HAVE_CRYPTO_CLEANUP_ALL_EX_DATA:INTERNAL= //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h HAVE_CRYPTO_H:INTERNAL= //Result of TRY_COMPILE HAVE_CURL_SIZEOF_CURL_SOCKLEN_T:INTERNAL=FALSE //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h HAVE_DES_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl HAVE_DLOPEN:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h HAVE_ERR_H:INTERNAL=1 //Have symbol fcntl HAVE_FCNTL:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Curl test HAVE_FCNTL_O_NONBLOCK:INTERNAL=1 //Curl test HAVE_FILE_OFFSET_BITS:INTERNAL=1 //Have symbol fork HAVE_FORK:INTERNAL=1 //Have symbol freeaddrinfo HAVE_FREEADDRINFO:INTERNAL=1 //Have symbol freeifaddrs HAVE_FREEIFADDRS:INTERNAL=1 //Have symbol ftruncate HAVE_FTRUNCATE:INTERNAL=1 //Have symbol getaddrinfo HAVE_GETADDRINFO:INTERNAL=1 //Have symbol geteuid HAVE_GETEUID:INTERNAL=1 //Have symbol gethostbyaddr HAVE_GETHOSTBYADDR:INTERNAL=1 //Have symbol gethostbyaddr_r HAVE_GETHOSTBYADDR_R:INTERNAL=1 //Curl test HAVE_GETHOSTBYADDR_R_5:INTERNAL= //Curl test HAVE_GETHOSTBYADDR_R_5_REENTRANT:INTERNAL= //Curl test HAVE_GETHOSTBYADDR_R_7:INTERNAL= //Curl test HAVE_GETHOSTBYADDR_R_7_REENTRANT:INTERNAL= //Curl test HAVE_GETHOSTBYADDR_R_8:INTERNAL=1 //Curl test HAVE_GETHOSTBYADDR_R_8_REENTRANT:INTERNAL=1 //Have symbol gethostbyname HAVE_GETHOSTBYNAME:INTERNAL=1 //Have symbol gethostbyname_r HAVE_GETHOSTBYNAME_R:INTERNAL=1 //Curl test HAVE_GETHOSTBYNAME_R_3:INTERNAL= //Curl test HAVE_GETHOSTBYNAME_R_3_REENTRANT:INTERNAL= //Curl test HAVE_GETHOSTBYNAME_R_5:INTERNAL= //Curl test HAVE_GETHOSTBYNAME_R_5_REENTRANT:INTERNAL= //Curl test HAVE_GETHOSTBYNAME_R_6:INTERNAL=1 //Curl test HAVE_GETHOSTBYNAME_R_6_REENTRANT:INTERNAL=1 //Have function gethostname HAVE_GETHOSTNAME:INTERNAL=1 //Have symbol getpass_r HAVE_GETPASS_R:INTERNAL= //Have symbol getprotobyname HAVE_GETPROTOBYNAME:INTERNAL=1 //Have symbol getpwuid HAVE_GETPWUID:INTERNAL=1 //Have symbol getrlimit HAVE_GETRLIMIT:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Curl test HAVE_GLIBC_STRERROR_R:INTERNAL= //Result of TRY_COMPILE HAVE_GLIBC_STRERROR_R_COMPILE:INTERNAL=TRUE //Have symbol gmtime_r HAVE_GMTIME_R:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sys/utsname.h;idna.h HAVE_IDNA_H:INTERNAL= //Have symbol idna_strerror HAVE_IDNA_STRERROR:INTERNAL= //Have symbol idn_free HAVE_IDN_FREE:INTERNAL= //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.h HAVE_IDN_FREE_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h HAVE_IFADDRS_H:INTERNAL=1 //Have symbol inet_addr HAVE_INET_ADDR:INTERNAL=1 //Have symbol inet_ntoa HAVE_INET_NTOA:INTERNAL=1 //Have symbol inet_ntoa_r HAVE_INET_NTOA_R:INTERNAL= //Curl test HAVE_INET_NTOA_R_DECL:INTERNAL= //Curl test HAVE_INET_NTOA_R_DECL_REENTRANT:INTERNAL= //Have function inet_pton HAVE_INET_PTON:INTERNAL=1 //Have include stdio.h;inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Curl test HAVE_IN_ADDR_T:INTERNAL=1 //Have symbol ioctl HAVE_IOCTL:INTERNAL=1 //Curl test HAVE_IOCTLSOCKET:INTERNAL= //Curl test HAVE_IOCTLSOCKET_CAMEL:INTERNAL= //Curl test HAVE_IOCTLSOCKET_CAMEL_FIONBIO:INTERNAL= //Curl test HAVE_IOCTLSOCKET_FIONBIO:INTERNAL= //Curl test HAVE_IOCTL_FIONBIO:INTERNAL=1 //Curl test HAVE_IOCTL_SIOCGIFADDR:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h HAVE_IO_H:INTERNAL= //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h HAVE_KRB_H:INTERNAL= //Have includes ;lber.h HAVE_LBER_H:INTERNAL= //Have includes ;ldap.h HAVE_LDAP_H:INTERNAL= //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h HAVE_LIBGEN_H:INTERNAL=1 //Have library idn;dl HAVE_LIBIDN:INTERNAL= //Have library lber;dl HAVE_LIBLBER:INTERNAL= //Have library ldap;dl HAVE_LIBLDAP:INTERNAL= //Have library socket;dl HAVE_LIBSOCKET:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h HAVE_LIMITS_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h HAVE_LOCALE_H:INTERNAL=1 //Have symbol localtime_r HAVE_LOCALTIME_R:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h HAVE_MEMORY_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h HAVE_NETINET_IF_ETHER_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h HAVE_NETINET_TCP_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h HAVE_NET_IF_H:INTERNAL=1 //Curl test HAVE_O_NONBLOCK:INTERNAL= //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h HAVE_PEM_H:INTERNAL= //Have symbol perror HAVE_PERROR:INTERNAL=1 //Have symbol pipe HAVE_PIPE:INTERNAL=1 //Have symbol poll HAVE_POLL:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h HAVE_POLL_H:INTERNAL=1 //Curl test HAVE_POSIX_STRERROR_R:INTERNAL=1 //Result of TRY_COMPILE HAVE_POSIX_STRERROR_R_COMPILE:INTERNAL=TRUE //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;process.h HAVE_PROCESS_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h HAVE_PWD_H:INTERNAL=1 //Have symbol RAND_egd HAVE_RAND_EGD:INTERNAL= //Have symbol RAND_screen HAVE_RAND_SCREEN:INTERNAL= //Have symbol RAND_status HAVE_RAND_STATUS:INTERNAL= //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;rsa.h HAVE_RSA_H:INTERNAL= //Have symbol select HAVE_SELECT:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h HAVE_SETJMP_H:INTERNAL=1 //Have symbol setlocale HAVE_SETLOCALE:INTERNAL=1 //Have symbol setrlimit HAVE_SETRLIMIT:INTERNAL=1 //Have symbol setsockopt HAVE_SETSOCKOPT:INTERNAL=1 //Curl test HAVE_SETSOCKOPT_SO_NONBLOCK:INTERNAL= //Have symbol setvbuf HAVE_SETVBUF:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h HAVE_SGTTY_H:INTERNAL=1 //Have symbol sigaction HAVE_SIGACTION:INTERNAL=1 //Have symbol siginterrupt HAVE_SIGINTERRUPT:INTERNAL=1 //Have symbol signal HAVE_SIGNAL_FUNC:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Have symbol SIGALRM HAVE_SIGNAL_MACRO:INTERNAL=1 //Have symbol sigsetjmp HAVE_SIGSETJMP:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_CURL_OFF_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_DOUBLE:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_LONG_LONG:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_TIME_T:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF___INT64:INTERNAL=FALSE //Test HAVE_SOCKADDR_IN6_SIN6_ADDR HAVE_SOCKADDR_IN6_SIN6_ADDR:INTERNAL=1 //Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID:INTERNAL=1 //Have symbol socket HAVE_SOCKET:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h HAVE_SOCKIO_H:INTERNAL= //Curl test HAVE_SOCKLEN_T:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h HAVE_SSL_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include ;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have symbol strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have symbol strcmpi HAVE_STRCMPI:INTERNAL= //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror_r HAVE_STRERROR_R:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have symbol stricmp HAVE_STRICMP:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strlcat HAVE_STRLCAT:INTERNAL= //Have symbol strncmpi HAVE_STRNCMPI:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h HAVE_STROPTS_H:INTERNAL=1 //Have symbol strstr HAVE_STRSTR:INTERNAL=1 //Have symbol strtok_r HAVE_STRTOK_R:INTERNAL=1 //Have symbol strtoll HAVE_STRTOLL:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/filio.h HAVE_SYS_FILIO_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h HAVE_SYS_IOCTL_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h HAVE_SYS_PARAM_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h HAVE_SYS_POLL_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h HAVE_SYS_SOCKIO_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h HAVE_SYS_UIO_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h HAVE_SYS_UN_H:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h HAVE_SYS_UTIME_H:INTERNAL= //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sys/utsname.h HAVE_SYS_UTSNAME_H:INTERNAL=1 //Have symbol tcgetattr HAVE_TCGETATTR:INTERNAL=1 //Have symbol tcsetattr HAVE_TCSETATTR:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h HAVE_TERMIOS_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h HAVE_TERMIO_H:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h HAVE_TIME_H:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;tld.h HAVE_TLD_H:INTERNAL= //Have symbol tld_strerror HAVE_TLD_STRERROR:INTERNAL= //Have symbol uname HAVE_UNAME:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h HAVE_UNISTD_H:INTERNAL=1 //Have symbol utime HAVE_UTIME:INTERNAL=1 //Have include stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h HAVE_UTIME_H:INTERNAL=1 //Have includes stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;x509.h HAVE_X509_H:INTERNAL= //Have symbol _strtoi64 HAVE__STRTOI64:INTERNAL= //ADVANCED property for variable: HTTP_ONLY HTTP_ONLY-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENSSL_INCLUDE_DIR OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENSSL_SSL_LIBRARY OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: RANDOM_FILE RANDOM_FILE-ADVANCED:INTERNAL=1 //Curl test RETSIGTYPE_TEST:INTERNAL=1 //CHECK_TYPE_SIZE: curl_off_t unknown SIZEOF_CURL_OFF_T:INTERNAL= //CHECK_TYPE_SIZE: int unknown SIZEOF_INT:INTERNAL= //CHECK_TYPE_SIZE: long unknown SIZEOF_LONG:INTERNAL= //CHECK_TYPE_SIZE: long double unknown SIZEOF_LONG_DOUBLE:INTERNAL= //CHECK_TYPE_SIZE: long long unknown SIZEOF_LONG_LONG:INTERNAL= //CHECK_TYPE_SIZE: short unknown SIZEOF_SHORT:INTERNAL= //CHECK_TYPE_SIZE: size_t unknown SIZEOF_SIZE_T:INTERNAL= //CHECK_TYPE_SIZE: ssize_t unknown SIZEOF_SSIZE_T:INTERNAL= //CHECK_TYPE_SIZE: time_t unknown SIZEOF_TIME_T:INTERNAL= //CHECK_TYPE_SIZE: __int64 unknown SIZEOF___INT64:INTERNAL= //Curl test STDC_HEADERS:INTERNAL=1 //Curl test TIME_WITH_SYS_TIME:INTERNAL=1 //Test USE_UNIX_SOCKETS USE_UNIX_SOCKETS:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 _OPENSSL_CFLAGS:INTERNAL= _OPENSSL_CFLAGS_I:INTERNAL= _OPENSSL_CFLAGS_OTHER:INTERNAL= _OPENSSL_FOUND:INTERNAL= _OPENSSL_INCLUDEDIR:INTERNAL= _OPENSSL_LIBDIR:INTERNAL= _OPENSSL_LIBS:INTERNAL= _OPENSSL_LIBS_L:INTERNAL= _OPENSSL_LIBS_OTHER:INTERNAL= _OPENSSL_LIBS_PATHS:INTERNAL= _OPENSSL_PREFIX:INTERNAL= _OPENSSL_STATIC_CFLAGS:INTERNAL= _OPENSSL_STATIC_CFLAGS_I:INTERNAL= _OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= _OPENSSL_STATIC_LIBDIR:INTERNAL= _OPENSSL_STATIC_LIBS:INTERNAL= _OPENSSL_STATIC_LIBS_L:INTERNAL= _OPENSSL_STATIC_LIBS_OTHER:INTERNAL= _OPENSSL_STATIC_LIBS_PATHS:INTERNAL= _OPENSSL_VERSION:INTERNAL= __pkg_config_checked__OPENSSL:INTERNAL=1