config.h.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* What version of autogen is installed on this system */
  5. #undef AUTOGEN_VERSION
  6. /* Enable debuging code and support for the -d option */
  7. #undef DEBUG
  8. /* Enable dmalloc function arg checking */
  9. #undef DMALLOC_FUNC_CHECK
  10. /* Enable Electric Fence memory debugger */
  11. #undef EFENCE
  12. /* Use 64bit packet counters */
  13. #undef ENABLE_64BITS
  14. /* Enable dmalloc */
  15. #undef ENABLE_DMALLOC
  16. /* Enable dynamically linking libs */
  17. #undef ENABLE_DYNAMIC_LINK
  18. /* Enable fragroute module */
  19. #undef ENABLE_FRAGROUTE
  20. /* Enable use of pcap_findalldevs() */
  21. #undef ENABLE_PCAP_FINDALLDEVS
  22. /* Compile tcpbridge */
  23. #undef ENABLE_TCPBRIDGE
  24. /* Do we have tcpdump and pcap_dump_fopen()? */
  25. #undef ENABLE_VERBOSE
  26. /* fopen(3) accepts a 'b' in the mode flag */
  27. #undef FOPEN_BINARY_FLAG
  28. /* fopen(3) accepts a 't' in the mode flag */
  29. #undef FOPEN_TEXT_FLAG
  30. /* Are we strictly aligned? */
  31. #undef FORCE_ALIGN
  32. /* Force using BPF for sending packet */
  33. #undef FORCE_INJECT_BPF
  34. /* Force using libdnet for sending packets */
  35. #undef FORCE_INJECT_LIBDNET
  36. /* Force using libpcap's pcap_inject() for sending packets */
  37. #undef FORCE_INJECT_PCAP_INJECT
  38. /* Force using libpcap's pcap_sendpacket() for sending packets */
  39. #undef FORCE_INJECT_PCAP_SENDPACKET
  40. /* Force using Linux's PF_PACKET for sending packets */
  41. #undef FORCE_INJECT_PF
  42. /* Enable GNU Profiler */
  43. #undef GPROF
  44. /* Have OS X UpTime()/AbsoluteTime high-precision timing */
  45. #undef HAVE_ABSOLUTE_TIME
  46. /* Define to 1 if you have the <arpa/inet.h> header file. */
  47. #undef HAVE_ARPA_INET_H
  48. /* Do we have BPF device support? */
  49. #undef HAVE_BPF
  50. /* Define to 1 if you have the `canonicalize_file_name' function. */
  51. #undef HAVE_CANONICALIZE_FILE_NAME
  52. /* Define to 1 if you have the `ctime' function. */
  53. #undef HAVE_CTIME
  54. /* Building Apple/Darwin */
  55. #undef HAVE_DARWIN
  56. /* Define this if /dev/zero is readable device */
  57. #undef HAVE_DEV_ZERO
  58. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  59. */
  60. #undef HAVE_DIRENT_H
  61. /* Define to 1 if you have the <dlfcn.h> header file. */
  62. #undef HAVE_DLFCN_H
  63. /* Does pcap.h include a header with DLT_C_HDLC? */
  64. #undef HAVE_DLT_C_HDLC
  65. /* Does pcap.h include a header with DLT_LINUX_SLL? */
  66. #undef HAVE_DLT_LINUX_SLL
  67. /* Does libpcap have pcap_datalink_val_to_description? */
  68. #undef HAVE_DLT_VAL_TO_DESC
  69. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  70. #undef HAVE_DOPRNT
  71. /* Define to 1 if you have the <errno.h> header file. */
  72. #undef HAVE_ERRNO_H
  73. /* Define to 1 if you have the <fcntl.h> header file. */
  74. #undef HAVE_FCNTL_H
  75. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  76. #undef HAVE_FSEEKO
  77. /* Define to 1 if you have the `gettimeofday' function. */
  78. #undef HAVE_GETTIMEOFDAY
  79. /* Do we have inet_addr? */
  80. #undef HAVE_INET_ADDR
  81. /* Do we have inet_aton? */
  82. #undef HAVE_INET_ATON
  83. /* Do we have inet_ntop? */
  84. #undef HAVE_INET_NTOP
  85. /* Do we have inet_pton? */
  86. #undef HAVE_INET_PTON
  87. /* Define to 1 if the system has the type `int16_t'. */
  88. #undef HAVE_INT16_T
  89. /* Define to 1 if the system has the type `int32_t'. */
  90. #undef HAVE_INT32_T
  91. /* Define to 1 if the system has the type `int8_t'. */
  92. #undef HAVE_INT8_T
  93. /* Define to 1 if the system has the type `intptr_t'. */
  94. #undef HAVE_INTPTR_T
  95. /* Define to 1 if you have the <inttypes.h> header file. */
  96. #undef HAVE_INTTYPES_H
  97. /* Do we have libdnet? */
  98. #undef HAVE_LIBDNET
  99. /* Define to 1 if you have the `gen' library (-lgen). */
  100. #undef HAVE_LIBGEN
  101. /* Define to 1 if you have the <libgen.h> header file. */
  102. #undef HAVE_LIBGEN_H
  103. /* Define to 1 if you have the `nsl' library (-lnsl). */
  104. #undef HAVE_LIBNSL
  105. /* Define to 1 if you have the `resolv' library (-lresolv). */
  106. #undef HAVE_LIBRESOLV
  107. /* Define to 1 if you have the `rt' library (-lrt). */
  108. #undef HAVE_LIBRT
  109. /* Define to 1 if you have the `socket' library (-lsocket). */
  110. #undef HAVE_LIBSOCKET
  111. /* Define to 1 if you have the <limits.h> header file. */
  112. #undef HAVE_LIMITS_H
  113. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  114. to 0 otherwise. */
  115. #undef HAVE_MALLOC
  116. /* Define to 1 if you have the <memory.h> header file. */
  117. #undef HAVE_MEMORY_H
  118. /* Define to 1 if you have the `memset' function. */
  119. #undef HAVE_MEMSET
  120. /* Define to 1 if you have the `mmap' function. */
  121. #undef HAVE_MMAP
  122. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  123. #undef HAVE_NDIR_H
  124. /* Define to 1 if you have the <netinet/in.h> header file. */
  125. #undef HAVE_NETINET_IN_H
  126. /* Define to 1 if you have the <net/route.h> header file. */
  127. #undef HAVE_NET_ROUTE_H
  128. /* Define to 1 if you have the `ntohll' function. */
  129. #undef HAVE_NTOHLL
  130. /* Define this if pathfind(3) works */
  131. #undef HAVE_PATHFIND
  132. /* Do we have libpcapnav? */
  133. #undef HAVE_PCAPNAV
  134. /* Does libpcap have pcap_breakloop? */
  135. #undef HAVE_PCAP_BREAKLOOP
  136. /* Does libpcap have pcap_dump_fopen? */
  137. #undef HAVE_PCAP_DUMP_FOPEN
  138. /* Does libpcap have pcap_get_selectable_fd? */
  139. #undef HAVE_PCAP_GET_SELECTABLE_FD
  140. /* Does libpcap have pcap_inject? */
  141. #undef HAVE_PCAP_INJECT
  142. /* Does libpcap have pcap_sendpacket? */
  143. #undef HAVE_PCAP_SENDPACKET
  144. /* Does libpcap have pcap_setnonblock? */
  145. #undef HAVE_PCAP_SETNONBLOCK
  146. /* Does libpcap have pcap_snapshot? */
  147. #undef HAVE_PCAP_SNAPSHOT
  148. /* Does libpcap have pcap_version[] */
  149. #undef HAVE_PCAP_VERSION
  150. /* Do we have Linux PF_PACKET socket support? */
  151. #undef HAVE_PF_PACKET
  152. /* Define to 1 if the system has the type `pid_t'. */
  153. #undef HAVE_PID_T
  154. /* Define to 1 if you have the `poll' function. */
  155. #undef HAVE_POLL
  156. /* Define to 1 if you have the <poll.h> header file. */
  157. #undef HAVE_POLL_H
  158. /* Define this if we have a functional realpath(3C) */
  159. #undef HAVE_REALPATH
  160. /* Define to 1 if you have the `regcomp' function. */
  161. #undef HAVE_REGCOMP
  162. /* Define to 1 if you have the <runetype.h> header file. */
  163. #undef HAVE_RUNETYPE_H
  164. /* Define to 1 if you have the <setjmp.h> header file. */
  165. #undef HAVE_SETJMP_H
  166. /* Define to 1 if you have the <signal.h> header file. */
  167. #undef HAVE_SIGNAL_H
  168. /* Define to 1 if the system has the type `size_t'. */
  169. #undef HAVE_SIZE_T
  170. /* Define to 1 if you have the `snprintf' function. */
  171. #undef HAVE_SNPRINTF
  172. /* Define to 1 if you have the <stdarg.h> header file. */
  173. #undef HAVE_STDARG_H
  174. /* Define to 1 if you have the <stddef.h> header file. */
  175. #undef HAVE_STDDEF_H
  176. /* Define to 1 if you have the <stdint.h> header file. */
  177. #undef HAVE_STDINT_H
  178. /* Define to 1 if you have the <stdlib.h> header file. */
  179. #undef HAVE_STDLIB_H
  180. /* Define to 1 if you have the `strchr' function. */
  181. #undef HAVE_STRCHR
  182. /* Define to 1 if you have the `strdup' function. */
  183. #undef HAVE_STRDUP
  184. /* Define to 1 if you have the `strerror' function. */
  185. #undef HAVE_STRERROR
  186. /* Define this if strftime() works */
  187. #undef HAVE_STRFTIME
  188. /* Define to 1 if you have the <strings.h> header file. */
  189. #undef HAVE_STRINGS_H
  190. /* Define to 1 if you have the <string.h> header file. */
  191. #undef HAVE_STRING_H
  192. /* Define to 1 if you have the `strlcpy' function. */
  193. #undef HAVE_STRLCPY
  194. /* Define to 1 if you have the `strncpy' function. */
  195. #undef HAVE_STRNCPY
  196. /* Define to 1 if you have the `strrchr' function. */
  197. #undef HAVE_STRRCHR
  198. /* Define to 1 if you have the `strsignal' function. */
  199. #undef HAVE_STRSIGNAL
  200. /* Define to 1 if you have the `strtol' function. */
  201. #undef HAVE_STRTOL
  202. /* Define to 1 if you have the `strtoull' function. */
  203. #undef HAVE_STRTOULL
  204. /* Define to 1 if `tv_sec' is a member of `struct timeval'. */
  205. #undef HAVE_STRUCT_TIMEVAL_TV_SEC
  206. /* Define to 1 if you have the <sysexits.h> header file. */
  207. #undef HAVE_SYSEXITS_H
  208. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  209. */
  210. #undef HAVE_SYS_DIR_H
  211. /* Define to 1 if you have the <sys/limits.h> header file. */
  212. #undef HAVE_SYS_LIMITS_H
  213. /* Define to 1 if you have the <sys/mman.h> header file. */
  214. #undef HAVE_SYS_MMAN_H
  215. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  216. */
  217. #undef HAVE_SYS_NDIR_H
  218. /* Define to 1 if you have the <sys/param.h> header file. */
  219. #undef HAVE_SYS_PARAM_H
  220. /* Define to 1 if you have the <sys/poll.h> header file. */
  221. #undef HAVE_SYS_POLL_H
  222. /* Define to 1 if you have the <sys/procset.h> header file. */
  223. #undef HAVE_SYS_PROCSET_H
  224. /* Define to 1 if you have the <sys/select.h> header file. */
  225. #undef HAVE_SYS_SELECT_H
  226. /* Define to 1 if you have the <sys/socket.h> header file. */
  227. #undef HAVE_SYS_SOCKET_H
  228. /* Define to 1 if you have the <sys/stat.h> header file. */
  229. #undef HAVE_SYS_STAT_H
  230. /* Define to 1 if you have the <sys/stropts.h> header file. */
  231. #undef HAVE_SYS_STROPTS_H
  232. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  233. #undef HAVE_SYS_SYSCTL_H
  234. /* Define to 1 if you have the <sys/time.h> header file. */
  235. #undef HAVE_SYS_TIME_H
  236. /* Define to 1 if you have the <sys/types.h> header file. */
  237. #undef HAVE_SYS_TYPES_H
  238. /* Define to 1 if you have the <sys/un.h> header file. */
  239. #undef HAVE_SYS_UN_H
  240. /* Define to 1 if you have the <sys/wait.h> header file. */
  241. #undef HAVE_SYS_WAIT_H
  242. /* Do we have tcpdump? */
  243. #undef HAVE_TCPDUMP
  244. /* Define to 1 if the system has the type `uint16_t'. */
  245. #undef HAVE_UINT16_T
  246. /* Define to 1 if the system has the type `uint32_t'. */
  247. #undef HAVE_UINT32_T
  248. /* Define to 1 if the system has the type `uint8_t'. */
  249. #undef HAVE_UINT8_T
  250. /* Define to 1 if the system has the type `uintptr_t'. */
  251. #undef HAVE_UINTPTR_T
  252. /* Define to 1 if the system has the type `uint_t'. */
  253. #undef HAVE_UINT_T
  254. /* Define to 1 if you have the <unistd.h> header file. */
  255. #undef HAVE_UNISTD_H
  256. /* Define to 1 if you have the <utime.h> header file. */
  257. #undef HAVE_UTIME_H
  258. /* Define to 1 if you have the <values.h> header file. */
  259. #undef HAVE_VALUES_H
  260. /* Define to 1 if you have the <varargs.h> header file. */
  261. #undef HAVE_VARARGS_H
  262. /* Define to 1 if you have the `vprintf' function. */
  263. #undef HAVE_VPRINTF
  264. /* Define to 1 if you have the `vsnprintf' function. */
  265. #undef HAVE_VSNPRINTF
  266. /* Define to 1 if you have the <wchar.h> header file. */
  267. #undef HAVE_WCHAR_H
  268. /* Define to 1 if the system has the type `wchar_t'. */
  269. #undef HAVE_WCHAR_T
  270. /* Windows/Cygwin */
  271. #undef HAVE_WIN32
  272. /* Do we have WinPcap? */
  273. #undef HAVE_WINPCAP
  274. /* Define to 1 if the system has the type `wint_t'. */
  275. #undef HAVE_WINT_T
  276. /* What is the path (if any) to the libpcap bpf header file? */
  277. #undef INCLUDE_PCAP_BPF_HEADER
  278. /* Version of libdnet */
  279. #undef LIBDNET_VERSION
  280. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  281. */
  282. #undef LT_OBJDIR
  283. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  284. */
  285. #undef MAJOR_IN_MKDEV
  286. /* Define to 1 if `major', `minor', and `makedev' are declared in
  287. <sysmacros.h>. */
  288. #undef MAJOR_IN_SYSMACROS
  289. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  290. #undef NO_MINUS_C_MINUS_O
  291. /* Define this if optional arguments are disallowed */
  292. #undef NO_OPTIONAL_OPT_ARGS
  293. /* This is our package name */
  294. #undef PACKAGE
  295. /* Define to the address where bug reports for this package should be sent. */
  296. #undef PACKAGE_BUGREPORT
  297. /* Define to the full name of this package. */
  298. #undef PACKAGE_NAME
  299. /* Define to the full name and version of this package. */
  300. #undef PACKAGE_STRING
  301. /* Define to the one symbol short name of this package. */
  302. #undef PACKAGE_TARNAME
  303. /* Define to the home page for this package. */
  304. #undef PACKAGE_URL
  305. /* Define to the version of this package. */
  306. #undef PACKAGE_VERSION
  307. /* libpcapnav's version? */
  308. #undef PCAPNAV_VERSION
  309. /* name of regex header file */
  310. #undef REGEX_HEADER
  311. /* Define as the return type of signal handlers (`int' or `void'). */
  312. #undef RETSIGTYPE
  313. /* The size of `char*', as computed by sizeof. */
  314. #undef SIZEOF_CHARP
  315. /* The size of `int', as computed by sizeof. */
  316. #undef SIZEOF_INT
  317. /* The size of `long', as computed by sizeof. */
  318. #undef SIZEOF_LONG
  319. /* The size of `short', as computed by sizeof. */
  320. #undef SIZEOF_SHORT
  321. /* Define to 1 if you have the ANSI C header files. */
  322. #undef STDC_HEADERS
  323. /* The tcpdump binary initially used */
  324. #undef TCPDUMP_BINARY
  325. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  326. #undef TIME_WITH_SYS_TIME
  327. /* What is our version? */
  328. #undef VERSION
  329. /* Define if using the dmalloc debugging malloc package */
  330. #undef WITH_DMALLOC
  331. /* Define this if a working libregex can be found */
  332. #undef WITH_LIBREGEX
  333. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  334. significant byte first (like Motorola and SPARC, unlike Intel). */
  335. #if defined AC_APPLE_UNIVERSAL_BUILD
  336. # if defined __BIG_ENDIAN__
  337. # define WORDS_BIGENDIAN 1
  338. # endif
  339. #else
  340. # ifndef WORDS_BIGENDIAN
  341. # undef WORDS_BIGENDIAN
  342. # endif
  343. #endif
  344. /* Number of bits in a file offset, on hosts where this is settable. */
  345. #undef _FILE_OFFSET_BITS
  346. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  347. #undef _LARGEFILE_SOURCE
  348. /* Define for large files, on AIX-style hosts. */
  349. #undef _LARGE_FILES
  350. /* Define to empty if `const' does not conform to ANSI C. */
  351. #undef const
  352. /* Define to `__inline__' or `__inline' if that's what the C compiler
  353. calls it, or to nothing if 'inline' is not supported under any name. */
  354. #ifndef __cplusplus
  355. #undef inline
  356. #endif
  357. /* Define to rpl_malloc if the replacement function should be used. */
  358. #undef malloc
  359. /* Define to `unsigned int' if <sys/types.h> does not define. */
  360. #undef size_t
  361. /* Define to `uint16_t' if <sys/types.h> does not define. */
  362. #undef u_int16_t
  363. /* Define to `uint32_t' if <sys/types.h> does not define. */
  364. #undef u_int32_t
  365. /* Define to `uint64_t' if <sys/types.h> does not define. */
  366. #undef u_int64_t
  367. /* Define to `uint8_t' if <sys/types.h> does not define. */
  368. #undef u_int8_t