geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

300 lines
8.6 KiB

  1. /*
  2. * Copyright (C) 2015 Patrick Monnerat, D+H <patrick.monnerat@dh.com>
  3. * All rights reserved.
  4. *
  5. * Redistribution and use in source and binary forms,
  6. * with or without modification, are permitted provided
  7. * that the following conditions are met:
  8. *
  9. * Redistributions of source code must retain the above
  10. * copyright notice, this list of conditions and the
  11. * following disclaimer.
  12. *
  13. * Redistributions in binary form must reproduce the above
  14. * copyright notice, this list of conditions and the following
  15. * disclaimer in the documentation and/or other materials
  16. * provided with the distribution.
  17. *
  18. * Neither the name of the copyright holder nor the names
  19. * of any other contributors may be used to endorse or
  20. * promote products derived from this software without
  21. * specific prior written permission.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  24. * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  25. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  26. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  27. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  28. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  29. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  30. * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  31. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  32. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  33. * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  34. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  35. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  36. * OF SUCH DAMAGE.
  37. */
  38. #ifndef LIBSSH2_CONFIG_H
  39. #define LIBSSH2_CONFIG_H
  40. /* Define if building universal (internal helper macro) */
  41. #undef AC_APPLE_UNIVERSAL_BUILD
  42. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  43. systems. This function is required for `alloca.c' support on those systems.
  44. */
  45. #undef CRAY_STACKSEG_END
  46. /* Define to 1 if using `alloca.c'. */
  47. #undef C_ALLOCA
  48. /* Define to 1 if you have `alloca', as a function or macro. */
  49. #define HAVE_ALLOCA 1
  50. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
  51. #define HAVE_ALLOCA_H 1
  52. /* Define to 1 if you have the <arpa/inet.h> header file. */
  53. #define HAVE_ARPA_INET_H 1
  54. /* Define to 1 if you have the declaration of `SecureZeroMemory', and to 0 if
  55. you don't. */
  56. #undef HAVE_DECL_SECUREZEROMEMORY
  57. /* disabled non-blocking sockets */
  58. #undef HAVE_DISABLED_NONBLOCKING
  59. /* Define to 1 if you have the <dlfcn.h> header file. */
  60. #undef HAVE_DLFCN_H
  61. /* Define to 1 if you have the <errno.h> header file. */
  62. #define HAVE_ERRNO_H 1
  63. /* Define to 1 if you have the `EVP_aes_128_ctr' function. */
  64. #undef HAVE_EVP_AES_128_CTR
  65. /* Define to 1 if you have the <fcntl.h> header file. */
  66. #define HAVE_FCNTL_H 1
  67. /* use FIONBIO for non-blocking sockets */
  68. #undef HAVE_FIONBIO
  69. /* Define to 1 if you have the `gettimeofday' function. */
  70. #define HAVE_GETTIMEOFDAY 1
  71. /* Define to 1 if you have the <inttypes.h> header file. */
  72. #define HAVE_INTTYPES_H 1
  73. /* use ioctlsocket() for non-blocking sockets */
  74. #undef HAVE_IOCTLSOCKET
  75. /* use Ioctlsocket() for non-blocking sockets */
  76. #undef HAVE_IOCTLSOCKET_CASE
  77. /* Define if you have the bcrypt library. */
  78. #undef HAVE_LIBBCRYPT
  79. /* Define if you have the crypt32 library. */
  80. #undef HAVE_LIBCRYPT32
  81. /* Define if you have the gcrypt library. */
  82. #undef HAVE_LIBGCRYPT
  83. /* Define if you have the ssl library. */
  84. #undef HAVE_LIBSSL
  85. /* Define if you have the z library. */
  86. /* #undef HAVE_LIBZ */
  87. /* Define to 1 if the compiler supports the 'long long' data type. */
  88. #define HAVE_LONGLONG 1
  89. /* Define to 1 if you have the <memory.h> header file. */
  90. #undef HAVE_MEMORY_H
  91. /* Define to 1 if you have the <netinet/in.h> header file. */
  92. #define HAVE_NETINET_IN_H 1
  93. /* Define to 1 if you have the <ntdef.h> header file. */
  94. #undef HAVE_NTDEF_H
  95. /* Define to 1 if you have the <ntstatus.h> header file. */
  96. #undef HAVE_NTSTATUS_H
  97. /* use O_NONBLOCK for non-blocking sockets */
  98. #define HAVE_O_NONBLOCK 1
  99. /* Define to 1 if you have the `poll' function. */
  100. #undef HAVE_POLL
  101. /* Define to 1 if you have the select function. */
  102. #define HAVE_SELECT 1
  103. /* use SO_NONBLOCK for non-blocking sockets */
  104. #undef HAVE_SO_NONBLOCK
  105. /* Define to 1 if you have the <stdint.h> header file. */
  106. #define HAVE_STDINT_H 1
  107. /* Define to 1 if you have the <stdio.h> header file. */
  108. #define HAVE_STDIO_H 1
  109. /* Define to 1 if you have the <stdlib.h> header file. */
  110. #define HAVE_STDLIB_H 1
  111. /* Define to 1 if you have the <strings.h> header file. */
  112. #define HAVE_STRINGS_H 1
  113. /* Define to 1 if you have the <string.h> header file. */
  114. #define HAVE_STRING_H 1
  115. /* Define to 1 if you have the `strtoll' function. */
  116. #define HAVE_STRTOLL 1
  117. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  118. #define HAVE_SYS_IOCTL_H 1
  119. /* Define to 1 if you have the <sys/select.h> header file. */
  120. #undef HAVE_SYS_SELECT_H
  121. /* Define to 1 if you have the <sys/socket.h> header file. */
  122. #define HAVE_SYS_SOCKET_H 1
  123. /* Define to 1 if you have the <sys/stat.h> header file. */
  124. #define HAVE_SYS_STAT_H 1
  125. /* Define to 1 if you have the <sys/time.h> header file. */
  126. #define HAVE_SYS_TIME_H 1
  127. /* Define to 1 if you have the <sys/types.h> header file. */
  128. #define HAVE_SYS_TYPES_H 1
  129. /* Define to 1 if you have the <sys/uio.h> header file. */
  130. #define HAVE_SYS_UIO_H 1
  131. /* Define to 1 if you have the <sys/un.h> header file. */
  132. #define HAVE_SYS_UN_H 1
  133. /* Define to 1 if you have the <unistd.h> header file. */
  134. #define HAVE_UNISTD_H 1
  135. /* Define to 1 if you have the <windows.h> header file. */
  136. #undef HAVE_WINDOWS_H
  137. /* Define to 1 if you have the <winsock2.h> header file. */
  138. #undef HAVE_WINSOCK2_H
  139. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  140. #undef HAVE_WS2TCPIP_H
  141. /* to make a symbol visible */
  142. #undef LIBSSH2_API
  143. /* Enable clearing of memory before being freed */
  144. #define LIBSSH2_CLEAR_MEMORY 1
  145. /* Enable "none" cipher -- NOT RECOMMENDED */
  146. #undef LIBSSH2_CRYPT_NONE
  147. /* Enable newer diffie-hellman-group-exchange-sha1 syntax */
  148. #define LIBSSH2_DH_GEX_NEW 1
  149. /* Compile in zlib support */
  150. /* #undef LIBSSH2_HAVE_ZLIB */
  151. /* Use libgcrypt */
  152. #undef LIBSSH2_LIBGCRYPT
  153. /* Enable "none" MAC -- NOT RECOMMENDED */
  154. #undef LIBSSH2_MAC_NONE
  155. /* Use OpenSSL */
  156. #undef LIBSSH2_OPENSSL
  157. /* Use Windows CNG */
  158. #undef LIBSSH2_WINCNG
  159. /* Use OS/400 Qc3 */
  160. #define LIBSSH2_OS400QC3
  161. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  162. */
  163. #define LT_OBJDIR ".libs/"
  164. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  165. #undef NEED_REENTRANT
  166. /* Name of package */
  167. #define PACKAGE "libssh2"
  168. /* Define to the address where bug reports for this package should be sent. */
  169. #define PACKAGE_BUGREPORT "libssh2-devel@cool.haxx.se"
  170. /* Define to the full name of this package. */
  171. #define PACKAGE_NAME "libssh2"
  172. /* Define to the full name and version of this package. */
  173. #define PACKAGE_STRING "libssh2 -"
  174. /* Define to the one symbol short name of this package. */
  175. #define PACKAGE_TARNAME "libssh2"
  176. /* Define to the home page for this package. */
  177. #define PACKAGE_URL ""
  178. /* Define to the version of this package. */
  179. #define PACKAGE_VERSION "-"
  180. /* If using the C implementation of alloca, define if you know the
  181. direction of stack growth for your system; otherwise it will be
  182. automatically deduced at runtime.
  183. STACK_DIRECTION > 0 => grows toward higher addresses
  184. STACK_DIRECTION < 0 => grows toward lower addresses
  185. STACK_DIRECTION = 0 => direction of growth unknown */
  186. #undef STACK_DIRECTION
  187. /* Define to 1 if you have the ANSI C header files. */
  188. #define STDC_HEADERS 1
  189. /* Version number of package */
  190. #define VERSION "-"
  191. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  192. significant byte first (like Motorola and SPARC, unlike Intel). */
  193. #define WORDS_BIGENDIAN 1
  194. /* Enable large inode numbers on Mac OS X 10.5. */
  195. #ifndef _DARWIN_USE_64_BIT_INODE
  196. # define _DARWIN_USE_64_BIT_INODE 1
  197. #endif
  198. /* Number of bits in a file offset, on hosts where this is settable. */
  199. #undef _FILE_OFFSET_BITS
  200. /* Define for large files, on AIX-style hosts. */
  201. #undef _LARGE_FILES
  202. /* Define to empty if `const' does not conform to ANSI C. */
  203. #undef const
  204. /* Define to `__inline__' or `__inline' if that's what the C compiler
  205. calls it, or to nothing if 'inline' is not supported under any name. */
  206. #ifndef __cplusplus
  207. #define inline
  208. #endif
  209. /* Define to `unsigned int' if <sys/types.h> does not define. */
  210. #undef size_t
  211. #ifndef LIBSSH2_DISABLE_QADRT_EXT
  212. /* Remap zlib procedures to ASCII versions. */
  213. #pragma map(inflateInit_, "_libssh2_os400_inflateInit_")
  214. #pragma map(deflateInit_, "_libssh2_os400_deflateInit_")
  215. #endif
  216. #endif
  217. /* vim: set expandtab ts=4 sw=4: */