config-win32.h 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. /* config.h. Generated automatically by configure. */
  2. /* config.h.in. Generated automatically from configure.in by autoheader. */
  3. /* Define if on AIX 3.
  4. System headers sometimes define this.
  5. We just want to avoid a redefinition error message. */
  6. #ifndef _ALL_SOURCE
  7. /* #undef _ALL_SOURCE */
  8. #endif
  9. /* Define to empty if the keyword does not work. */
  10. /* #undef const */
  11. /* Define if you don't have vprintf but do have _doprnt. */
  12. /* #undef HAVE_DOPRNT */
  13. /* Define if you have the vprintf function. */
  14. #define HAVE_VPRINTF 1
  15. /* Define as the return type of signal handlers (int or void). */
  16. /*#define RETSIGTYPE void */
  17. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  18. /* #undef size_t */
  19. /* Define this to 'int' if ssize_t is not an available typedefed type */
  20. #define ssize_t int
  21. /* Define this to 'int' if socklen_t is not an available typedefed type */
  22. #if !defined(ENABLE_IPV6) && ((_MSC_VER < 1300) || !defined(USE_SSLEAY))
  23. #define socklen_t int
  24. #endif
  25. /* The size of a `curl_off_t', as computed by sizeof. */
  26. #ifdef SIZEOF_CURL_OFF_T
  27. #undef SIZEOF_CURL_OFF_T
  28. #endif
  29. #define SIZEOF_CURL_OFF_T 8
  30. /* Define if you have the ANSI C header files. */
  31. #define STDC_HEADERS 1
  32. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  33. /* #define TIME_WITH_SYS_TIME 1 */
  34. /* Define cpu-machine-OS */
  35. #define OS "i386-pc-win32"
  36. /* The number of bytes in a long double. */
  37. #define SIZEOF_LONG_DOUBLE 16
  38. /* The number of bytes in a long long. */
  39. /* #define SIZEOF_LONG_LONG 8 */
  40. /* Define if you have the gethostbyaddr function. */
  41. #define HAVE_GETHOSTBYADDR 1
  42. /* Define if you have the gethostname function. */
  43. #define HAVE_GETHOSTNAME 1
  44. /* Define if you have the getpass function. */
  45. /*#define HAVE_GETPASS 1*/
  46. /* Define if you have the getservbyname function. */
  47. #define HAVE_GETSERVBYNAME 1
  48. /* Define if you have the gettimeofday function. */
  49. /* #define HAVE_GETTIMEOFDAY 1 */
  50. /* Define if you have the inet_addr function. */
  51. #define HAVE_INET_ADDR 1
  52. /* Define if you have the inet_ntoa function. */
  53. #define HAVE_INET_NTOA 1
  54. /* Define if you have the perror function. */
  55. #define HAVE_PERROR 1
  56. /* Define if you have the select function. */
  57. #define HAVE_SELECT 1
  58. /* Define if you have the socket function. */
  59. #define HAVE_SOCKET 1
  60. /* Define if you have the strcasecmp function. */
  61. /*#define HAVE_STRCASECMP 1*/
  62. /* Define if you have the stricmp function. */
  63. #define HAVE_STRICMP 1
  64. /* Define if you have the strdup function. */
  65. #define HAVE_STRDUP 1
  66. /* Define if you have the strftime function. */
  67. #define HAVE_STRFTIME 1
  68. /* Define if you have the strstr function. */
  69. #define HAVE_STRSTR 1
  70. /* Define if you have the strtoll function. */
  71. #ifdef MINGW32
  72. #define HAVE_STRTOLL 1
  73. #endif
  74. /* Define if you have the tcgetattr function. */
  75. /*#define HAVE_TCGETATTR 1*/
  76. /* Define if you have the tcsetattr function. */
  77. /*#define HAVE_TCSETATTR 1*/
  78. /* Define if you have the uname function. */
  79. /*#define HAVE_UNAME 1*/
  80. /* Define if you have utime() */
  81. #define HAVE_UTIME 1
  82. /* Define if you have the <alloca.h> header file. */
  83. /*#define HAVE_ALLOCA_H 1*/
  84. /* Define if you have the malloc.h file. */
  85. #define HAVE_MALLOC_H 1
  86. /* Define if you have the <arpa/inet.h> header file. */
  87. /* #define HAVE_ARPA_INET_H 1 */
  88. /* Define if you have the <assert.h> header file. */
  89. #define HAVE_ASSERT_H 1
  90. /* Define if you have the <crypto.h> header file. */
  91. /* #undef HAVE_CRYPTO_H */
  92. /* Define if you have the <dlfcn.h> header file. */
  93. /*#define HAVE_DLFCN_H 1*/
  94. /* Define if you have the <err.h> header file. */
  95. /* #undef HAVE_ERR_H */
  96. /* Define if you have the <fcntl.h> header file. */
  97. #define HAVE_FCNTL_H 1
  98. /* Define if you have the <getopt.h> header file. */
  99. /* #undef HAVE_GETOPT_H */
  100. /* Define if you have the <netdb.h> header file. */
  101. /* #define HAVE_NETDB_H 1 */
  102. /* Define if you have the <netinet/in.h> header file. */
  103. /*#define HAVE_NETINET_IN_H 1*/
  104. /* Define if you have the <sgtty.h> header file. */
  105. /*#define HAVE_SGTTY_H 1*/
  106. /* Define if you have the <ssl.h> header file. */
  107. /* #undef HAVE_SSL_H */
  108. /* Define if you have the <sys/param.h> header file. */
  109. /*#define HAVE_SYS_PARAM_H 1*/
  110. /* Define if you have the <sys/select.h> header file. */
  111. /* #define HAVE_SYS_SELECT_H 1 */
  112. /* Define if you have the <sys/socket.h> header file. */
  113. /*#define HAVE_SYS_SOCKET_H 1*/
  114. /* Define if you have the <sys/sockio.h> header file. */
  115. /* #define HAVE_SYS_SOCKIO_H 1 */
  116. /* Define if you have the <sys/stat.h> header file. */
  117. #define HAVE_SYS_STAT_H 1
  118. /* Define if you have the <sys/utime.h> header file */
  119. #define HAVE_SYS_UTIME_H 1
  120. /* Define if you have the <sys/types.h> header file. */
  121. #define HAVE_SYS_TYPES_H 1
  122. /* Define if you have the <termio.h> header file. */
  123. /* #define HAVE_TERMIO_H 1 */
  124. /* Define if you have the <termios.h> header file. */
  125. /* #define HAVE_TERMIOS_H 1 */
  126. /* Name of package */
  127. #define PACKAGE "curl"
  128. /* Define if you have the <io.h> header file. */
  129. #define HAVE_IO_H 1
  130. /* Define if you have the <time.h> header file. */
  131. #define HAVE_TIME_H 1
  132. /* Define if you have the <winsock.h> header file. */
  133. #define HAVE_WINSOCK_H 1
  134. /* Define if you have the <winsock2.h> header file. */
  135. #define HAVE_WINSOCK2_H 1
  136. /* Define if you have the <ws2tcpip.h> header file. */
  137. #define HAVE_WS2TCPIP_H 1
  138. /* Define if you have the <stdlib.h> header file. */
  139. #define HAVE_STDLIB_H 1
  140. /* Define if you have the closesocket function. */
  141. #define HAVE_CLOSESOCKET 1
  142. /* Define if you have the setvbuf function. */
  143. #define HAVE_SETVBUF 1
  144. /* Define if you have the RAND_screen function when using SSL */
  145. #define HAVE_RAND_SCREEN 1
  146. /* Define if you have the `RAND_status' function. */
  147. #define HAVE_RAND_STATUS 1
  148. /* Define this to if in_addr_t is not an available typedefed type */
  149. #define in_addr_t unsigned long
  150. /* use ioctlsocket() for non-blocking sockets */
  151. #define HAVE_IOCTLSOCKET
  152. /*************************************************
  153. * This section is for compiler specific defines.*
  154. *************************************************/
  155. #if defined(MINGW32) || defined(__WATCOMC__) /* Borland and MS don't have this */
  156. /* Define if you have the <unistd.h> header file. */
  157. #define HAVE_UNISTD_H 1
  158. #endif