123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* 7-argument gethostbyaddr_r returns struct hostent* */
- #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
- /* 8-argument gethostbyaddr_r returns int */
- #undef GETHOSTBYADDR_R_RETURNS_INT
- /* C99 fixed-width int types available */
- #undef HAVE_C99_INTS
- /* Are we running on a STREAMS system with DLPI? */
- #undef HAVE_DLPI
- /* Define to 1 if you have the `inet_aton' function. */
- #undef HAVE_INET_ATON
- /* Define to 1 if you have the `inet_pton' function. */
- #undef HAVE_INET_PTON
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `pcap' library (-lpcap). */
- #undef HAVE_LIBPCAP
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the <pcap.h> header file. */
- #undef HAVE_PCAP_H
- /* Define to 1 if you have the <pcap/pcap.h> header file. */
- #undef HAVE_PCAP_PCAP_H
- /* Define to 1 if you have the `regcomp' function. */
- #undef HAVE_REGCOMP
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the <sgtty.h> header file. */
- #undef HAVE_SGTTY_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 `strdup' function. */
- #undef HAVE_STRDUP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* 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 `strspn' function. */
- #undef HAVE_STRSPN
- /* Define to 1 if you have the <sys/inttypes.h> header file. */
- #undef HAVE_SYS_INTTYPES_H
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define to 1 if you have the <sys/sockio.h> header file. */
- #undef HAVE_SYS_SOCKIO_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/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 <termios.h> header file. */
- #undef HAVE_TERMIOS_H
- /* Define to 1 if you have the <termio.h> header file. */
- #undef HAVE_TERMIO_H
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Enable default promiscuous mode to capture outgoing packets */
- #undef NEED_PROMISCUOUS_FOR_OUTGOING
- /* Name of package */
- #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
- /* The size of `unsigned int', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_INT
- /* The size of `unsigned long int', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_LONG_INT
- /* The size of `unsigned short int', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_SHORT_INT
- /* size of u_int16_t */
- #undef SIZEOF_U_INT16_T
- /* size of u_int32_t */
- #undef SIZEOF_U_INT32_T
- /* size of u_int8_t */
- #undef SIZEOF_U_INT8_T
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* use ARES for name resolution */
- #undef USE_ARES
- /* use a REALLY SUCKY forking resolver for name resolution */
- #undef USE_FORKING_RESOLVER
- /* use gethostbyaddr for name resolution */
- #undef USE_GETHOSTBYADDR
- /* use gethostbyaddr_r for name resolution */
- #undef USE_GETHOSTBYADDR_R
- /* use getnameinfo for name resolution */
- #undef USE_GETNAMEINFO
- /* Version number of package */
- #undef VERSION
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
|