config.h.in 12 KB

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