orconfig.h.in
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:12k
源码类别:

网络

开发平台:

Unix_Linux

  1. /* orconfig.h.in.  Generated from configure.in by autoheader.  */
  2. /* tor's configuration directory */
  3. #undef CONFDIR
  4. /* Enable dmalloc's malloc function check */
  5. #undef DMALLOC_FUNC_CHECK
  6. /* Defined if we try to use freelists for buffer RAM chunks */
  7. #undef ENABLE_BUF_FREELISTS
  8. /* Defined if we try to collect per-country statistics */
  9. #undef ENABLE_GEOIP_STATS
  10. /* Defined if we default to host local appdata paths on Windows */
  11. #undef ENABLE_LOCAL_APPDATA
  12. /* Defined if we will try to use multithreading */
  13. #undef ENABLE_THREADS
  14. /* Define to 1 if you have the <arpa/inet.h> header file. */
  15. #undef HAVE_ARPA_INET_H
  16. /* Define to 1 if you have the <assert.h> header file. */
  17. #undef HAVE_ASSERT_H
  18. /* Define to 1 if you have the <dmalloc.h> header file. */
  19. #undef HAVE_DMALLOC_H
  20. /* Define to 1 if you have the `dmalloc_strdup' function. */
  21. #undef HAVE_DMALLOC_STRDUP
  22. /* Define to 1 if you have the `dmalloc_strndup' function. */
  23. #undef HAVE_DMALLOC_STRNDUP
  24. /* Define to 1 if you have the <errno.h> header file. */
  25. #undef HAVE_ERRNO_H
  26. /* Define to 1 if you have the `event_get_method' function. */
  27. #undef HAVE_EVENT_GET_METHOD
  28. /* Define to 1 if you have the `event_get_version' function. */
  29. #undef HAVE_EVENT_GET_VERSION
  30. /* Define to 1 if you have the `event_set_log_callback' function. */
  31. #undef HAVE_EVENT_SET_LOG_CALLBACK
  32. /* Define to 1 if you have the <fcntl.h> header file. */
  33. #undef HAVE_FCNTL_H
  34. /* Define to 1 if you have the `flock' function. */
  35. #undef HAVE_FLOCK
  36. /* Define to 1 if you have the `ftime' function. */
  37. #undef HAVE_FTIME
  38. /* Define to 1 if you have the `getaddrinfo' function. */
  39. #undef HAVE_GETADDRINFO
  40. /* Define this if you have any gethostbyname_r() */
  41. #undef HAVE_GETHOSTBYNAME_R
  42. /* Define this if gethostbyname_r takes 3 arguments */
  43. #undef HAVE_GETHOSTBYNAME_R_3_ARG
  44. /* Define this if gethostbyname_r takes 5 arguments */
  45. #undef HAVE_GETHOSTBYNAME_R_5_ARG
  46. /* Define this if gethostbyname_r takes 6 arguments */
  47. #undef HAVE_GETHOSTBYNAME_R_6_ARG
  48. /* Define to 1 if you have the `getresgid' function. */
  49. #undef HAVE_GETRESGID
  50. /* Define to 1 if you have the `getresuid' function. */
  51. #undef HAVE_GETRESUID
  52. /* Define to 1 if you have the `getrlimit' function. */
  53. #undef HAVE_GETRLIMIT
  54. /* Define to 1 if you have the `gettimeofday' function. */
  55. #undef HAVE_GETTIMEOFDAY
  56. /* Define to 1 if you have the `gmtime_r' function. */
  57. #undef HAVE_GMTIME_R
  58. /* Define to 1 if you have the <grp.h> header file. */
  59. #undef HAVE_GRP_H
  60. /* Define to 1 if you have the `inet_aton' function. */
  61. #undef HAVE_INET_ATON
  62. /* Define to 1 if you have the <inttypes.h> header file. */
  63. #undef HAVE_INTTYPES_H
  64. /* Define to 1 if you have the <limits.h> header file. */
  65. #undef HAVE_LIMITS_H
  66. /* Define to 1 if you have the <linux/netfilter_ipv4.h> header file. */
  67. #undef HAVE_LINUX_NETFILTER_IPV4_H
  68. /* Define to 1 if you have the <linux/types.h> header file. */
  69. #undef HAVE_LINUX_TYPES_H
  70. /* Define to 1 if you have the `localtime_r' function. */
  71. #undef HAVE_LOCALTIME_R
  72. /* Define to 1 if you have the <machine/limits.h> header file. */
  73. #undef HAVE_MACHINE_LIMITS_H
  74. /* Defined if the compiler supports __FUNCTION__ */
  75. #undef HAVE_MACRO__FUNCTION__
  76. /* Defined if the compiler supports __FUNC__ */
  77. #undef HAVE_MACRO__FUNC__
  78. /* Defined if the compiler supports __func__ */
  79. #undef HAVE_MACRO__func__
  80. /* Define to 1 if you have the `mallinfo' function. */
  81. #undef HAVE_MALLINFO
  82. /* Define to 1 if you have the `malloc_good_size' function. */
  83. #undef HAVE_MALLOC_GOOD_SIZE
  84. /* Defined if the prototype for malloc_good_size seems to be present. */
  85. #undef HAVE_MALLOC_GOOD_SIZE_PROTOTYPE
  86. /* Define to 1 if you have the <malloc.h> header file. */
  87. #undef HAVE_MALLOC_H
  88. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  89. #undef HAVE_MALLOC_MALLOC_H
  90. /* Define to 1 if you have the <malloc_np.h> header file. */
  91. #undef HAVE_MALLOC_NP_H
  92. /* Define to 1 if you have the `malloc_usable_size' function. */
  93. #undef HAVE_MALLOC_USABLE_SIZE
  94. /* Define to 1 if you have the `memmem' function. */
  95. #undef HAVE_MEMMEM
  96. /* Define to 1 if you have the <memory.h> header file. */
  97. #undef HAVE_MEMORY_H
  98. /* Define to 1 if you have the <netdb.h> header file. */
  99. #undef HAVE_NETDB_H
  100. /* Define to 1 if you have the <netinet/in6.h> header file. */
  101. #undef HAVE_NETINET_IN6_H
  102. /* Define to 1 if you have the <netinet/in.h> header file. */
  103. #undef HAVE_NETINET_IN_H
  104. /* Define to 1 if you have the <net/if.h> header file. */
  105. #undef HAVE_NET_IF_H
  106. /* Define to 1 if you have the <net/pfvar.h> header file. */
  107. #undef HAVE_NET_PFVAR_H
  108. /* Define to 1 if you have the `prctl' function. */
  109. #undef HAVE_PRCTL
  110. /* Define to 1 if you have the `pthread_create' function. */
  111. #undef HAVE_PTHREAD_CREATE
  112. /* Define to 1 if you have the <pthread.h> header file. */
  113. #undef HAVE_PTHREAD_H
  114. /* Define to 1 if you have the <pwd.h> header file. */
  115. #undef HAVE_PWD_H
  116. /* Define to 1 if you have the `readv' function. */
  117. #undef HAVE_READV
  118. /* Define to 1 if the system has the type `rlim_t'. */
  119. #undef HAVE_RLIM_T
  120. /* Define to 1 if the system has the type `sa_family_t'. */
  121. #undef HAVE_SA_FAMILY_T
  122. /* Define to 1 if you have the <signal.h> header file. */
  123. #undef HAVE_SIGNAL_H
  124. /* Define to 1 if you have the `socketpair' function. */
  125. #undef HAVE_SOCKETPAIR
  126. /* Define to 1 if the system has the type `ssize_t'. */
  127. #undef HAVE_SSIZE_T
  128. /* Define to 1 if you have the <stdint.h> header file. */
  129. #undef HAVE_STDINT_H
  130. /* Define to 1 if you have the <stdlib.h> header file. */
  131. #undef HAVE_STDLIB_H
  132. /* Define to 1 if you have the <strings.h> header file. */
  133. #undef HAVE_STRINGS_H
  134. /* Define to 1 if you have the <string.h> header file. */
  135. #undef HAVE_STRING_H
  136. /* Define to 1 if you have the `strlcat' function. */
  137. #undef HAVE_STRLCAT
  138. /* Define to 1 if you have the `strlcpy' function. */
  139. #undef HAVE_STRLCPY
  140. /* Define to 1 if you have the `strptime' function. */
  141. #undef HAVE_STRPTIME
  142. /* Define to 1 if you have the `strtok_r' function. */
  143. #undef HAVE_STRTOK_R
  144. /* Define to 1 if you have the `strtoull' function. */
  145. #undef HAVE_STRTOULL
  146. /* Define to 1 if `min_heap_idx' is member of `struct event'. */
  147. #undef HAVE_STRUCT_EVENT_MIN_HEAP_IDX
  148. /* Define to 1 if the system has the type `struct in6_addr'. */
  149. #undef HAVE_STRUCT_IN6_ADDR
  150. /* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
  151. #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
  152. /* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
  153. #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
  154. /* Define to 1 if the system has the type `struct sockaddr_in6'. */
  155. #undef HAVE_STRUCT_SOCKADDR_IN6
  156. /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
  157. #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
  158. /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
  159. #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
  160. /* Define to 1 if `tv_sec' is member of `struct timeval'. */
  161. #undef HAVE_STRUCT_TIMEVAL_TV_SEC
  162. /* Define to 1 if you have the <syslog.h> header file. */
  163. #undef HAVE_SYSLOG_H
  164. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  165. #undef HAVE_SYS_FCNTL_H
  166. /* Define to 1 if you have the <sys/file.h> header file. */
  167. #undef HAVE_SYS_FILE_H
  168. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  169. #undef HAVE_SYS_IOCTL_H
  170. /* Define to 1 if you have the <sys/limits.h> header file. */
  171. #undef HAVE_SYS_LIMITS_H
  172. /* Define to 1 if you have the <sys/mman.h> header file. */
  173. #undef HAVE_SYS_MMAN_H
  174. /* Define to 1 if you have the <sys/param.h> header file. */
  175. #undef HAVE_SYS_PARAM_H
  176. /* Define to 1 if you have the <sys/prctl.h> header file. */
  177. #undef HAVE_SYS_PRCTL_H
  178. /* Define to 1 if you have the <sys/resource.h> header file. */
  179. #undef HAVE_SYS_RESOURCE_H
  180. /* Define to 1 if you have the <sys/socket.h> header file. */
  181. #undef HAVE_SYS_SOCKET_H
  182. /* Define to 1 if you have the <sys/stat.h> header file. */
  183. #undef HAVE_SYS_STAT_H
  184. /* Define to 1 if you have the <sys/syslimits.h> header file. */
  185. #undef HAVE_SYS_SYSLIMITS_H
  186. /* Define to 1 if you have the <sys/time.h> header file. */
  187. #undef HAVE_SYS_TIME_H
  188. /* Define to 1 if you have the <sys/types.h> header file. */
  189. #undef HAVE_SYS_TYPES_H
  190. /* Define to 1 if you have the <sys/uio.h> header file. */
  191. #undef HAVE_SYS_UIO_H
  192. /* Define to 1 if you have the <sys/un.h> header file. */
  193. #undef HAVE_SYS_UN_H
  194. /* Define to 1 if you have the <sys/utime.h> header file. */
  195. #undef HAVE_SYS_UTIME_H
  196. /* Define to 1 if you have the <sys/wait.h> header file. */
  197. #undef HAVE_SYS_WAIT_H
  198. /* Define to 1 if you have the <time.h> header file. */
  199. #undef HAVE_TIME_H
  200. /* Define to 1 if the system has the type `uint'. */
  201. #undef HAVE_UINT
  202. /* Define to 1 if you have the `uname' function. */
  203. #undef HAVE_UNAME
  204. /* Define to 1 if you have the <unistd.h> header file. */
  205. #undef HAVE_UNISTD_H
  206. /* Define to 1 if you have the <utime.h> header file. */
  207. #undef HAVE_UTIME_H
  208. /* Define to 1 if the system has the type `u_char'. */
  209. #undef HAVE_U_CHAR
  210. /* Define to 1 if you have the `writev' function. */
  211. #undef HAVE_WRITEV
  212. /* Defined if we want to keep track of how much of each kind of resource we
  213.    download. */
  214. #undef INSTRUMENT_DOWNLOADS
  215. /* name of the syslog facility */
  216. #undef LOGFACILITY
  217. /* Define to 1 iff malloc(0) returns a pointer */
  218. #undef MALLOC_ZERO_WORKS
  219. /* Define to 1 if we are building for Windows. */
  220. #undef MS_WINDOWS
  221. /* Define to 1 iff memset(0) sets pointers to NULL */
  222. #undef NULL_REP_IS_ZERO_BYTES
  223. /* "Define to handle pf on OpenBSD properly" */
  224. #undef OPENBSD
  225. /* Name of package */
  226. #undef PACKAGE
  227. /* Define to the address where bug reports for this package should be sent. */
  228. #undef PACKAGE_BUGREPORT
  229. /* Define to the full name of this package. */
  230. #undef PACKAGE_NAME
  231. /* Define to the full name and version of this package. */
  232. #undef PACKAGE_STRING
  233. /* Define to the one symbol short name of this package. */
  234. #undef PACKAGE_TARNAME
  235. /* Define to the version of this package. */
  236. #undef PACKAGE_VERSION
  237. /* The size of `cell_t', as computed by sizeof. */
  238. #undef SIZEOF_CELL_T
  239. /* The size of `char', as computed by sizeof. */
  240. #undef SIZEOF_CHAR
  241. /* The size of `int', as computed by sizeof. */
  242. #undef SIZEOF_INT
  243. /* The size of `int16_t', as computed by sizeof. */
  244. #undef SIZEOF_INT16_T
  245. /* The size of `int32_t', as computed by sizeof. */
  246. #undef SIZEOF_INT32_T
  247. /* The size of `int64_t', as computed by sizeof. */
  248. #undef SIZEOF_INT64_T
  249. /* The size of `int8_t', as computed by sizeof. */
  250. #undef SIZEOF_INT8_T
  251. /* The size of `intptr_t', as computed by sizeof. */
  252. #undef SIZEOF_INTPTR_T
  253. /* The size of `long', as computed by sizeof. */
  254. #undef SIZEOF_LONG
  255. /* The size of `long long', as computed by sizeof. */
  256. #undef SIZEOF_LONG_LONG
  257. /* The size of `short', as computed by sizeof. */
  258. #undef SIZEOF_SHORT
  259. /* The size of `size_t', as computed by sizeof. */
  260. #undef SIZEOF_SIZE_T
  261. /* The size of `socklen_t', as computed by sizeof. */
  262. #undef SIZEOF_SOCKLEN_T
  263. /* The size of `time_t', as computed by sizeof. */
  264. #undef SIZEOF_TIME_T
  265. /* The size of `uint16_t', as computed by sizeof. */
  266. #undef SIZEOF_UINT16_T
  267. /* The size of `uint32_t', as computed by sizeof. */
  268. #undef SIZEOF_UINT32_T
  269. /* The size of `uint64_t', as computed by sizeof. */
  270. #undef SIZEOF_UINT64_T
  271. /* The size of `uint8_t', as computed by sizeof. */
  272. #undef SIZEOF_UINT8_T
  273. /* The size of `uintptr_t', as computed by sizeof. */
  274. #undef SIZEOF_UINTPTR_T
  275. /* The size of `void *', as computed by sizeof. */
  276. #undef SIZEOF_VOID_P
  277. /* The size of `__int64', as computed by sizeof. */
  278. #undef SIZEOF___INT64
  279. /* Define to 1 if you have the ANSI C header files. */
  280. #undef STDC_HEADERS
  281. /* Define to 1 iff time_t is signed */
  282. #undef TIME_T_IS_SIGNED
  283. /* Debug memory allocation library */
  284. #undef USE_DMALLOC
  285. /* "Define to enable transparent proxy support" */
  286. #undef USE_TRANSPARENT
  287. /* Define to 1 iff we represent negative integers with two's complement */
  288. #undef USING_TWOS_COMPLEMENT
  289. /* Version number of package */
  290. #undef VERSION
  291. /* Define to 1 if your processor stores words with the most significant byte
  292.    first (like Motorola and SPARC, unlike Intel and VAX). */
  293. #undef WORDS_BIGENDIAN
  294. /* Number of bits in a file offset, on hosts where this is settable. */
  295. #undef _FILE_OFFSET_BITS
  296. /* Define for large files, on AIX-style hosts. */
  297. #undef _LARGE_FILES
  298. /* Define on some platforms to activate x_r() functions in time.h */
  299. #undef _REENTRANT
  300. /* Define to `unsigned short' if <sys/types.h> does not define. */
  301. #undef u_int16_t
  302. /* Define to `unsigned long' if <sys/types.h> does not define. */
  303. #undef u_int32_t
  304. /* Define to `unsigned long long' if <sys/types.h> does not define. */
  305. #undef u_int64_t
  306. /* Define to `unsigned char' if <sys/types.h> does not define. */
  307. #undef u_int8_t