config.h.in 20 KB

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