orconfig.h 6.3 KB

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