config.h.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  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 debugging 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. /* Use shared libraries ( .so .dylib or .tbd ) */
  17. #undef ENABLE_DYNAMIC_LINK
  18. /* Enable fragroute module */
  19. #undef ENABLE_FRAGROUTE
  20. /* nls support in libopts */
  21. #undef ENABLE_NLS
  22. /* Enable use of pcap_findalldevs() */
  23. #undef ENABLE_PCAP_FINDALLDEVS
  24. /* Use static libraries ( .a or .A.tbd ) */
  25. #undef ENABLE_STATIC_LINK
  26. /* Compile tcpbridge */
  27. #undef ENABLE_TCPBRIDGE
  28. /* Compile tcpliveplay */
  29. #undef ENABLE_TCPLIVEPLAY
  30. /* Do we have tcpdump and pcap_dump_fopen()? */
  31. #undef ENABLE_VERBOSE
  32. /* Enable additional debugging code (may affect performance) */
  33. #undef EXTRA_DEBUG
  34. /* fopen(3) accepts a 'b' in the mode flag */
  35. #undef FOPEN_BINARY_FLAG
  36. /* fopen(3) accepts a 't' in the mode flag */
  37. #undef FOPEN_TEXT_FLAG
  38. /* Are we strictly aligned? */
  39. #undef FORCE_ALIGN
  40. /* Force using BPF for sending packet */
  41. #undef FORCE_INJECT_BPF
  42. /* Force using libdnet for sending packets */
  43. #undef FORCE_INJECT_LIBDNET
  44. /* Force using libpcap's pcap_inject() for sending packets */
  45. #undef FORCE_INJECT_PCAP_INJECT
  46. /* Force using libpcap's pcap_sendpacket() for sending packets */
  47. #undef FORCE_INJECT_PCAP_SENDPACKET
  48. /* Force using Linux's PF_PACKET for sending packets */
  49. #undef FORCE_INJECT_PF
  50. /* Enable GNU Profiler */
  51. #undef GPROF
  52. /* Define to 1 if you have the `alarm' function. */
  53. #undef HAVE_ALARM
  54. /* Define to 1 if you have the <architecture/i386/pio.h> header file. */
  55. #undef HAVE_ARCHITECTURE_I386_PIO_H
  56. /* Define to 1 if you have the <arpa/inet.h> header file. */
  57. #undef HAVE_ARPA_INET_H
  58. /* Define to 1 if you have the `atexit' function. */
  59. #undef HAVE_ATEXIT
  60. /* Do we have BPF device support? */
  61. #undef HAVE_BPF
  62. /* Define to 1 if you have the `bzero' function. */
  63. #undef HAVE_BZERO
  64. /* Define to 1 if you have the `canonicalize_file_name' function. */
  65. #undef HAVE_CANONICALIZE_FILE_NAME
  66. /* Define to 1 if you have the `chmod' function. */
  67. #undef HAVE_CHMOD
  68. /* Define to 1 if you have the `ctime' function. */
  69. #undef HAVE_CTIME
  70. /* Building Cygwin */
  71. #undef HAVE_CYGWIN
  72. /* Building Apple/Darwin */
  73. #undef HAVE_DARWIN
  74. /* Define this if /dev/zero is readable device */
  75. #undef HAVE_DEV_ZERO
  76. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  77. */
  78. #undef HAVE_DIRENT_H
  79. /* Define to 1 if you have the <dlfcn.h> header file. */
  80. #undef HAVE_DLFCN_H
  81. /* Does pcap.h include a header with DLT_C_HDLC? */
  82. #undef HAVE_DLT_C_HDLC
  83. /* Does pcap.h include a header with DLT_LINUX_SLL? */
  84. #undef HAVE_DLT_LINUX_SLL
  85. /* Does libpcap have pcap_datalink_val_to_description? */
  86. #undef HAVE_DLT_VAL_TO_DESC
  87. /* Define to 1 if you have the <dnet.h> header file. */
  88. #undef HAVE_DNET_H
  89. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  90. #undef HAVE_DOPRNT
  91. /* Define to 1 if you have the <dumbnet.h> header file. */
  92. #undef HAVE_DUMBNET_H
  93. /* Define to 1 if you have the `dup2' function. */
  94. #undef HAVE_DUP2
  95. /* Define to 1 if you have the <errno.h> header file. */
  96. #undef HAVE_ERRNO_H
  97. /* Define to 1 if you have the `fchmod' function. */
  98. #undef HAVE_FCHMOD
  99. /* Define to 1 if you have the <fcntl.h> header file. */
  100. #undef HAVE_FCNTL_H
  101. /* Define to 1 if you have the `fork' function. */
  102. #undef HAVE_FORK
  103. /* Building Free BSD */
  104. #undef HAVE_FREEBSD
  105. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  106. #undef HAVE_FSEEKO
  107. /* Define to 1 if you have the `fstat' function. */
  108. #undef HAVE_FSTAT
  109. /* Define to 1 if you have the `gethostbyname' function. */
  110. #undef HAVE_GETHOSTBYNAME
  111. /* Define to 1 if you have the `getpagesize' function. */
  112. #undef HAVE_GETPAGESIZE
  113. /* Define to 1 if you have the `gettimeofday' function. */
  114. #undef HAVE_GETTIMEOFDAY
  115. /* Do we have inet_addr? */
  116. #undef HAVE_INET_ADDR
  117. /* Do we have inet_aton? */
  118. #undef HAVE_INET_ATON
  119. /* Define to 1 if you have the `inet_ntoa' function. */
  120. #undef HAVE_INET_NTOA
  121. /* Do we have inet_ntop? */
  122. #undef HAVE_INET_NTOP
  123. /* Do we have inet_pton? */
  124. #undef HAVE_INET_PTON
  125. /* Define to 1 if the system has the type `int16_t'. */
  126. #undef HAVE_INT16_T
  127. /* Define to 1 if the system has the type `int32_t'. */
  128. #undef HAVE_INT32_T
  129. /* Define to 1 if the system has the type `int8_t'. */
  130. #undef HAVE_INT8_T
  131. /* Define to 1 if the system has the type `intptr_t'. */
  132. #undef HAVE_INTPTR_T
  133. /* Define to 1 if you have the <inttypes.h> header file. */
  134. #undef HAVE_INTTYPES_H
  135. /* Define to 1 if you have the `ioperm' function. */
  136. #undef HAVE_IOPERM
  137. /* Define to 1 if you have the `asan' library (-lasan). */
  138. #undef HAVE_LIBASAN
  139. /* Do we have libdnet? */
  140. #undef HAVE_LIBDNET
  141. /* Define to 1 if you have the `gen' library (-lgen). */
  142. #undef HAVE_LIBGEN
  143. /* Define to 1 if you have the <libgen.h> header file. */
  144. #undef HAVE_LIBGEN_H
  145. /* Define to 1 if you have the `intl' library (-lintl). */
  146. #undef HAVE_LIBINTL
  147. /* Define to 1 if you have the <libintl.h> header file. */
  148. #undef HAVE_LIBINTL_H
  149. /* Define to 1 if you have the `nsl' library (-lnsl). */
  150. #undef HAVE_LIBNSL
  151. /* Does this version of libpcap support netmap? */
  152. #undef HAVE_LIBPCAP_NETMAP
  153. /* Define to 1 if you have the `resolv' library (-lresolv). */
  154. #undef HAVE_LIBRESOLV
  155. /* Define to 1 if you have the `rt' library (-lrt). */
  156. #undef HAVE_LIBRT
  157. /* Define to 1 if you have the `socket' library (-lsocket). */
  158. #undef HAVE_LIBSOCKET
  159. /* Define to 1 if you have the <limits.h> header file. */
  160. #undef HAVE_LIMITS_H
  161. /* Building Linux */
  162. #undef HAVE_LINUX
  163. /* Define to 1 if you have the `memmove' function. */
  164. #undef HAVE_MEMMOVE
  165. /* Define to 1 if you have the <memory.h> header file. */
  166. #undef HAVE_MEMORY_H
  167. /* Define to 1 if you have the `memset' function. */
  168. #undef HAVE_MEMSET
  169. /* Define to 1 if you have the `mmap' function. */
  170. #undef HAVE_MMAP
  171. /* Define to 1 if you have the `munmap' function. */
  172. #undef HAVE_MUNMAP
  173. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  174. #undef HAVE_NDIR_H
  175. /* Define to 1 if you have the <netinet/in.h> header file. */
  176. #undef HAVE_NETINET_IN_H
  177. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  178. #undef HAVE_NETINET_IN_SYSTM_H
  179. /* Do we have netmap support? */
  180. #undef HAVE_NETMAP
  181. /* Does netmap have nm_open function? */
  182. #undef HAVE_NETMAP_NM_OPEN
  183. /* Does netmap struct nmreq have nr_flags defined? */
  184. #undef HAVE_NETMAP_NR_FLAGS
  185. /* Does netmap have NR_REG_MASK defined? */
  186. #undef HAVE_NETMAP_NR_REG
  187. /* Does structure netmap_ring have head/tail defined? */
  188. #undef HAVE_NETMAP_RING_HEAD_TAIL
  189. /* Define to 1 if you have the <net/bpf.h> header file. */
  190. #undef HAVE_NET_BPF_H
  191. /* Define to 1 if you have the <net/route.h> header file. */
  192. #undef HAVE_NET_ROUTE_H
  193. /* Define to 1 if you have the `ntohll' function. */
  194. #undef HAVE_NTOHLL
  195. /* Building Open BSD */
  196. #undef HAVE_OPENBSD
  197. /* Define this if pathfind(3) works */
  198. #undef HAVE_PATHFIND
  199. /* Do we have libpcapnav? */
  200. #undef HAVE_PCAPNAV
  201. /* Does libpcap have pcap_breakloop? */
  202. #undef HAVE_PCAP_BREAKLOOP
  203. /* Does libpcap have pcap_dump_fopen? */
  204. #undef HAVE_PCAP_DUMP_FOPEN
  205. /* Does libpcap have pcap_get_selectable_fd? */
  206. #undef HAVE_PCAP_GET_SELECTABLE_FD
  207. /* Does libpcap have pcap_inject? */
  208. #undef HAVE_PCAP_INJECT
  209. /* Does libpcap have pcap_sendpacket? */
  210. #undef HAVE_PCAP_SENDPACKET
  211. /* Does libpcap have pcap_setnonblock? */
  212. #undef HAVE_PCAP_SETNONBLOCK
  213. /* Does libpcap have pcap_snapshot? */
  214. #undef HAVE_PCAP_SNAPSHOT
  215. /* Does libpcap have pcap_version[] */
  216. #undef HAVE_PCAP_VERSION
  217. /* Do we have Linux PF_PACKET socket support? */
  218. #undef HAVE_PF_PACKET
  219. /* Do we have PF_RING libpcap support? */
  220. #undef HAVE_PF_RING_PCAP
  221. /* Define to 1 if the system has the type `pid_t'. */
  222. #undef HAVE_PID_T
  223. /* Define to 1 if you have the `poll' function. */
  224. #undef HAVE_POLL
  225. /* Define to 1 if you have the <poll.h> header file. */
  226. #undef HAVE_POLL_H
  227. /* Define to 1 if you have the `pow' function. */
  228. #undef HAVE_POW
  229. /* Define to 1 if the system has the type `ptrdiff_t'. */
  230. #undef HAVE_PTRDIFF_T
  231. /* Define to 1 if you have the `putenv' function. */
  232. #undef HAVE_PUTENV
  233. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  234. and to 0 otherwise. */
  235. #undef HAVE_REALLOC
  236. /* Define this if we have a functional realpath(3C) */
  237. #undef HAVE_REALPATH
  238. /* Define to 1 if you have the `regcomp' function. */
  239. #undef HAVE_REGCOMP
  240. /* Define to 1 if you have the <runetype.h> header file. */
  241. #undef HAVE_RUNETYPE_H
  242. /* Define to 1 if you have the <sched.h> header file. */
  243. #undef HAVE_SCHED_H
  244. /* Define to 1 if you have the `select' function. */
  245. #undef HAVE_SELECT
  246. /* Define to 1 if you have the <setjmp.h> header file. */
  247. #undef HAVE_SETJMP_H
  248. /* Define to 1 if you have the <signal.h> header file. */
  249. #undef HAVE_SIGNAL_H
  250. /* Define to 1 if the system has the type `size_t'. */
  251. #undef HAVE_SIZE_T
  252. /* Define to 1 if you have the `snprintf' function. */
  253. #undef HAVE_SNPRINTF
  254. /* Define to 1 if you have the `socket' function. */
  255. #undef HAVE_SOCKET
  256. /* Building Solaris */
  257. #undef HAVE_SOLARIS
  258. /* Define to 1 if you have the <stdarg.h> header file. */
  259. #undef HAVE_STDARG_H
  260. /* Define to 1 if you have the <stdbool.h> header file. */
  261. #undef HAVE_STDBOOL_H
  262. /* Define to 1 if you have the <stddef.h> header file. */
  263. #undef HAVE_STDDEF_H
  264. /* Define to 1 if you have the <stdint.h> header file. */
  265. #undef HAVE_STDINT_H
  266. /* Define to 1 if you have the <stdlib.h> header file. */
  267. #undef HAVE_STDLIB_H
  268. /* Define to 1 if you have the `strcasecmp' function. */
  269. #undef HAVE_STRCASECMP
  270. /* Define to 1 if you have the `strchr' function. */
  271. #undef HAVE_STRCHR
  272. /* Define to 1 if you have the `strcspn' function. */
  273. #undef HAVE_STRCSPN
  274. /* Define to 1 if you have the `strdup' function. */
  275. #undef HAVE_STRDUP
  276. /* Define to 1 if you have the `strerror' function. */
  277. #undef HAVE_STRERROR
  278. /* Define this if strftime() works */
  279. #undef HAVE_STRFTIME
  280. /* Define to 1 if you have the <strings.h> header file. */
  281. #undef HAVE_STRINGS_H
  282. /* Define to 1 if you have the <string.h> header file. */
  283. #undef HAVE_STRING_H
  284. /* Define to 1 if you have the `strlcpy' function. */
  285. #undef HAVE_STRLCPY
  286. /* Define to 1 if you have the `strncpy' function. */
  287. #undef HAVE_STRNCPY
  288. /* Define to 1 if you have the `strpbrk' function. */
  289. #undef HAVE_STRPBRK
  290. /* Define to 1 if you have the `strrchr' function. */
  291. #undef HAVE_STRRCHR
  292. /* Define to 1 if you have the `strsignal' function. */
  293. #undef HAVE_STRSIGNAL
  294. /* Define to 1 if you have the `strspn' function. */
  295. #undef HAVE_STRSPN
  296. /* Define to 1 if you have the `strstr' function. */
  297. #undef HAVE_STRSTR
  298. /* Define to 1 if you have the `strtol' function. */
  299. #undef HAVE_STRTOL
  300. /* Define to 1 if you have the `strtoul' function. */
  301. #undef HAVE_STRTOUL
  302. /* Define to 1 if you have the `strtoull' function. */
  303. #undef HAVE_STRTOULL
  304. /* Define to 1 if `tv_sec' is a member of `struct timeval'. */
  305. #undef HAVE_STRUCT_TIMEVAL_TV_SEC
  306. /* Building SunOS */
  307. #undef HAVE_SUNOS
  308. /* Define to 1 if you have the <sysexits.h> header file. */
  309. #undef HAVE_SYSEXITS_H
  310. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  311. */
  312. #undef HAVE_SYS_DIR_H
  313. /* Define to 1 if you have the <sys/file.h> header file. */
  314. #undef HAVE_SYS_FILE_H
  315. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  316. #undef HAVE_SYS_IOCTL_H
  317. /* Define to 1 if you have the <sys/io.h> header file. */
  318. #undef HAVE_SYS_IO_H
  319. /* Define to 1 if you have the <sys/limits.h> header file. */
  320. #undef HAVE_SYS_LIMITS_H
  321. /* Define to 1 if you have the <sys/mman.h> header file. */
  322. #undef HAVE_SYS_MMAN_H
  323. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  324. */
  325. #undef HAVE_SYS_NDIR_H
  326. /* Define to 1 if you have the <sys/param.h> header file. */
  327. #undef HAVE_SYS_PARAM_H
  328. /* Define to 1 if you have the <sys/poll.h> header file. */
  329. #undef HAVE_SYS_POLL_H
  330. /* Define to 1 if you have the <sys/procset.h> header file. */
  331. #undef HAVE_SYS_PROCSET_H
  332. /* Define to 1 if you have the <sys/select.h> header file. */
  333. #undef HAVE_SYS_SELECT_H
  334. /* Define to 1 if you have the <sys/socket.h> header file. */
  335. #undef HAVE_SYS_SOCKET_H
  336. /* Define to 1 if you have the <sys/stat.h> header file. */
  337. #undef HAVE_SYS_STAT_H
  338. /* Define to 1 if you have the <sys/stropts.h> header file. */
  339. #undef HAVE_SYS_STROPTS_H
  340. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  341. #undef HAVE_SYS_SYSCTL_H
  342. /* Define to 1 if you have the <sys/systeminfo.h> header file. */
  343. #undef HAVE_SYS_SYSTEMINFO_H
  344. /* Define to 1 if you have the <sys/time.h> header file. */
  345. #undef HAVE_SYS_TIME_H
  346. /* Define to 1 if you have the <sys/types.h> header file. */
  347. #undef HAVE_SYS_TYPES_H
  348. /* Define to 1 if you have the <sys/un.h> header file. */
  349. #undef HAVE_SYS_UN_H
  350. /* Define to 1 if you have the <sys/wait.h> header file. */
  351. #undef HAVE_SYS_WAIT_H
  352. /* Do we have tcpdump? */
  353. #undef HAVE_TCPDUMP
  354. /* Do we have TUNTAP device support? */
  355. #undef HAVE_TUNTAP
  356. /* Do we have Linux TX_RING socket support? */
  357. #undef HAVE_TX_RING
  358. /* Define to 1 if the system has the type `uint16_t'. */
  359. #undef HAVE_UINT16_T
  360. /* Define to 1 if the system has the type `uint32_t'. */
  361. #undef HAVE_UINT32_T
  362. /* Define to 1 if the system has the type `uint8_t'. */
  363. #undef HAVE_UINT8_T
  364. /* Define to 1 if the system has the type `uintptr_t'. */
  365. #undef HAVE_UINTPTR_T
  366. /* Define to 1 if the system has the type `uint_t'. */
  367. #undef HAVE_UINT_T
  368. /* Define to 1 if you have the <unistd.h> header file. */
  369. #undef HAVE_UNISTD_H
  370. /* Define to 1 if you have the <utime.h> header file. */
  371. #undef HAVE_UTIME_H
  372. /* Define to 1 if you have the <values.h> header file. */
  373. #undef HAVE_VALUES_H
  374. /* Define to 1 if you have the <varargs.h> header file. */
  375. #undef HAVE_VARARGS_H
  376. /* Define to 1 if you have the `vfork' function. */
  377. #undef HAVE_VFORK
  378. /* Define to 1 if you have the <vfork.h> header file. */
  379. #undef HAVE_VFORK_H
  380. /* Define to 1 if you have the `vprintf' function. */
  381. #undef HAVE_VPRINTF
  382. /* Define to 1 if you have the `vsnprintf' function. */
  383. #undef HAVE_VSNPRINTF
  384. /* Define to 1 if you have the <wchar.h> header file. */
  385. #undef HAVE_WCHAR_H
  386. /* Define to 1 if the system has the type `wchar_t'. */
  387. #undef HAVE_WCHAR_T
  388. /* Windows/Cygwin */
  389. #undef HAVE_WIN32
  390. /* Do we have WinPcap? */
  391. #undef HAVE_WINPCAP
  392. /* Define to 1 if the system has the type `wint_t'. */
  393. #undef HAVE_WINT_T
  394. /* Define to 1 if `fork' works. */
  395. #undef HAVE_WORKING_FORK
  396. /* Define to 1 if `vfork' works. */
  397. #undef HAVE_WORKING_VFORK
  398. /* Define to 1 if the system has the type `_Bool'. */
  399. #undef HAVE__BOOL
  400. /* What is the path (if any) to the libpcap bpf header file? */
  401. #undef INCLUDE_PCAP_BPF_HEADER
  402. /* Version of libdnet */
  403. #undef LIBDNET_VERSION
  404. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  405. slash. */
  406. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  407. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  408. #undef LT_OBJDIR
  409. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  410. */
  411. #undef MAJOR_IN_MKDEV
  412. /* Define to 1 if `major', `minor', and `makedev' are declared in
  413. <sysmacros.h>. */
  414. #undef MAJOR_IN_SYSMACROS
  415. /* Define this if optional arguments are disallowed */
  416. #undef NO_OPTIONAL_OPT_ARGS
  417. /* Name of package */
  418. #undef PACKAGE
  419. /* Define to the address where bug reports for this package should be sent. */
  420. #undef PACKAGE_BUGREPORT
  421. /* Define to the full name of this package. */
  422. #undef PACKAGE_NAME
  423. /* Define to the full name and version of this package. */
  424. #undef PACKAGE_STRING
  425. /* Define to the one symbol short name of this package. */
  426. #undef PACKAGE_TARNAME
  427. /* Define to the home page for this package. */
  428. #undef PACKAGE_URL
  429. /* Define to the version of this package. */
  430. #undef PACKAGE_VERSION
  431. /* libpcapnav's version? */
  432. #undef PCAPNAV_VERSION
  433. /* define to a working POSIX compliant shell */
  434. #undef POSIX_SHELL
  435. /* name of regex header file */
  436. #undef REGEX_HEADER
  437. /* Define as the return type of signal handlers (`int' or `void'). */
  438. #undef RETSIGTYPE
  439. /* The size of `char *', as computed by sizeof. */
  440. #undef SIZEOF_CHAR_P
  441. /* The size of `int', as computed by sizeof. */
  442. #undef SIZEOF_INT
  443. /* The size of `long', as computed by sizeof. */
  444. #undef SIZEOF_LONG
  445. /* The size of `short', as computed by sizeof. */
  446. #undef SIZEOF_SHORT
  447. /* Define to 1 if you have the ANSI C header files. */
  448. #undef STDC_HEADERS
  449. /* The tcpdump binary initially used */
  450. #undef TCPDUMP_BINARY
  451. /* Enable dumping of trace timestamps at the end of a test */
  452. #undef TIMESTAMP_TRACE
  453. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  454. #undef TIME_WITH_SYS_TIME
  455. /* Version number of package */
  456. #undef VERSION
  457. /* Define if using the dmalloc debugging malloc package */
  458. #undef WITH_DMALLOC
  459. /* Define this if a working libregex can be found */
  460. #undef WITH_LIBREGEX
  461. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  462. significant byte first (like Motorola and SPARC, unlike Intel). */
  463. #if defined AC_APPLE_UNIVERSAL_BUILD
  464. # if defined __BIG_ENDIAN__
  465. # define WORDS_BIGENDIAN 1
  466. # endif
  467. #else
  468. # ifndef WORDS_BIGENDIAN
  469. # undef WORDS_BIGENDIAN
  470. # endif
  471. #endif
  472. /* Enable large inode numbers on Mac OS X 10.5. */
  473. #ifndef _DARWIN_USE_64_BIT_INODE
  474. # define _DARWIN_USE_64_BIT_INODE 1
  475. #endif
  476. /* Number of bits in a file offset, on hosts where this is settable. */
  477. #undef _FILE_OFFSET_BITS
  478. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  479. #undef _LARGEFILE_SOURCE
  480. /* Define for large files, on AIX-style hosts. */
  481. #undef _LARGE_FILES
  482. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  483. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  484. #define below would cause a syntax error. */
  485. #undef _UINT32_T
  486. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  487. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  488. #define below would cause a syntax error. */
  489. #undef _UINT64_T
  490. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  491. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  492. #define below would cause a syntax error. */
  493. #undef _UINT8_T
  494. /* Define to empty if `const' does not conform to ANSI C. */
  495. #undef const
  496. /* Define to `__inline__' or `__inline' if that's what the C compiler
  497. calls it, or to nothing if 'inline' is not supported under any name. */
  498. #ifndef __cplusplus
  499. #undef inline
  500. #endif
  501. /* Define to the type of a signed integer type of width exactly 16 bits if
  502. such a type exists and the standard includes do not define it. */
  503. #undef int16_t
  504. /* Define to the type of a signed integer type of width exactly 32 bits if
  505. such a type exists and the standard includes do not define it. */
  506. #undef int32_t
  507. /* Define to the type of a signed integer type of width exactly 64 bits if
  508. such a type exists and the standard includes do not define it. */
  509. #undef int64_t
  510. /* Define to the type of a signed integer type of width exactly 8 bits if such
  511. a type exists and the standard includes do not define it. */
  512. #undef int8_t
  513. /* Define to `long int' if <sys/types.h> does not define. */
  514. #undef off_t
  515. /* Define to `int' if <sys/types.h> does not define. */
  516. #undef pid_t
  517. /* Define to rpl_realloc if the replacement function should be used. */
  518. #undef realloc
  519. /* Define to `unsigned int' if <sys/types.h> does not define. */
  520. #undef size_t
  521. /* Define to `int' if <sys/types.h> does not define. */
  522. #undef ssize_t
  523. /* Define to `uint16_t' if <sys/types.h> does not define. */
  524. #undef u_int16_t
  525. /* Define to `uint32_t' if <sys/types.h> does not define. */
  526. #undef u_int32_t
  527. /* Define to `uint64_t' if <sys/types.h> does not define. */
  528. #undef u_int64_t
  529. /* Define to `uint8_t' if <sys/types.h> does not define. */
  530. #undef u_int8_t
  531. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  532. such a type exists and the standard includes do not define it. */
  533. #undef uint16_t
  534. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  535. such a type exists and the standard includes do not define it. */
  536. #undef uint32_t
  537. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  538. such a type exists and the standard includes do not define it. */
  539. #undef uint64_t
  540. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  541. such a type exists and the standard includes do not define it. */
  542. #undef uint8_t
  543. /* Define as `fork' if `vfork' does not work. */
  544. #undef vfork