123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- /* src/config.h.in. Generated from configure.ac by autoheader. */
- /* Define if building universal (internal helper macro) */
- #undef AC_APPLE_UNIVERSAL_BUILD
- /* What version of autogen is installed on this system */
- #undef AUTOGEN_VERSION
- /* Enable debuging code and support for the -d option */
- #undef DEBUG
- /* Enable dmalloc function arg checking */
- #undef DMALLOC_FUNC_CHECK
- /* Enable Electric Fence memory debugger */
- #undef EFENCE
- /* Use 64bit packet counters */
- #undef ENABLE_64BITS
- /* Enable dmalloc */
- #undef ENABLE_DMALLOC
- /* Enable dynamically linking libs */
- #undef ENABLE_DYNAMIC_LINK
- /* Enable fragroute module */
- #undef ENABLE_FRAGROUTE
- /* Enable use of pcap_findalldevs() */
- #undef ENABLE_PCAP_FINDALLDEVS
- /* Compile tcpbridge */
- #undef ENABLE_TCPBRIDGE
- /* Do we have tcpdump and pcap_dump_fopen()? */
- #undef ENABLE_VERBOSE
- /* fopen(3) accepts a 'b' in the mode flag */
- #undef FOPEN_BINARY_FLAG
- /* fopen(3) accepts a 't' in the mode flag */
- #undef FOPEN_TEXT_FLAG
- /* Are we strictly aligned? */
- #undef FORCE_ALIGN
- /* Force using BPF for sending packet */
- #undef FORCE_INJECT_BPF
- /* Force using libdnet for sending packets */
- #undef FORCE_INJECT_LIBDNET
- /* Force using libpcap's pcap_inject() for sending packets */
- #undef FORCE_INJECT_PCAP_INJECT
- /* Force using libpcap's pcap_sendpacket() for sending packets */
- #undef FORCE_INJECT_PCAP_SENDPACKET
- /* Force using Linux's PF_PACKET for sending packets */
- #undef FORCE_INJECT_PF
- /* Enable GNU Profiler */
- #undef GPROF
- /* Have OS X UpTime()/AbsoluteTime high-precision timing */
- #undef HAVE_ABSOLUTE_TIME
- /* Define to 1 if you have the <arpa/inet.h> header file. */
- #undef HAVE_ARPA_INET_H
- /* Do we have BPF device support? */
- #undef HAVE_BPF
- /* Define to 1 if you have the `canonicalize_file_name' function. */
- #undef HAVE_CANONICALIZE_FILE_NAME
- /* Define to 1 if you have the `ctime' function. */
- #undef HAVE_CTIME
- /* Building Apple/Darwin */
- #undef HAVE_DARWIN
- /* Define this if /dev/zero is readable device */
- #undef HAVE_DEV_ZERO
- /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
- #undef HAVE_DIRENT_H
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Does pcap.h include a header with DLT_C_HDLC? */
- #undef HAVE_DLT_C_HDLC
- /* Does pcap.h include a header with DLT_LINUX_SLL? */
- #undef HAVE_DLT_LINUX_SLL
- /* Does libpcap have pcap_datalink_val_to_description? */
- #undef HAVE_DLT_VAL_TO_DESC
- /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
- #undef HAVE_DOPRNT
- /* Define to 1 if you have the <errno.h> header file. */
- #undef HAVE_ERRNO_H
- /* Define to 1 if you have the <fcntl.h> header file. */
- #undef HAVE_FCNTL_H
- /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
- #undef HAVE_FSEEKO
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Do we have inet_addr? */
- #undef HAVE_INET_ADDR
- /* Do we have inet_aton? */
- #undef HAVE_INET_ATON
- /* Do we have inet_ntop? */
- #undef HAVE_INET_NTOP
- /* Do we have inet_pton? */
- #undef HAVE_INET_PTON
- /* Define to 1 if the system has the type `int16_t'. */
- #undef HAVE_INT16_T
- /* Define to 1 if the system has the type `int32_t'. */
- #undef HAVE_INT32_T
- /* Define to 1 if the system has the type `int8_t'. */
- #undef HAVE_INT8_T
- /* Define to 1 if the system has the type `intptr_t'. */
- #undef HAVE_INTPTR_T
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Do we have libdnet? */
- #undef HAVE_LIBDNET
- /* Define to 1 if you have the `gen' library (-lgen). */
- #undef HAVE_LIBGEN
- /* Define to 1 if you have the <libgen.h> header file. */
- #undef HAVE_LIBGEN_H
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `resolv' library (-lresolv). */
- #undef HAVE_LIBRESOLV
- /* Define to 1 if you have the `rt' library (-lrt). */
- #undef HAVE_LIBRT
- /* Define to 1 if you have the `socket' library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define to 1 if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
- /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
- #undef HAVE_MALLOC
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `memset' function. */
- #undef HAVE_MEMSET
- /* Define to 1 if you have the `mmap' function. */
- #undef HAVE_MMAP
- /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
- #undef HAVE_NDIR_H
- /* Define to 1 if you have the <netinet/in.h> header file. */
- #undef HAVE_NETINET_IN_H
- /* Define to 1 if you have the <net/route.h> header file. */
- #undef HAVE_NET_ROUTE_H
- /* Define to 1 if you have the `ntohll' function. */
- #undef HAVE_NTOHLL
- /* Define this if pathfind(3) works */
- #undef HAVE_PATHFIND
- /* Do we have libpcapnav? */
- #undef HAVE_PCAPNAV
- /* Does libpcap have pcap_breakloop? */
- #undef HAVE_PCAP_BREAKLOOP
- /* Does libpcap have pcap_dump_fopen? */
- #undef HAVE_PCAP_DUMP_FOPEN
- /* Does libpcap have pcap_get_selectable_fd? */
- #undef HAVE_PCAP_GET_SELECTABLE_FD
- /* Does libpcap have pcap_inject? */
- #undef HAVE_PCAP_INJECT
- /* Does libpcap have pcap_sendpacket? */
- #undef HAVE_PCAP_SENDPACKET
- /* Does libpcap have pcap_setnonblock? */
- #undef HAVE_PCAP_SETNONBLOCK
- /* Does libpcap have pcap_snapshot? */
- #undef HAVE_PCAP_SNAPSHOT
- /* Does libpcap have pcap_version[] */
- #undef HAVE_PCAP_VERSION
- /* Do we have Linux PF_PACKET socket support? */
- #undef HAVE_PF_PACKET
- /* Define to 1 if the system has the type `pid_t'. */
- #undef HAVE_PID_T
- /* Define to 1 if you have the `poll' function. */
- #undef HAVE_POLL
- /* Define to 1 if you have the <poll.h> header file. */
- #undef HAVE_POLL_H
- /* Define this if we have a functional realpath(3C) */
- #undef HAVE_REALPATH
- /* Define to 1 if you have the `regcomp' function. */
- #undef HAVE_REGCOMP
- /* Define to 1 if you have the <runetype.h> header file. */
- #undef HAVE_RUNETYPE_H
- /* Define to 1 if you have the <setjmp.h> header file. */
- #undef HAVE_SETJMP_H
- /* Define to 1 if you have the <signal.h> header file. */
- #undef HAVE_SIGNAL_H
- /* Define to 1 if the system has the type `size_t'. */
- #undef HAVE_SIZE_T
- /* Define to 1 if you have the `snprintf' function. */
- #undef HAVE_SNPRINTF
- /* Define to 1 if you have the <stdarg.h> header file. */
- #undef HAVE_STDARG_H
- /* Define to 1 if you have the <stddef.h> header file. */
- #undef HAVE_STDDEF_H
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the `strchr' function. */
- #undef HAVE_STRCHR
- /* Define to 1 if you have the `strdup' function. */
- #undef HAVE_STRDUP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* Define this if strftime() works */
- #undef HAVE_STRFTIME
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the `strlcpy' function. */
- #undef HAVE_STRLCPY
- /* Define to 1 if you have the `strncpy' function. */
- #undef HAVE_STRNCPY
- /* Define to 1 if you have the `strrchr' function. */
- #undef HAVE_STRRCHR
- /* Define to 1 if you have the `strsignal' function. */
- #undef HAVE_STRSIGNAL
- /* Define to 1 if you have the `strtol' function. */
- #undef HAVE_STRTOL
- /* Define to 1 if you have the `strtoull' function. */
- #undef HAVE_STRTOULL
- /* Define to 1 if `tv_sec' is a member of `struct timeval'. */
- #undef HAVE_STRUCT_TIMEVAL_TV_SEC
- /* Define to 1 if you have the <sysexits.h> header file. */
- #undef HAVE_SYSEXITS_H
- /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_DIR_H
- /* Define to 1 if you have the <sys/limits.h> header file. */
- #undef HAVE_SYS_LIMITS_H
- /* Define to 1 if you have the <sys/mman.h> header file. */
- #undef HAVE_SYS_MMAN_H
- /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_NDIR_H
- /* Define to 1 if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define to 1 if you have the <sys/poll.h> header file. */
- #undef HAVE_SYS_POLL_H
- /* Define to 1 if you have the <sys/procset.h> header file. */
- #undef HAVE_SYS_PROCSET_H
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define to 1 if you have the <sys/socket.h> header file. */
- #undef HAVE_SYS_SOCKET_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/stropts.h> header file. */
- #undef HAVE_SYS_STROPTS_H
- /* Define to 1 if you have the <sys/sysctl.h> header file. */
- #undef HAVE_SYS_SYSCTL_H
- /* Define to 1 if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <sys/un.h> header file. */
- #undef HAVE_SYS_UN_H
- /* Define to 1 if you have the <sys/wait.h> header file. */
- #undef HAVE_SYS_WAIT_H
- /* Do we have tcpdump? */
- #undef HAVE_TCPDUMP
- /* Define to 1 if the system has the type `uint16_t'. */
- #undef HAVE_UINT16_T
- /* Define to 1 if the system has the type `uint32_t'. */
- #undef HAVE_UINT32_T
- /* Define to 1 if the system has the type `uint8_t'. */
- #undef HAVE_UINT8_T
- /* Define to 1 if the system has the type `uintptr_t'. */
- #undef HAVE_UINTPTR_T
- /* Define to 1 if the system has the type `uint_t'. */
- #undef HAVE_UINT_T
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define to 1 if you have the <utime.h> header file. */
- #undef HAVE_UTIME_H
- /* Define to 1 if you have the <values.h> header file. */
- #undef HAVE_VALUES_H
- /* Define to 1 if you have the <varargs.h> header file. */
- #undef HAVE_VARARGS_H
- /* Define to 1 if you have the `vprintf' function. */
- #undef HAVE_VPRINTF
- /* Define to 1 if you have the `vsnprintf' function. */
- #undef HAVE_VSNPRINTF
- /* Define to 1 if you have the <wchar.h> header file. */
- #undef HAVE_WCHAR_H
- /* Define to 1 if the system has the type `wchar_t'. */
- #undef HAVE_WCHAR_T
- /* Windows/Cygwin */
- #undef HAVE_WIN32
- /* Do we have WinPcap? */
- #undef HAVE_WINPCAP
- /* Define to 1 if the system has the type `wint_t'. */
- #undef HAVE_WINT_T
- /* What is the path (if any) to the libpcap bpf header file? */
- #undef INCLUDE_PCAP_BPF_HEADER
- /* Version of libdnet */
- #undef LIBDNET_VERSION
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
- #undef LT_OBJDIR
- /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
- */
- #undef MAJOR_IN_MKDEV
- /* Define to 1 if `major', `minor', and `makedev' are declared in
- <sysmacros.h>. */
- #undef MAJOR_IN_SYSMACROS
- /* Define to 1 if your C compiler doesn't accept -c and -o together. */
- #undef NO_MINUS_C_MINUS_O
- /* Define this if optional arguments are disallowed */
- #undef NO_OPTIONAL_OPT_ARGS
- /* This is our package name */
- #undef PACKAGE
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the home page for this package. */
- #undef PACKAGE_URL
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* libpcapnav's version? */
- #undef PCAPNAV_VERSION
- /* name of regex header file */
- #undef REGEX_HEADER
- /* Define as the return type of signal handlers (`int' or `void'). */
- #undef RETSIGTYPE
- /* The size of `char*', as computed by sizeof. */
- #undef SIZEOF_CHARP
- /* The size of `int', as computed by sizeof. */
- #undef SIZEOF_INT
- /* The size of `long', as computed by sizeof. */
- #undef SIZEOF_LONG
- /* The size of `short', as computed by sizeof. */
- #undef SIZEOF_SHORT
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* The tcpdump binary initially used */
- #undef TCPDUMP_BINARY
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* What is our version? */
- #undef VERSION
- /* Define if using the dmalloc debugging malloc package */
- #undef WITH_DMALLOC
- /* Define this if a working libregex can be found */
- #undef WITH_LIBREGEX
- /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- # undef WORDS_BIGENDIAN
- # endif
- #endif
- /* Number of bits in a file offset, on hosts where this is settable. */
- #undef _FILE_OFFSET_BITS
- /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
- #undef _LARGEFILE_SOURCE
- /* Define for large files, on AIX-style hosts. */
- #undef _LARGE_FILES
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* Define to rpl_malloc if the replacement function should be used. */
- #undef malloc
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
- /* Define to `uint16_t' if <sys/types.h> does not define. */
- #undef u_int16_t
- /* Define to `uint32_t' if <sys/types.h> does not define. */
- #undef u_int32_t
- /* Define to `uint64_t' if <sys/types.h> does not define. */
- #undef u_int64_t
- /* Define to `uint8_t' if <sys/types.h> does not define. */
- #undef u_int8_t
|