libssh2_config.h 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /* src/libssh2_config.h. Generated from libssh2_config.h.in by configure. */
  2. /* src/libssh2_config.h.in. Generated from configure.in by autoheader. */
  3. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  4. systems. This function is required for `alloca.c' support on those systems.
  5. */
  6. /* #undef CRAY_STACKSEG_END */
  7. /* Define to 1 if using `alloca.c'. */
  8. /* #undef C_ALLOCA */
  9. /* Define to 1 if you have `alloca', as a function or macro. */
  10. #define HAVE_ALLOCA 1
  11. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  12. */
  13. #define HAVE_ALLOCA_H 1
  14. /* Define to 1 if you have the <arpa/inet.h> header file. */
  15. #define HAVE_ARPA_INET_H 1
  16. /* disabled non-blocking sockets */
  17. /* #undef HAVE_DISABLED_NONBLOCKING */
  18. /* Define to 1 if you have the <dlfcn.h> header file. */
  19. #define HAVE_DLFCN_H 1
  20. /* Define to 1 if you have the <errno.h> header file. */
  21. #define HAVE_ERRNO_H 1
  22. /* Define to 1 if you have the <fcntl.h> header file. */
  23. #define HAVE_FCNTL_H 1
  24. /* use FIONBIO for non-blocking sockets */
  25. /* #undef HAVE_FIONBIO */
  26. /* Define to 1 if you have the `gettimeofday' function. */
  27. #define HAVE_GETTIMEOFDAY 1
  28. /* Define to 1 if you have the <inttypes.h> header file. */
  29. #define HAVE_INTTYPES_H 1
  30. /* use ioctlsocket() for non-blocking sockets */
  31. /* #undef HAVE_IOCTLSOCKET */
  32. /* use Ioctlsocket() for non-blocking sockets */
  33. /* #undef HAVE_IOCTLSOCKET_CASE */
  34. /* Define if you have the gcrypt library. */
  35. /* #undef HAVE_LIBGCRYPT */
  36. /* Define if you have the ssl library. */
  37. /* #undef HAVE_LIBSSL */
  38. #define LIBSSH2_MBEDTLS 1
  39. //#define HAVE_BCRYPT_PBKDF 1
  40. /* Define if you have the z library. */
  41. #define HAVE_LIBZ 1
  42. /* Define to 1 if the compiler supports the 'long long' data type. */
  43. #define HAVE_LONGLONG 1
  44. /* Define to 1 if you have the <memory.h> header file. */
  45. #define HAVE_MEMORY_H 1
  46. /* Define to 1 if you have the <netinet/in.h> header file. */
  47. #define HAVE_NETINET_IN_H 1
  48. /* use O_NONBLOCK for non-blocking sockets */
  49. #define HAVE_O_NONBLOCK 1
  50. /* Define to 1 if you have the `poll' function. */
  51. #define HAVE_POLL 1
  52. /* Define to 1 if you have the select function. */
  53. #define HAVE_SELECT 1
  54. /* use SO_NONBLOCK for non-blocking sockets */
  55. /* #undef HAVE_SO_NONBLOCK */
  56. /* Define to 1 if you have the <stdint.h> header file. */
  57. #define HAVE_STDINT_H 1
  58. /* Define to 1 if you have the <stdio.h> header file. */
  59. #define HAVE_STDIO_H 1
  60. /* Define to 1 if you have the <stdlib.h> header file. */
  61. #define HAVE_STDLIB_H 1
  62. /* Define to 1 if you have the <strings.h> header file. */
  63. #define HAVE_STRINGS_H 1
  64. /* Define to 1 if you have the <string.h> header file. */
  65. #define HAVE_STRING_H 1
  66. /* Define to 1 if you have the `strtoll' function. */
  67. #define HAVE_STRTOLL 1
  68. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  69. #define HAVE_SYS_IOCTL_H 1
  70. /* Define to 1 if you have the <sys/select.h> header file. */
  71. #define HAVE_SYS_SELECT_H 1
  72. /* Define to 1 if you have the <sys/socket.h> header file. */
  73. #define HAVE_SYS_SOCKET_H 1
  74. /* Define to 1 if you have the <sys/stat.h> header file. */
  75. #define HAVE_SYS_STAT_H 1
  76. /* Define to 1 if you have the <sys/time.h> header file. */
  77. #define HAVE_SYS_TIME_H 1
  78. /* Define to 1 if you have the <sys/types.h> header file. */
  79. #define HAVE_SYS_TYPES_H 1
  80. /* Define to 1 if you have the <sys/uio.h> header file. */
  81. #define HAVE_SYS_UIO_H 1
  82. /* Define to 1 if you have the <unistd.h> header file. */
  83. #define HAVE_UNISTD_H 1
  84. /* Define to 1 if you have the <windows.h> header file. */
  85. /* #undef HAVE_WINDOWS_H */
  86. /* Define to 1 if you have the <winsock2.h> header file. */
  87. /* #undef HAVE_WINSOCK2_H */
  88. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  89. /* #undef HAVE_WS2TCPIP_H */
  90. /* Enable "none" cipher -- NOT RECOMMENDED */
  91. /* #undef LIBSSH2_CRYPT_NONE */
  92. /* Enable newer diffie-hellman-group-exchange-sha1 syntax */
  93. #define LIBSSH2_DH_GEX_NEW 1
  94. /* Compile in zlib support */
  95. #define LIBSSH2_HAVE_ZLIB 1
  96. /* Use libgcrypt */
  97. /* #undef LIBSSH2_LIBGCRYPT */
  98. /* Enable "none" MAC -- NOT RECOMMENDED */
  99. /* #undef LIBSSH2_MAC_NONE */
  100. /* Name of package */
  101. #define PACKAGE "libssh2"
  102. /* Define to the address where bug reports for this package should be sent. */
  103. #define PACKAGE_BUGREPORT "[email protected]"
  104. /* Define to the full name of this package. */
  105. #define PACKAGE_NAME "libssh2"
  106. /* Define to the full name and version of this package. */
  107. #define PACKAGE_STRING "libssh2 -"
  108. /* Define to the one symbol short name of this package. */
  109. #define PACKAGE_TARNAME "libssh2"
  110. /* Define to the version of this package. */
  111. #define PACKAGE_VERSION "-"
  112. /* If using the C implementation of alloca, define if you know the
  113. direction of stack growth for your system; otherwise it will be
  114. automatically deduced at runtime.
  115. STACK_DIRECTION > 0 => grows toward higher addresses
  116. STACK_DIRECTION < 0 => grows toward lower addresses
  117. STACK_DIRECTION = 0 => direction of growth unknown */
  118. /* #undef STACK_DIRECTION */
  119. /* Define to 1 if you have the ANSI C header files. */
  120. #define STDC_HEADERS 1
  121. /* Version number of package */
  122. #define VERSION "1.0"
  123. /* Define to 1 if your processor stores words with the most significant byte
  124. first (like Motorola and SPARC, unlike Intel and VAX). */
  125. /* #undef WORDS_BIGENDIAN */
  126. /* Number of bits in a file offset, on hosts where this is settable. */
  127. /* #undef _FILE_OFFSET_BITS */
  128. /* Define for large files, on AIX-style hosts. */
  129. /* #undef _LARGE_FILES */
  130. /* Define to empty if `const' does not conform to ANSI C. */
  131. /* #undef const */
  132. /* Define to `__inline__' or `__inline' if that's what the C compiler
  133. calls it, or to nothing if 'inline' is not supported under any name. */
  134. #ifndef __cplusplus
  135. /* #undef inline */
  136. #endif