1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the <arpa/inet.h> header file. */ 4#undef HAVE_ARPA_INET_H 5 6/* disabled non-blocking sockets */ 7#undef HAVE_DISABLED_NONBLOCKING 8 9/* Define to 1 if you have the <errno.h> header file. */ 10#undef HAVE_ERRNO_H 11 12/* Define to 1 if you have the `EVP_aes_128_ctr' function. */ 13#undef HAVE_EVP_AES_128_CTR 14 15/* Define to 1 if you have the <fcntl.h> header file. */ 16#undef HAVE_FCNTL_H 17 18/* use FIONBIO for non-blocking sockets */ 19#undef HAVE_FIONBIO 20 21/* Define to 1 if you have the `gethostbyname' function. */ 22#undef HAVE_GETHOSTBYNAME 23 24/* Define to 1 if you have the `inet_ntoa' function. */ 25#undef HAVE_INET_NTOA 26 27/* Define to 1 if you have the <inttypes.h> header file. */ 28#undef HAVE_INTTYPES_H 29 30/* use ioctlsocket() for non-blocking sockets */ 31#undef HAVE_IOCTLSOCKET 32 33/* use Ioctlsocket() for non-blocking sockets */ 34#undef HAVE_IOCTLSOCKET_CASE 35 36/* Define if you have the gcrypt library. */ 37#undef HAVE_LIBGCRYPT 38 39/* Define if you have the ssl library. */ 40#undef HAVE_LIBSSL 41 42/* Define if you have the z library. */ 43#undef HAVE_LIBZ 44 45/* Define to 1 if you have the `memmove' function. */ 46#undef HAVE_MEMMOVE 47 48/* Define to 1 if you have the <memory.h> header file. */ 49#undef HAVE_MEMORY_H 50 51/* Define to 1 if you have the `memset' function. */ 52#undef HAVE_MEMSET 53 54/* Define to 1 if you have the <netdb.h> header file. */ 55#undef HAVE_NETDB_H 56 57/* Define to 1 if you have the <netinet/in.h> header file. */ 58#undef HAVE_NETINET_IN_H 59 60/* Compile libssh2 with OpenSSL support */ 61#undef HAVE_OPENSSL_CRYPTO 62 63/* use O_NONBLOCK for non-blocking sockets */ 64#undef HAVE_O_NONBLOCK 65 66/* use SO_NONBLOCK for non-blocking sockets */ 67#undef HAVE_SO_NONBLOCK 68 69/* Define to 1 if stdbool.h conforms to C99. */ 70#undef HAVE_STDBOOL_H 71 72/* Define to 1 if you have the <stdint.h> header file. */ 73#undef HAVE_STDINT_H 74 75/* Define to 1 if you have the <stdio.h> header file. */ 76#undef HAVE_STDIO_H 77 78/* Define to 1 if you have the <stdlib.h> header file. */ 79#undef HAVE_STDLIB_H 80 81/* Define to 1 if you have the `strchr' function. */ 82#undef HAVE_STRCHR 83 84/* Define to 1 if you have the <strings.h> header file. */ 85#undef HAVE_STRINGS_H 86 87/* Define to 1 if you have the <string.h> header file. */ 88#undef HAVE_STRING_H 89 90/* Define to 1 if you have the <sys/ioctl.h> header file. */ 91#undef HAVE_SYS_IOCTL_H 92 93/* Define to 1 if you have the <sys/select.h> header file. */ 94#undef HAVE_SYS_SELECT_H 95 96/* Define to 1 if you have the <sys/socket.h> header file. */ 97#undef HAVE_SYS_SOCKET_H 98 99/* Define to 1 if you have the <sys/stat.h> header file. */ 100#undef HAVE_SYS_STAT_H 101 102/* Define to 1 if you have the <sys/time.h> header file. */ 103#undef HAVE_SYS_TIME_H 104 105/* Define to 1 if you have the <sys/types.h> header file. */ 106#undef HAVE_SYS_TYPES_H 107 108/* Define to 1 if you have the <sys/uio.h> header file. */ 109#undef HAVE_SYS_UIO_H 110 111/* Define to 1 if you have the <sys/un.h> header file. */ 112#undef HAVE_SYS_UN_H 113 114/* Define to 1 if you have the <unistd.h> header file. */ 115#undef HAVE_UNISTD_H 116 117/* Define to 1 if the system has the type `_Bool'. */ 118#undef HAVE__BOOL 119 120/* Compile in zlib support */ 121#undef LIBSSH2_HAVE_ZLIB 122 123/* Use libgcrypt */ 124#undef LIBSSH2_LIBGCRYPT 125 126/* Compile libssh2 with OpenSSL support */ 127#undef LIBSSH2_OPENSSL 128 129/* Name of package */ 130#undef PACKAGE 131 132/* Define to the address where bug reports for this package should be sent. */ 133#undef PACKAGE_BUGREPORT 134 135/* Define to the full name of this package. */ 136#undef PACKAGE_NAME 137 138/* Define to the full name and version of this package. */ 139#undef PACKAGE_STRING 140 141/* Define to the one symbol short name of this package. */ 142#undef PACKAGE_TARNAME 143 144/* Define to the home page for this package. */ 145#undef PACKAGE_URL 146 147/* Define to the version of this package. */ 148#undef PACKAGE_VERSION 149 150/* Define to 1 if you have the ANSI C header files. */ 151#undef STDC_HEADERS 152 153/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 154#undef TIME_WITH_SYS_TIME 155 156/* Version number of package */ 157#undef VERSION 158 159/* Define to empty if `const' does not conform to ANSI C. */ 160#undef const 161 162/* Define to `unsigned int' if <sys/types.h> does not define. */ 163#undef size_t 164