Don't like ads? PRO users don't see any ads ;-)
Guest

sds

By: a guest on Aug 8th, 2012  |  syntax: C++  |  size: 6.30 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /* src/config.h.  Manually generated from src/config.h.in to
  2.    accomodate the 32-bit Windows compilation environments.  */
  3.  
  4. /* Define if you want the debug output support compiled in. */
  5. #define ENABLE_DEBUG 1
  6.  
  7. /* Define if you want the HTTP Digest Authorization compiled in. */
  8. #define ENABLE_DIGEST 1
  9.  
  10. /* Define if IPv6 support is enabled. */
  11. /* #undef ENABLE_IPV6 */
  12.  
  13. /* Define if you want the NTLM authorization support compiled in. */
  14. #ifdef HAVE_OPENSSL
  15. # define ENABLE_NTLM 1
  16. #endif
  17.  
  18. /* Define if you want the Opie support for FTP compiled in. */
  19. #define ENABLE_OPIE 1
  20.  
  21. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  22.    */
  23. /* #undef HAVE_ALLOCA_H */
  24.  
  25. /* Define when using built-in MD5. */
  26. #define HAVE_BUILTIN_MD5
  27.  
  28. /* Define to 1 if you have the `drand48' function. */
  29. /* #undef HAVE_DRAND48 */
  30.  
  31. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  32. /* #undef HAVE_FSEEKO */
  33.  
  34. /* Define to 1 if you have the `ftello' function. */
  35. /* #undef HAVE_FTELLO */
  36.  
  37. /* Define to 1 if you have the `getaddrinfo' function. */
  38. /* #undef HAVE_GETADDRINFO */
  39.  
  40. /* Define if support for the GnuTLS library is being compiled in. */
  41. /* #undef HAVE_GNUTLS */
  42.  
  43. /* Define to 1 if you have the <inttypes.h> header file. */
  44. /* #undef HAVE_INTTYPES_H */
  45.  
  46. /* Define to 1 if you have the `isatty' function. */
  47. #define HAVE_ISATTY 1
  48.  
  49. /* Define to 1 if you have the <libintl.h> header file. */
  50. /* #undef HAVE_LIBINTL_H */
  51.  
  52. /* Define if we're compiling support for MD5. */
  53. /* #undef HAVE_MD5 */
  54.  
  55. /* Define to 1 if you have a working `mmap' system call. */
  56. /* #undef HAVE_MMAP */
  57.  
  58. /* Define if you have the nanosleep function. */
  59. /* #undef HAVE_NANOSLEEP */
  60.  
  61. /* Define this if you want the NLS support. */
  62. /* #undef HAVE_NLS */
  63.  
  64. /* Define if support for the OpenSSL library is being compiled in. */
  65. /* #undef HAVE_OPENSSL */
  66.  
  67. /* Define when using OpenSSL MD5. */
  68. /* #undef HAVE_OPENSSL_MD5 */
  69.  
  70. /* Define to 1 if you have the `sigblock' function. */
  71. /* #undef HAVE_SIGBLOCK */
  72.  
  73. /* Define to 1 if you have the `sigsetjmp' function. */
  74. /* #undef HAVE_SIGSETJMP */
  75.  
  76. /* Define to 1 if the system has the type `sig_atomic_t'. */
  77. #define HAVE_SIG_ATOMIC_T 1
  78.  
  79. /* Define to 1 if you have the `snprintf' function. */
  80. #define HAVE_SNPRINTF 1
  81.  
  82. /* Define if struct sockaddr_in6 has the sin6_scope_id member */
  83. #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
  84.  
  85. /* Define when using Solaris MD5. */
  86. /* #undef HAVE_SOLARIS_MD5 */
  87.  
  88. /* Define to 1 if stdbool.h conforms to C99. */
  89. /* #undef HAVE_STDBOOL_H */
  90.  
  91. /* Define to 1 if you have the <stdint.h> header file. */
  92. /* #undef HAVE_STDINT_H */
  93.  
  94. /* Define to 1 if you have the `strcasecmp' function. */
  95. /* #undef HAVE_STRCASECMP */
  96.  
  97. /* Define to 1 if you have the `strdup' function. */
  98. #define HAVE_STRDUP 1
  99.  
  100. /* Define to 1 if you have the `strncasecmp' function. */
  101. /* #undef HAVE_STRNCASECMP */
  102.  
  103. /* Define to 1 if you have the `strptime' function. */
  104. /* #undef HAVE_STRPTIME */
  105.  
  106. /* Define to 1 if the system has the type `struct sockaddr_in6'. */
  107. /* #undef HAVE_STRUCT_SOCKADDR_IN6 */
  108.  
  109. /* Define to 1 if the system has the type `struct sockaddr_storage'. */
  110. /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
  111.  
  112. /* Define to 1 if the system has the type `struct utimbuf'. */
  113. #define HAVE_STRUCT_UTIMBUF 1
  114.  
  115. /* Define to 1 if you have the `symlink' function. */
  116. /* #undef HAVE_SYMLINK */
  117.  
  118. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  119. /* #undef HAVE_SYS_IOCTL_H */
  120.  
  121. /* Define to 1 if you have the <sys/select.h> header file. */
  122. /* #undef HAVE_SYS_SELECT_H */
  123.  
  124. /* Define to 1 if you have the <sys/time.h> header file. */
  125. /* #undef HAVE_SYS_TIME_H */
  126.  
  127. /* Define to 1 if you have the `timegm' function. */
  128. /* #undef HAVE_TIMEGM */
  129.  
  130. /* Define to 1 if the system has the type `uint32_t'. */
  131. /* #undef HAVE_UINT32_T */
  132.  
  133. /* Define to 1 if you have the <unistd.h> header file. */
  134. /* #undef HAVE_UNISTD_H */
  135.  
  136. /* Define to 1 if you have the `usleep' function. */
  137. /* #undef HAVE_USLEEP */
  138.  
  139. /* Define to 1 if you have the <utime.h> header file. */
  140. #define HAVE_UTIME_H 1
  141.  
  142. /* Define to 1 if you have the <sys/utime.h> header file. */
  143. #define HAVE_SYS_UTIME_H 1
  144.  
  145. /* Define to 1 if you have the `vsnprintf' function. */
  146. #define HAVE_VSNPRINTF 1
  147.  
  148. /* Define if fnmatch.h can be included. */
  149. /* #undef HAVE_WORKING_FNMATCH_H */
  150.  
  151. /* Define to 1 if the system has the type `_Bool'. */
  152. /* #undef HAVE__BOOL */
  153.  
  154. /* The size of a `int', as computed by sizeof. */
  155. #define SIZEOF_INT 4
  156.  
  157. /* The size of a `long', as computed by sizeof. */
  158. #define SIZEOF_LONG 4
  159.  
  160. /* The size of a `long long', as computed by sizeof. */
  161. #define SIZEOF_LONG_LONG 0
  162.  
  163. /* The size of a `off_t', as computed by sizeof. */
  164. #define SIZEOF_OFF_T 4
  165.  
  166. /* The size of a `short', as computed by sizeof. */
  167. #define SIZEOF_SHORT 2
  168.  
  169. /* Define to 1 if you have the ANSI C header files. */
  170. #define STDC_HEADERS 1
  171.  
  172. /* Define to 1 if your processor stores words with the most significant byte
  173.    first (like Motorola and SPARC, unlike Intel and VAX). */
  174. /* #undef WORDS_BIGENDIAN */
  175.  
  176. /* Define to 1 if on AIX 3.
  177.    System headers sometimes define this.
  178.    We just want to avoid a redefinition error message.  */
  179. #ifndef _ALL_SOURCE
  180. /* # undef _ALL_SOURCE */
  181. #endif
  182.  
  183. /* Number of bits in a file offset, on hosts where this is settable. */
  184. /* #undef _FILE_OFFSET_BITS */
  185.  
  186. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  187. /* #undef _LARGEFILE_SOURCE */
  188.  
  189. /* Define for large files, on AIX-style hosts. */
  190. /* #undef _LARGE_FILES */
  191.  
  192. /* Define to empty if `const' does not conform to ANSI C. */
  193. /* #undef const */
  194.  
  195. /* Define to `__inline__' or `__inline' if that's what the C compiler
  196.    calls it, or to nothing if 'inline' is not supported under any name.  */
  197. #ifndef __cplusplus
  198. # define inline __inline
  199. #endif
  200.  
  201. /* Define to `int' if <sys/types.h> does not define. */
  202. /* #undef pid_t */
  203.  
  204. /* Define to `unsigned' if <sys/types.h> does not define. */
  205. /* #undef size_t */
  206.  
  207. /* Define to int or size_t on systems without socklen_t. */
  208. #define socklen_t int
  209.  
  210. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  211.    code using `volatile' can become incorrect without. Disable with care. */
  212. /* #undef volatile */
  213.  
  214. /* Include compiler-specific defines. */
  215. #include "config-compiler.h"
  216.  
  217. #include "config-post.h"