/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in 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. */ #define HAVE_INET_ATON 1 /* Define to 1 if you have the `inet_pton' function. */ #define HAVE_INET_PTON 1 /* Define to 1 if you have the 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). */ #define HAVE_LIBPCAP 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_PCAP_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_PCAP_PCAP_H */ /* Define to 1 if you have the `regcomp' function. */ #define HAVE_REGCOMP 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strspn' function. */ #define HAVE_STRSPN 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_INTTYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKIO_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* The iftop version number */ #define IFTOP_VERSION "0.17" /* Enable default promiscuous mode to capture outgoing packets */ /* #undef NEED_PROMISCUOUS_FOR_OUTGOING */ /* Name of package */ #define PACKAGE "iftop" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* The size of a `unsigned int', as computed by sizeof. */ /* #undef SIZEOF_UNSIGNED_INT */ /* The size of a `unsigned long int', as computed by sizeof. */ /* #undef SIZEOF_UNSIGNED_LONG_INT */ /* The size of a `unsigned short int', as computed by sizeof. */ /* #undef SIZEOF_UNSIGNED_SHORT_INT */ /* size of u_int16_t */ #define SIZEOF_U_INT16_T 2 /* size of u_int32_t */ #define SIZEOF_U_INT32_T 4 /* size of u_int8_t */ #define SIZEOF_U_INT8_T 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ /* #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 */ #define USE_GETHOSTBYADDR 1 /* use gethostbyaddr_r for name resolution */ /* #undef USE_GETHOSTBYADDR_R */ /* use getnameinfo for name resolution */ /* #undef USE_GETNAMEINFO */ /* Version number of package */ #define VERSION "0.17" /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `unsigned' if does not define. */ #define size_t unsigned