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