orconfig.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. /* orconfig.h for Windows -- This file is *not* generated by autoconf.
  2. * Instead, it has to be hand-edited to keep Win32 happy.
  3. */
  4. /* Windows-only defines. */
  5. #define CONFDIR ""
  6. /* Define to 1 if you have the <arpa/inet.h> header file. */
  7. #undef HAVE_ARPA_INET_H
  8. /* Define to 1 if you have the <assert.h> header file. */
  9. #define HAVE_ASSERT_H
  10. /* Define to 1 if you have the <ctype.h> header file. */
  11. #define HAVE_CTYPE_H
  12. #define ENABLE_THREADS
  13. /* Define to 1 if you have the <errno.h> header file. */
  14. #define HAVE_ERRNO_H
  15. /* Define to 1 if you have the `event_get_method' function. */
  16. #define HAVE_EVENT_GET_METHOD 1
  17. /* Define to 1 if you have the `event_get_version' function. */
  18. #define HAVE_EVENT_GET_VERSION 1
  19. /* Define to 1 if you have the `event_set_log_callback' function. */
  20. #define HAVE_EVENT_SET_LOG_CALLBACK 1
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #define HAVE_FCNTL_H
  23. /* Define to 1 if you have the `ftime' function. */
  24. #define HAVE_FTIME
  25. /* Define to 1 if you have the `gettimeofday' function. */
  26. #undef HAVE_GETTIMEOFDAY
  27. /* Define to 1 if you have the <grp.h> header file. */
  28. #undef HAVE_GRP_H
  29. /* Define to 1 if you have the `inet_aton' function. */
  30. #undef HAVE_INET_ATON
  31. /* Define to 1 if you have the <inttypes.h> header file. */
  32. /* #define HAVE_INTTYPES_H */
  33. /* Define to 1 if you have the <limits.h> header file. */
  34. #define HAVE_LIMITS_H
  35. /* Define to 1 if you have the <machine/limits.h> header file. */
  36. #undef HAVE_MACHINE_LIMITS_H
  37. /* Define to 1 if you have the <memory.h> header file. */
  38. #define HAVE_MEMORY_H
  39. /* Define to 1 if you have the <netdb.h> header file. */
  40. #undef HAVE_NETDB_H
  41. /* Define to 1 if you have the <netinet/in.h> header file. */
  42. #undef HAVE_NETINET_IN_H
  43. /* Define to 1 if you have the <poll.h> header file. */
  44. #undef HAVE_POLL_H
  45. /* Define to 1 if you have the <pwd.h> header file. */
  46. #undef HAVE_PWD_H
  47. /* Define to 1 if you have the <signal.h> header file. */
  48. #define HAVE_SIGNAL_H
  49. /* Define to 1 if you have the `socketpair' function. */
  50. #undef HAVE_SOCKETPAIR
  51. /* Define to 1 if you have the <stdint.h> header file. */
  52. #undef HAVE_STDINT_H
  53. /* Define to 1 if you have the <stdlib.h> header file. */
  54. #define HAVE_STDLIB_H
  55. /* Define to 1 if you have the <strings.h> header file. */
  56. #undef HAVE_STRINGS_H
  57. /* Define to 1 if you have the <string.h> header file. */
  58. #define HAVE_STRING_H
  59. /* Define to 1 if you have the `strlcat' function. */
  60. #if defined (WINCE)
  61. #define HAVE_STRLCAT
  62. #else
  63. #undef HAVE_STRLCAT
  64. #endif
  65. /* Define to 1 if you have the `strlcpy' function. */
  66. #if defined (WINCE)
  67. #define HAVE_STRLCPY
  68. #else
  69. #undef HAVE_STRLCPY
  70. #endif
  71. /* Define to 1 if you have the `strptime' function. */
  72. #undef HAVE_STRPTIME
  73. /* Define to 1 if your timeval has a tv_sec element. */
  74. #define HAVE_STRUCT_TIMEVAL_TV_SEC
  75. /* Change to #undef if you're using BCC */
  76. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  77. #undef HAVE_SYS_FCNTL_H
  78. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  79. #undef HAVE_SYS_IOCTL_H
  80. /* Define to 1 if you have the <sys/limits.h> header file. */
  81. #undef HAVE_SYS_LIMITS_H
  82. /* Define to 1 if you have the <sys/poll.h> header file. */
  83. #undef HAVE_SYS_POLL_H
  84. /* Define to 1 if you have the <sys/socket.h> header file. */
  85. #undef HAVE_SYS_SOCKET_H
  86. /* Define to 1 if you have the <sys/stat.h> header file. */
  87. #define HAVE_SYS_STAT_H
  88. /* Define to 1 if you have the <sys/time.h> header file. */
  89. #undef HAVE_SYS_TIME_H
  90. /* Define to 1 if you have the <sys/types.h> header file. */
  91. #define HAVE_SYS_TYPES_H
  92. /* Define to 1 if you have the <sys/utime.h> header file. */
  93. #define HAVE_SYS_UTIME_H
  94. /* Define to 1 if you have the <sys/wait.h> header file. */
  95. #undef HAVE_SYS_WAIT_H
  96. /* Define to 1 if you have the <time.h> header file. */
  97. #define HAVE_TIME_H
  98. /* Define to 1 if you have the `uname' function. */
  99. #undef HAVE_UNAME
  100. /* Define to 1 if you have the <unistd.h> header file. */
  101. #undef HAVE_UNISTD_H
  102. /* Define to 1 if you have the `_vscprintf' function. */
  103. #define HAVE__VSCPRINTF 1
  104. /* Define to 1 iff NULL is represented by a 0 in memory. */
  105. #define NULL_REP_IS_ZERO_BYTES 1
  106. /* Define to 1 iff memset(0) sets doubles to 0.0 */
  107. #define DOUBLE_0_REP_IS_ZERO_BYTES 1
  108. /* Name of package */
  109. #define PACKAGE "tor"
  110. /* Define to the address where bug reports for this package should be sent. */
  111. #undef PACKAGE_BUGREPORT
  112. /* Define to the full name of this package. */
  113. #undef PACKAGE_NAME
  114. /* Define to the full name and version of this package. */
  115. #undef PACKAGE_STRING
  116. /* Define to the one symbol short name of this package. */
  117. #undef PACKAGE_TARNAME
  118. /* Define to the version of this package. */
  119. #undef PACKAGE_VERSION
  120. /* The size of a `char', as computed by sizeof. */
  121. #define SIZEOF_CHAR 1
  122. /* The size of a `int', as computed by sizeof. */
  123. #define SIZEOF_INT 4
  124. /* The size of a `int16_t', as computed by sizeof. */
  125. #undef SIZEOF_INT16_T
  126. /* The size of a `int32_t', as computed by sizeof. */
  127. #undef SIZEOF_INT32_T
  128. /* The size of a `int64_t', as computed by sizeof. */
  129. #undef SIZEOF_INT64_T
  130. /* The size of a `int8_t', as computed by sizeof. */
  131. #undef SIZEOF_INT8_T
  132. /* The size of a `long', as computed by sizeof. */
  133. #define SIZEOF_LONG 4
  134. /* The size of a `long long', as computed by sizeof. */
  135. #undef SIZEOF_LONG_LONG
  136. /* The size of `pid_t', as computed by sizeof. */
  137. #define SIZEOF_PID_T 0
  138. /* The size of a `short', as computed by sizeof. */
  139. #define SIZEOF_SHORT 2
  140. /* The size of a `time_t', as computed by sizeof. */
  141. #define SIZEOF_TIME_T 4
  142. /* The size of a `uint16_t', as computed by sizeof. */
  143. #undef SIZEOF_UINT16_T
  144. /* The size of a `uint32_t', as computed by sizeof. */
  145. #undef SIZEOF_UINT32_T
  146. /* The size of a `uint64_t', as computed by sizeof. */
  147. #undef SIZEOF_UINT64_T
  148. /* The size of a `uint8_t', as computed by sizeof. */
  149. #undef SIZEOF_UINT8_T
  150. /* The size of a `void *', as computed by sizeof. */
  151. #define SIZEOF_VOID_P 4
  152. /* The size of a `__int64', as computed by sizeof. */
  153. #define SIZEOF___INT64 8
  154. /* The sizeof a size_t, as computed by sizeof. */
  155. #define SIZEOF_SIZE_T 4
  156. /* Define to 1 if you have the ANSI C header files. */
  157. #define STDC_HEADERS
  158. /* Define to 1 if time_t is signed. */
  159. #define TIME_T_IS_SIGNED
  160. /* Define to 1 iff unaligned int access is allowed */
  161. #define UNALIGNED_INT_ACCESS_OK
  162. #define HAVE_EVENT_H
  163. /* Define to 1 iff we represent negative integers with two's complement */
  164. #define USING_TWOS_COMPLEMENT
  165. /* Version number of package */
  166. #define VERSION "0.2.5.6-alpha"
  167. #define HAVE_STRUCT_SOCKADDR_IN6
  168. #define HAVE_STRUCT_IN6_ADDR
  169. #define RSHIFT_DOES_SIGN_EXTEND
  170. #define FLEXIBLE_ARRAY_MEMBER 0
  171. #define HAVE_EVENT2_EVENT_H
  172. #define SHARE_DATADIR ""
  173. #define HAVE_EVENT2_DNS_H
  174. #define HAVE_EVENT_BASE_LOOPEXIT
  175. #define CURVE25519_ENABLED
  176. #define USE_CURVE25519_DONNA
  177. #define ENUM_VALS_ARE_SIGNED 1
  178. #ifndef STDOUT_FILENO
  179. #define STDOUT_FILENO 1
  180. #endif
  181. #ifndef STDERR_FILENO
  182. #define STDERR_FILENO 2
  183. #endif