config.h.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  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. /* Do we have libdnet? */
  138. #undef HAVE_LIBDNET
  139. /* Define to 1 if you have the `gen' library (-lgen). */
  140. #undef HAVE_LIBGEN
  141. /* Define to 1 if you have the <libgen.h> header file. */
  142. #undef HAVE_LIBGEN_H
  143. /* Define to 1 if you have the `intl' library (-lintl). */
  144. #undef HAVE_LIBINTL
  145. /* Define to 1 if you have the <libintl.h> header file. */
  146. #undef HAVE_LIBINTL_H
  147. /* Define to 1 if you have the `nsl' library (-lnsl). */
  148. #undef HAVE_LIBNSL
  149. /* Does this version of libpcap support netmap? */
  150. #undef HAVE_LIBPCAP_NETMAP
  151. /* Define to 1 if you have the `resolv' library (-lresolv). */
  152. #undef HAVE_LIBRESOLV
  153. /* Define to 1 if you have the `rt' library (-lrt). */
  154. #undef HAVE_LIBRT
  155. /* Define to 1 if you have the `socket' library (-lsocket). */
  156. #undef HAVE_LIBSOCKET
  157. /* Define to 1 if you have the <limits.h> header file. */
  158. #undef HAVE_LIMITS_H
  159. /* Building Linux */
  160. #undef HAVE_LINUX
  161. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  162. to 0 otherwise. */
  163. #undef HAVE_MALLOC
  164. /* Define to 1 if you have the `memmove' function. */
  165. #undef HAVE_MEMMOVE
  166. /* Define to 1 if you have the <memory.h> header file. */
  167. #undef HAVE_MEMORY_H
  168. /* Define to 1 if you have the `memset' function. */
  169. #undef HAVE_MEMSET
  170. /* Define to 1 if you have the `mmap' function. */
  171. #undef HAVE_MMAP
  172. /* Define to 1 if you have the `munmap' function. */
  173. #undef HAVE_MUNMAP
  174. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  175. #undef HAVE_NDIR_H
  176. /* Define to 1 if you have the <netinet/in.h> header file. */
  177. #undef HAVE_NETINET_IN_H
  178. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  179. #undef HAVE_NETINET_IN_SYSTM_H
  180. /* Do we have netmap support? */
  181. #undef HAVE_NETMAP
  182. /* Does netmap have nm_open function? */
  183. #undef HAVE_NETMAP_NM_OPEN
  184. /* Does netmap struct nmreq have nr_flags defined? */
  185. #undef HAVE_NETMAP_NR_FLAGS
  186. /* Does netmap have NR_REG_MASK defined? */
  187. #undef HAVE_NETMAP_NR_REG
  188. /* Does structure netmap_ring have head/tail defined? */
  189. #undef HAVE_NETMAP_RING_HEAD_TAIL
  190. /* Define to 1 if you have the <net/bpf.h> header file. */
  191. #undef HAVE_NET_BPF_H
  192. /* Define to 1 if you have the <net/route.h> header file. */
  193. #undef HAVE_NET_ROUTE_H
  194. /* Define to 1 if you have the `ntohll' function. */
  195. #undef HAVE_NTOHLL
  196. /* Building Open BSD */
  197. #undef HAVE_OPENBSD
  198. /* Define this if pathfind(3) works */
  199. #undef HAVE_PATHFIND
  200. /* Do we have libpcapnav? */
  201. #undef HAVE_PCAPNAV
  202. /* Does libpcap have pcap_breakloop? */
  203. #undef HAVE_PCAP_BREAKLOOP
  204. /* Does libpcap have pcap_dump_fopen? */
  205. #undef HAVE_PCAP_DUMP_FOPEN
  206. /* Does libpcap have pcap_get_selectable_fd? */
  207. #undef HAVE_PCAP_GET_SELECTABLE_FD
  208. /* Does libpcap have pcap_inject? */
  209. #undef HAVE_PCAP_INJECT
  210. /* Does libpcap have pcap_sendpacket? */
  211. #undef HAVE_PCAP_SENDPACKET
  212. /* Does libpcap have pcap_setnonblock? */
  213. #undef HAVE_PCAP_SETNONBLOCK
  214. /* Does libpcap have pcap_snapshot? */
  215. #undef HAVE_PCAP_SNAPSHOT
  216. /* Does libpcap have pcap_version[] */
  217. #undef HAVE_PCAP_VERSION
  218. /* Do we have Linux PF_PACKET socket support? */
  219. #undef HAVE_PF_PACKET
  220. /* Do we have PF_RING libpcap support? */
  221. #undef HAVE_PF_RING_PCAP
  222. /* Define to 1 if the system has the type `pid_t'. */
  223. #undef HAVE_PID_T
  224. /* Define to 1 if you have the `poll' function. */
  225. #undef HAVE_POLL
  226. /* Define to 1 if you have the <poll.h> header file. */
  227. #undef HAVE_POLL_H
  228. /* Define to 1 if you have the `pow' function. */
  229. #undef HAVE_POW
  230. /* Define to 1 if the system has the type `ptrdiff_t'. */
  231. #undef HAVE_PTRDIFF_T
  232. /* Define to 1 if you have the `putenv' function. */
  233. #undef HAVE_PUTENV
  234. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  235. and to 0 otherwise. */
  236. #undef HAVE_REALLOC
  237. /* Define this if we have a functional realpath(3C) */
  238. #undef HAVE_REALPATH
  239. /* Define to 1 if you have the `regcomp' function. */
  240. #undef HAVE_REGCOMP
  241. /* Define to 1 if you have the <runetype.h> header file. */
  242. #undef HAVE_RUNETYPE_H
  243. /* Define to 1 if you have the <sched.h> header file. */
  244. #undef HAVE_SCHED_H
  245. /* Define to 1 if you have the `select' function. */
  246. #undef HAVE_SELECT
  247. /* Define to 1 if you have the <setjmp.h> header file. */
  248. #undef HAVE_SETJMP_H
  249. /* Define to 1 if you have the <signal.h> header file. */
  250. #undef HAVE_SIGNAL_H
  251. /* Define to 1 if the system has the type `size_t'. */
  252. #undef HAVE_SIZE_T
  253. /* Define to 1 if you have the `snprintf' function. */
  254. #undef HAVE_SNPRINTF
  255. /* Define to 1 if you have the `socket' function. */
  256. #undef HAVE_SOCKET
  257. /* Building Solaris */
  258. #undef HAVE_SOLARIS
  259. /* Define to 1 if you have the <stdarg.h> header file. */
  260. #undef HAVE_STDARG_H
  261. /* Define to 1 if you have the <stdbool.h> header file. */
  262. #undef HAVE_STDBOOL_H
  263. /* Define to 1 if you have the <stddef.h> header file. */
  264. #undef HAVE_STDDEF_H
  265. /* Define to 1 if you have the <stdint.h> header file. */
  266. #undef HAVE_STDINT_H
  267. /* Define to 1 if you have the <stdlib.h> header file. */
  268. #undef HAVE_STDLIB_H
  269. /* Define to 1 if you have the `strcasecmp' function. */
  270. #undef HAVE_STRCASECMP
  271. /* Define to 1 if you have the `strchr' function. */
  272. #undef HAVE_STRCHR
  273. /* Define to 1 if you have the `strcspn' function. */
  274. #undef HAVE_STRCSPN
  275. /* Define to 1 if you have the `strdup' function. */
  276. #undef HAVE_STRDUP
  277. /* Define to 1 if you have the `strerror' function. */
  278. #undef HAVE_STRERROR
  279. /* Define this if strftime() works */
  280. #undef HAVE_STRFTIME
  281. /* Define to 1 if you have the <strings.h> header file. */
  282. #undef HAVE_STRINGS_H
  283. /* Define to 1 if you have the <string.h> header file. */
  284. #undef HAVE_STRING_H
  285. /* Define to 1 if you have the `strlcpy' function. */
  286. #undef HAVE_STRLCPY
  287. /* Define to 1 if you have the `strncpy' function. */
  288. #undef HAVE_STRNCPY
  289. /* Define to 1 if you have the `strpbrk' function. */
  290. #undef HAVE_STRPBRK
  291. /* Define to 1 if you have the `strrchr' function. */
  292. #undef HAVE_STRRCHR
  293. /* Define to 1 if you have the `strsignal' function. */
  294. #undef HAVE_STRSIGNAL
  295. /* Define to 1 if you have the `strspn' function. */
  296. #undef HAVE_STRSPN
  297. /* Define to 1 if you have the `strstr' function. */
  298. #undef HAVE_STRSTR
  299. /* Define to 1 if you have the `strtol' function. */
  300. #undef HAVE_STRTOL
  301. /* Define to 1 if you have the `strtoul' function. */
  302. #undef HAVE_STRTOUL
  303. /* Define to 1 if you have the `strtoull' function. */
  304. #undef HAVE_STRTOULL
  305. /* Define to 1 if `tv_sec' is a member of `struct timeval'. */
  306. #undef HAVE_STRUCT_TIMEVAL_TV_SEC
  307. /* Building SunOS */
  308. #undef HAVE_SUNOS
  309. /* Define to 1 if you have the <sysexits.h> header file. */
  310. #undef HAVE_SYSEXITS_H
  311. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  312. */
  313. #undef HAVE_SYS_DIR_H
  314. /* Define to 1 if you have the <sys/file.h> header file. */
  315. #undef HAVE_SYS_FILE_H
  316. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  317. #undef HAVE_SYS_IOCTL_H
  318. /* Define to 1 if you have the <sys/io.h> header file. */
  319. #undef HAVE_SYS_IO_H
  320. /* Define to 1 if you have the <sys/limits.h> header file. */
  321. #undef HAVE_SYS_LIMITS_H
  322. /* Define to 1 if you have the <sys/mman.h> header file. */
  323. #undef HAVE_SYS_MMAN_H
  324. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  325. */
  326. #undef HAVE_SYS_NDIR_H
  327. /* Define to 1 if you have the <sys/param.h> header file. */
  328. #undef HAVE_SYS_PARAM_H
  329. /* Define to 1 if you have the <sys/poll.h> header file. */
  330. #undef HAVE_SYS_POLL_H
  331. /* Define to 1 if you have the <sys/procset.h> header file. */
  332. #undef HAVE_SYS_PROCSET_H
  333. /* Define to 1 if you have the <sys/select.h> header file. */
  334. #undef HAVE_SYS_SELECT_H
  335. /* Define to 1 if you have the <sys/socket.h> header file. */
  336. #undef HAVE_SYS_SOCKET_H
  337. /* Define to 1 if you have the <sys/stat.h> header file. */
  338. #undef HAVE_SYS_STAT_H
  339. /* Define to 1 if you have the <sys/stropts.h> header file. */
  340. #undef HAVE_SYS_STROPTS_H
  341. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  342. #undef HAVE_SYS_SYSCTL_H
  343. /* Define to 1 if you have the <sys/systeminfo.h> header file. */
  344. #undef HAVE_SYS_SYSTEMINFO_H
  345. /* Define to 1 if you have the <sys/time.h> header file. */
  346. #undef HAVE_SYS_TIME_H
  347. /* Define to 1 if you have the <sys/types.h> header file. */
  348. #undef HAVE_SYS_TYPES_H
  349. /* Define to 1 if you have the <sys/un.h> header file. */
  350. #undef HAVE_SYS_UN_H
  351. /* Define to 1 if you have the <sys/wait.h> header file. */
  352. #undef HAVE_SYS_WAIT_H
  353. /* Do we have tcpdump? */
  354. #undef HAVE_TCPDUMP
  355. /* Do we have TUNTAP device support? */
  356. #undef HAVE_TUNTAP
  357. /* Do we have Linux TX_RING socket support? */
  358. #undef HAVE_TX_RING
  359. /* Define to 1 if the system has the type `uint16_t'. */
  360. #undef HAVE_UINT16_T
  361. /* Define to 1 if the system has the type `uint32_t'. */
  362. #undef HAVE_UINT32_T
  363. /* Define to 1 if the system has the type `uint8_t'. */
  364. #undef HAVE_UINT8_T
  365. /* Define to 1 if the system has the type `uintptr_t'. */
  366. #undef HAVE_UINTPTR_T
  367. /* Define to 1 if the system has the type `uint_t'. */
  368. #undef HAVE_UINT_T
  369. /* Define to 1 if you have the <unistd.h> header file. */
  370. #undef HAVE_UNISTD_H
  371. /* Define to 1 if you have the <utime.h> header file. */
  372. #undef HAVE_UTIME_H
  373. /* Define to 1 if you have the <values.h> header file. */
  374. #undef HAVE_VALUES_H
  375. /* Define to 1 if you have the <varargs.h> header file. */
  376. #undef HAVE_VARARGS_H
  377. /* Define to 1 if you have the `vfork' function. */
  378. #undef HAVE_VFORK
  379. /* Define to 1 if you have the <vfork.h> header file. */
  380. #undef HAVE_VFORK_H
  381. /* Define to 1 if you have the `vprintf' function. */
  382. #undef HAVE_VPRINTF
  383. /* Define to 1 if you have the `vsnprintf' function. */
  384. #undef HAVE_VSNPRINTF
  385. /* Define to 1 if you have the <wchar.h> header file. */
  386. #undef HAVE_WCHAR_H
  387. /* Define to 1 if the system has the type `wchar_t'. */
  388. #undef HAVE_WCHAR_T
  389. /* Windows/Cygwin */
  390. #undef HAVE_WIN32
  391. /* Do we have WinPcap? */
  392. #undef HAVE_WINPCAP
  393. /* Define to 1 if the system has the type `wint_t'. */
  394. #undef HAVE_WINT_T
  395. /* Define to 1 if `fork' works. */
  396. #undef HAVE_WORKING_FORK
  397. /* Define to 1 if `vfork' works. */
  398. #undef HAVE_WORKING_VFORK
  399. /* Define to 1 if the system has the type `_Bool'. */
  400. #undef HAVE__BOOL
  401. /* What is the path (if any) to the libpcap bpf header file? */
  402. #undef INCLUDE_PCAP_BPF_HEADER
  403. /* Version of libdnet */
  404. #undef LIBDNET_VERSION
  405. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  406. slash. */
  407. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  408. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  409. #undef LT_OBJDIR
  410. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  411. */
  412. #undef MAJOR_IN_MKDEV
  413. /* Define to 1 if `major', `minor', and `makedev' are declared in
  414. <sysmacros.h>. */
  415. #undef MAJOR_IN_SYSMACROS
  416. /* Define this if optional arguments are disallowed */
  417. #undef NO_OPTIONAL_OPT_ARGS
  418. /* Name of package */
  419. #undef PACKAGE
  420. /* Define to the address where bug reports for this package should be sent. */
  421. #undef PACKAGE_BUGREPORT
  422. /* Define to the full name of this package. */
  423. #undef PACKAGE_NAME
  424. /* Define to the full name and version of this package. */
  425. #undef PACKAGE_STRING
  426. /* Define to the one symbol short name of this package. */
  427. #undef PACKAGE_TARNAME
  428. /* Define to the home page for this package. */
  429. #undef PACKAGE_URL
  430. /* Define to the version of this package. */
  431. #undef PACKAGE_VERSION
  432. /* libpcapnav's version? */
  433. #undef PCAPNAV_VERSION
  434. /* define to a working POSIX compliant shell */
  435. #undef POSIX_SHELL
  436. /* name of regex header file */
  437. #undef REGEX_HEADER
  438. /* Define as the return type of signal handlers (`int' or `void'). */
  439. #undef RETSIGTYPE
  440. /* The size of `char *', as computed by sizeof. */
  441. #undef SIZEOF_CHAR_P
  442. /* The size of `int', as computed by sizeof. */
  443. #undef SIZEOF_INT
  444. /* The size of `long', as computed by sizeof. */
  445. #undef SIZEOF_LONG
  446. /* The size of `short', as computed by sizeof. */
  447. #undef SIZEOF_SHORT
  448. /* Define to 1 if you have the ANSI C header files. */
  449. #undef STDC_HEADERS
  450. /* The tcpdump binary initially used */
  451. #undef TCPDUMP_BINARY
  452. /* Enable dumping of trace timestamps at the end of a test */
  453. #undef TIMESTAMP_TRACE
  454. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  455. #undef TIME_WITH_SYS_TIME
  456. /* Version number of package */
  457. #undef VERSION
  458. /* Define if using the dmalloc debugging malloc package */
  459. #undef WITH_DMALLOC
  460. /* Define this if a working libregex can be found */
  461. #undef WITH_LIBREGEX
  462. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  463. significant byte first (like Motorola and SPARC, unlike Intel). */
  464. #if defined AC_APPLE_UNIVERSAL_BUILD
  465. # if defined __BIG_ENDIAN__
  466. # define WORDS_BIGENDIAN 1
  467. # endif
  468. #else
  469. # ifndef WORDS_BIGENDIAN
  470. # undef WORDS_BIGENDIAN
  471. # endif
  472. #endif
  473. /* Enable large inode numbers on Mac OS X 10.5. */
  474. #ifndef _DARWIN_USE_64_BIT_INODE
  475. # define _DARWIN_USE_64_BIT_INODE 1
  476. #endif
  477. /* Number of bits in a file offset, on hosts where this is settable. */
  478. #undef _FILE_OFFSET_BITS
  479. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  480. #undef _LARGEFILE_SOURCE
  481. /* Define for large files, on AIX-style hosts. */
  482. #undef _LARGE_FILES
  483. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  484. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  485. #define below would cause a syntax error. */
  486. #undef _UINT32_T
  487. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  488. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  489. #define below would cause a syntax error. */
  490. #undef _UINT64_T
  491. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  492. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  493. #define below would cause a syntax error. */
  494. #undef _UINT8_T
  495. /* Define to empty if `const' does not conform to ANSI C. */
  496. #undef const
  497. /* Define to `__inline__' or `__inline' if that's what the C compiler
  498. calls it, or to nothing if 'inline' is not supported under any name. */
  499. #ifndef __cplusplus
  500. #undef inline
  501. #endif
  502. /* Define to the type of a signed integer type of width exactly 16 bits if
  503. such a type exists and the standard includes do not define it. */
  504. #undef int16_t
  505. /* Define to the type of a signed integer type of width exactly 32 bits if
  506. such a type exists and the standard includes do not define it. */
  507. #undef int32_t
  508. /* Define to the type of a signed integer type of width exactly 64 bits if
  509. such a type exists and the standard includes do not define it. */
  510. #undef int64_t
  511. /* Define to the type of a signed integer type of width exactly 8 bits if such
  512. a type exists and the standard includes do not define it. */
  513. #undef int8_t
  514. /* Define to rpl_malloc if the replacement function should be used. */
  515. #undef malloc
  516. /* Define to `long int' if <sys/types.h> does not define. */
  517. #undef off_t
  518. /* Define to `int' if <sys/types.h> does not define. */
  519. #undef pid_t
  520. /* Define to rpl_realloc if the replacement function should be used. */
  521. #undef realloc
  522. /* Define to `unsigned int' if <sys/types.h> does not define. */
  523. #undef size_t
  524. /* Define to `int' if <sys/types.h> does not define. */
  525. #undef ssize_t
  526. /* Define to `uint16_t' if <sys/types.h> does not define. */
  527. #undef u_int16_t
  528. /* Define to `uint32_t' if <sys/types.h> does not define. */
  529. #undef u_int32_t
  530. /* Define to `uint64_t' if <sys/types.h> does not define. */
  531. #undef u_int64_t
  532. /* Define to `uint8_t' if <sys/types.h> does not define. */
  533. #undef u_int8_t
  534. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  535. such a type exists and the standard includes do not define it. */
  536. #undef uint16_t
  537. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  538. such a type exists and the standard includes do not define it. */
  539. #undef uint32_t
  540. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  541. such a type exists and the standard includes do not define it. */
  542. #undef uint64_t
  543. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  544. such a type exists and the standard includes do not define it. */
  545. #undef uint8_t
  546. /* Define as `fork' if `vfork' does not work. */
  547. #undef vfork