orconfig.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. /* $Id */
  2. /* orconfig.h for Windows -- This file is *not* generated by autoconf.
  3. * Instead, it has to be hand-edited to keep Win32 happy.
  4. */
  5. /* Windows-only defines. */
  6. #define MS_WINDOWS
  7. #define MS_WIN32
  8. #define CONFDIR ""
  9. /* Define to 1 if you have the <arpa/inet.h> header file. */
  10. #undef HAVE_ARPA_INET_H
  11. /* Define to 1 if you have the <assert.h> header file. */
  12. #define HAVE_ASSERT_H
  13. /* Define to 1 if you have the <ctype.h> header file. */
  14. #define HAVE_CTYPE_H
  15. /* Define to 1 if you have the <errno.h> header file. */
  16. #define HAVE_ERRNO_H
  17. /* Define to 1 if you have the <fcntl.h> header file. */
  18. #define HAVE_FCNTL_H
  19. /* Define to 1 if you have the `ftime' function. */
  20. #define HAVE_FTIME
  21. /* Define to 1 if you have the `gettimeofday' function. */
  22. #undef HAVE_GETTIMEOFDAY
  23. /* Define to 1 if you have the <grp.h> header file. */
  24. #undef HAVE_GRP_H
  25. /* Define to 1 if you have the `inet_aton' function. */
  26. #undef HAVE_INET_ATON
  27. /* Define to 1 if you have the <inttypes.h> header file. */
  28. /* #define HAVE_INTTYPES_H */
  29. /* Define to 1 if you have the <limits.h> header file. */
  30. #define HAVE_LIMITS_H
  31. /* Define to 1 if you have the <machine/limits.h> header file. */
  32. #undef HAVE_MACHINE_LIMITS_H
  33. /* Define to 1 if you have the <memory.h> header file. */
  34. #define HAVE_MEMORY_H
  35. /* Define to 1 if you have the <netdb.h> header file. */
  36. #undef HAVE_NETDB_H
  37. /* Define to 1 if you have the <netinet/in.h> header file. */
  38. #undef HAVE_NETINET_IN_H
  39. /* Define to 1 if you have the <poll.h> header file. */
  40. #undef HAVE_POLL_H
  41. /* Define to 1 if you have the <pwd.h> header file. */
  42. #undef HAVE_PWD_H
  43. /* Define to 1 if you have the <signal.h> header file. */
  44. #define HAVE_SIGNAL_H
  45. /* Define to 1 if you have the `socketpair' function. */
  46. #undef HAVE_SOCKETPAIR
  47. /* Define to 1 if you have the <stdint.h> header file. */
  48. #undef HAVE_STDINT_H
  49. /* Define to 1 if you have the <stdlib.h> header file. */
  50. #define HAVE_STDLIB_H
  51. /* Define to 1 if you have the <strings.h> header file. */
  52. #undef HAVE_STRINGS_H
  53. /* Define to 1 if you have the <string.h> header file. */
  54. #define HAVE_STRING_H
  55. /* Define to 1 if you have the `strlcat' function. */
  56. #undef HAVE_STRLCAT
  57. /* Define to 1 if you have the `strlcpy' function. */
  58. #undef HAVE_STRLCPY
  59. /* Define to 1 if you have the `strptime' function. */
  60. #undef HAVE_STRPTIME
  61. /* Define to 1 if your timeval has a tv_sec element. */
  62. #define HAVE_STRUCT_TIMEVAL_TV_SEC
  63. /* Change to #undef if you're using BCC */
  64. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  65. #undef HAVE_SYS_FCNTL_H
  66. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  67. #undef HAVE_SYS_IOCTL_H
  68. /* Define to 1 if you have the <sys/limits.h> header file. */
  69. #undef HAVE_SYS_LIMITS_H
  70. /* Define to 1 if you have the <sys/poll.h> header file. */
  71. #undef HAVE_SYS_POLL_H
  72. /* Define to 1 if you have the <sys/socket.h> header file. */
  73. #undef HAVE_SYS_SOCKET_H
  74. /* Define to 1 if you have the <sys/stat.h> header file. */
  75. #define HAVE_SYS_STAT_H
  76. /* Define to 1 if you have the <sys/time.h> header file. */
  77. #undef HAVE_SYS_TIME_H
  78. /* Define to 1 if you have the <sys/types.h> header file. */
  79. #define HAVE_SYS_TYPES_H
  80. /* Define to 1 if you have the <sys/wait.h> header file. */
  81. #undef HAVE_SYS_WAIT_H
  82. /* Define to 1 if you have the <time.h> header file. */
  83. #define HAVE_TIME_H
  84. /* Define to 1 if you have the `uname' function. */
  85. #undef HAVE_UNAME
  86. /* Define to 1 if you have the <unistd.h> header file. */
  87. #undef HAVE_UNISTD_H
  88. /* Define to 1 iff NULL is represented by a 0 in memory. */
  89. #define NULL_REP_IS_ZERO_BYTES 1
  90. /* Name of package */
  91. #define PACKAGE "tor"
  92. /* Define to the address where bug reports for this package should be sent. */
  93. #undef PACKAGE_BUGREPORT
  94. /* Define to the full name of this package. */
  95. #undef PACKAGE_NAME
  96. /* Define to the full name and version of this package. */
  97. #undef PACKAGE_STRING
  98. /* Define to the one symbol short name of this package. */
  99. #undef PACKAGE_TARNAME
  100. /* Define to the version of this package. */
  101. #undef PACKAGE_VERSION
  102. /* The size of a `char', as computed by sizeof. */
  103. #define SIZEOF_CHAR 1
  104. /* The size of a `int', as computed by sizeof. */
  105. #define SIZEOF_INT 4
  106. /* The size of a `int16_t', as computed by sizeof. */
  107. #undef SIZEOF_INT16_T
  108. /* The size of a `int32_t', as computed by sizeof. */
  109. #undef SIZEOF_INT32_T
  110. /* The size of a `int64_t', as computed by sizeof. */
  111. #undef SIZEOF_INT64_T
  112. /* The size of a `int8_t', as computed by sizeof. */
  113. #undef SIZEOF_INT8_T
  114. /* The size of a `long', as computed by sizeof. */
  115. #define SIZEOF_LONG 4
  116. /* The size of a `long long', as computed by sizeof. */
  117. #undef SIZEOF_LONG_LONG
  118. /* The size of a `short', as computed by sizeof. */
  119. #define SIZEOF_SHORT 2
  120. /* The size of a `uint16_t', as computed by sizeof. */
  121. #undef SIZEOF_UINT16_T
  122. /* The size of a `uint32_t', as computed by sizeof. */
  123. #undef SIZEOF_UINT32_T
  124. /* The size of a `uint64_t', as computed by sizeof. */
  125. #undef SIZEOF_UINT64_T
  126. /* The size of a `uint8_t', as computed by sizeof. */
  127. #undef SIZEOF_UINT8_T
  128. /* The size of a `void *', as computed by sizeof. */
  129. #define SIZEOF_VOID_P 4
  130. /* The size of a `__int64', as computed by sizeof. */
  131. #define SIZEOF___INT64 8
  132. /* Define to 1 if you have the ANSI C header files. */
  133. #define STDC_HEADERS
  134. /* Define to 1 iff unaligned int access is allowed */
  135. #define UNALIGNED_INT_ACCESS_OK
  136. /* Version number of package */
  137. #define VERSION "0.0.9.1"