config.h.in 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. /* src/config.h.in. Generated from configure.in by autoheader. */
  2. /* Enable debuggin 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. /* fopen(3) accepts a 'b' in the mode flag */
  11. #undef FOPEN_BINARY_FLAG
  12. /* fopen(3) accepts a 't' in the mode flag */
  13. #undef FOPEN_TEXT_FLAG
  14. /* Are we strictly aligned? */
  15. #undef FORCE_ALIGN
  16. /* Enable GNU Profiler */
  17. #undef GPROF
  18. /* Define to 1 if you have the <arpa/inet.h> header file. */
  19. #undef HAVE_ARPA_INET_H
  20. /* Define to 1 if you have the `ctime' function. */
  21. #undef HAVE_CTIME
  22. /* Define to 1 if you have the <dirent.h> header file. */
  23. #undef HAVE_DIRENT_H
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. #undef HAVE_DLFCN_H
  26. /* Does pcap.h include a header with DLT_C_HDLC? */
  27. #undef HAVE_DLT_C_HDLC
  28. /* Does pcap.h include a header with DLT_LINUX_SLL? */
  29. #undef HAVE_DLT_LINUX_SLL
  30. /* Does libpcap have dlt_val_to_desc? */
  31. #undef HAVE_DLT_VAL_TO_DESC
  32. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  33. #undef HAVE_DOPRNT
  34. /* Define to 1 if you have the <errno.h> header file. */
  35. #undef HAVE_ERRNO_H
  36. /* Define to 1 if you have the <fcntl.h> header file. */
  37. #undef HAVE_FCNTL_H
  38. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  39. #undef HAVE_FSEEKO
  40. /* Define to 1 if you have the `gettimeofday' function. */
  41. #undef HAVE_GETTIMEOFDAY
  42. /* Define to 1 if you have the <inttypes.h> header file. */
  43. #undef HAVE_INTTYPES_H
  44. /* Define to 1 if you have the `gen' library (-lgen). */
  45. #undef HAVE_LIBGEN
  46. /* Define to 1 if you have the <libgen.h> header file. */
  47. #undef HAVE_LIBGEN_H
  48. /* Do we have libnids? */
  49. #undef HAVE_LIBNIDS
  50. /* Define to 1 if you have the `nsl' library (-lnsl). */
  51. #undef HAVE_LIBNSL
  52. /* Define to 1 if you have the `rt' library (-lrt). */
  53. #undef HAVE_LIBRT
  54. /* Define to 1 if you have the `socket' library (-lsocket). */
  55. #undef HAVE_LIBSOCKET
  56. /* Define to 1 if you have the <limits.h> header file. */
  57. #undef HAVE_LIMITS_H
  58. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  59. to 0 otherwise. */
  60. #undef HAVE_MALLOC
  61. /* Define to 1 if you have the <memory.h> header file. */
  62. #undef HAVE_MEMORY_H
  63. /* Define to 1 if you have the `memset' function. */
  64. #undef HAVE_MEMSET
  65. /* Define to 1 if you have the `mmap' function. */
  66. #undef HAVE_MMAP
  67. /* Define to 1 if you have the <ndir.h> header file. */
  68. #undef HAVE_NDIR_H
  69. /* Define to 1 if you have the <netinet/in.h> header file. */
  70. #undef HAVE_NETINET_IN_H
  71. /* Define to 1 if you have the `ntohll' function. */
  72. #undef HAVE_NTOHLL
  73. /* Define this if pathfind(3) works */
  74. #undef HAVE_PATHFIND
  75. /* Do we have libpcapnav? */
  76. #undef HAVE_PCAPNAV
  77. /* Define to 1 if you have the `poll' function. */
  78. #undef HAVE_POLL
  79. /* Define to 1 if you have the <poll.h> header file. */
  80. #undef HAVE_POLL_H
  81. /* Define to 1 if you have the `regcomp' function. */
  82. #undef HAVE_REGCOMP
  83. /* Define to 1 if you have the <setjmp.h> header file. */
  84. #undef HAVE_SETJMP_H
  85. /* Define to 1 if you have the <signal.h> header file. */
  86. #undef HAVE_SIGNAL_H
  87. /* Define to 1 if you have the <stdarg.h> header file. */
  88. #undef HAVE_STDARG_H
  89. /* Define to 1 if you have the <stddef.h> header file. */
  90. #undef HAVE_STDDEF_H
  91. /* Define to 1 if you have the <stdint.h> header file. */
  92. #undef HAVE_STDINT_H
  93. /* Define to 1 if you have the <stdlib.h> header file. */
  94. #undef HAVE_STDLIB_H
  95. /* Define to 1 if you have the `strdup' function. */
  96. #undef HAVE_STRDUP
  97. /* Define to 1 if you have the `strerror' function. */
  98. #undef HAVE_STRERROR
  99. /* Define this if strftime() works */
  100. #undef HAVE_STRFTIME
  101. /* Define to 1 if you have the <strings.h> header file. */
  102. #undef HAVE_STRINGS_H
  103. /* Define to 1 if you have the <string.h> header file. */
  104. #undef HAVE_STRING_H
  105. /* Define to 1 if you have the `strlcpy' function. */
  106. #undef HAVE_STRLCPY
  107. /* Define to 1 if you have the `strncpy' function. */
  108. #undef HAVE_STRNCPY
  109. /* Define to 1 if you have the `strtol' function. */
  110. #undef HAVE_STRTOL
  111. /* Define to 1 if you have the `strtoull' function. */
  112. #undef HAVE_STRTOULL
  113. /* Define to 1 if `tv_sec' is member of `struct timeval'. */
  114. #undef HAVE_STRUCT_TIMEVAL_TV_SEC
  115. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  116. */
  117. #undef HAVE_SYS_DIR_H
  118. /* Define to 1 if you have the <sys/limits.h> header file. */
  119. #undef HAVE_SYS_LIMITS_H
  120. /* Define to 1 if you have the <sys/mman.h> header file. */
  121. #undef HAVE_SYS_MMAN_H
  122. /* Define to 1 if you have the <sys/ndir.h> header file. */
  123. #undef HAVE_SYS_NDIR_H
  124. /* Define to 1 if you have the <sys/param.h> header file. */
  125. #undef HAVE_SYS_PARAM_H
  126. /* Define to 1 if you have the <sys/poll.h> header file. */
  127. #undef HAVE_SYS_POLL_H
  128. /* Define to 1 if you have the <sys/procset.h> header file. */
  129. #undef HAVE_SYS_PROCSET_H
  130. /* Define to 1 if you have the <sys/select.h> header file. */
  131. #undef HAVE_SYS_SELECT_H
  132. /* Define to 1 if you have the <sys/socket.h> header file. */
  133. #undef HAVE_SYS_SOCKET_H
  134. /* Define to 1 if you have the <sys/stat.h> header file. */
  135. #undef HAVE_SYS_STAT_H
  136. /* Define to 1 if you have the <sys/stropts.h> header file. */
  137. #undef HAVE_SYS_STROPTS_H
  138. /* Define to 1 if you have the <sys/time.h> header file. */
  139. #undef HAVE_SYS_TIME_H
  140. /* Define to 1 if you have the <sys/types.h> header file. */
  141. #undef HAVE_SYS_TYPES_H
  142. /* Define to 1 if you have the <sys/un.h> header file. */
  143. #undef HAVE_SYS_UN_H
  144. /* Define to 1 if you have the <sys/wait.h> header file. */
  145. #undef HAVE_SYS_WAIT_H
  146. /* Do we have tcpdump? */
  147. #undef HAVE_TCPDUMP
  148. /* Define to 1 if you have the <unistd.h> header file. */
  149. #undef HAVE_UNISTD_H
  150. /* Define to 1 if you have the <values.h> header file. */
  151. #undef HAVE_VALUES_H
  152. /* Define to 1 if you have the <varargs.h> header file. */
  153. #undef HAVE_VARARGS_H
  154. /* Define to 1 if you have the `vprintf' function. */
  155. #undef HAVE_VPRINTF
  156. /* What is the path (if any) to the pcap-bpf.h header? */
  157. #undef INCLUDE_PCAP_BPF_HEADER
  158. /* Do we have inet_addr? */
  159. #undef INET_ADDR
  160. /* Do we have inet_aton? */
  161. #undef INET_ATON
  162. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  163. */
  164. #undef MAJOR_IN_MKDEV
  165. /* Define to 1 if `major', `minor', and `makedev' are declared in
  166. <sysmacros.h>. */
  167. #undef MAJOR_IN_SYSMACROS
  168. /* This is our package name */
  169. #undef PACKAGE
  170. /* Define to the address where bug reports for this package should be sent. */
  171. #undef PACKAGE_BUGREPORT
  172. /* Define to the full name of this package. */
  173. #undef PACKAGE_NAME
  174. /* Define to the full name and version of this package. */
  175. #undef PACKAGE_STRING
  176. /* Define to the one symbol short name of this package. */
  177. #undef PACKAGE_TARNAME
  178. /* Define to the version of this package. */
  179. #undef PACKAGE_VERSION
  180. /* libpcapnav's version? */
  181. #undef PCAPNAV_VERSION
  182. /* name of regex header file */
  183. #undef REGEX_HEADER
  184. /* Define as the return type of signal handlers (`int' or `void'). */
  185. #undef RETSIGTYPE
  186. /* Define to 1 if you have the ANSI C header files. */
  187. #undef STDC_HEADERS
  188. /* The tcpdump binary initially used */
  189. #undef TCPDUMP_BINARY
  190. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  191. #undef TIME_WITH_SYS_TIME
  192. /* What is our version? */
  193. #undef VERSION
  194. /* Define if using the dmalloc debugging malloc package */
  195. #undef WITH_DMALLOC
  196. /* Define to 1 if your processor stores words with the most significant byte
  197. first (like Motorola and SPARC, unlike Intel and VAX). */
  198. #undef WORDS_BIGENDIAN
  199. /* Number of bits in a file offset, on hosts where this is settable. */
  200. #undef _FILE_OFFSET_BITS
  201. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  202. #undef _LARGEFILE_SOURCE
  203. /* Define for large files, on AIX-style hosts. */
  204. #undef _LARGE_FILES
  205. /* Define to empty if `const' does not conform to ANSI C. */
  206. #undef const
  207. /* Define to `__inline__' or `__inline' if that's what the C compiler
  208. calls it, or to nothing if 'inline' is not supported under any name. */
  209. #ifndef __cplusplus
  210. #undef inline
  211. #endif
  212. /* Define to rpl_malloc if the replacement function should be used. */
  213. #undef malloc
  214. /* Define to `unsigned' if <sys/types.h> does not define. */
  215. #undef size_t
  216. /* Define to `uint16_t' if <sys/types.h> does not define. */
  217. #undef u_int16_t
  218. /* Define to `uint32_t' if <sys/types.h> does not define. */
  219. #undef u_int32_t
  220. /* Define to `uint64_t' if <sys/types.h> does not define. */
  221. #undef u_int64_t
  222. /* Define to `uint8_t' if <sys/types.h> does not define. */
  223. #undef u_int8_t