config.h.in 10 KB

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