Annotation of embedaddon/iftop/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
                      3: /* 7-argument gethostbyaddr_r returns struct hostent* */
                      4: #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
                      5: 
                      6: /* 8-argument gethostbyaddr_r returns int */
                      7: #undef GETHOSTBYADDR_R_RETURNS_INT
                      8: 
                      9: /* C99 fixed-width int types available */
                     10: #undef HAVE_C99_INTS
                     11: 
                     12: /* Are we running on a STREAMS system with DLPI? */
                     13: #undef HAVE_DLPI
                     14: 
                     15: /* Define to 1 if you have the `inet_aton' function. */
                     16: #undef HAVE_INET_ATON
                     17: 
                     18: /* Define to 1 if you have the `inet_pton' function. */
                     19: #undef HAVE_INET_PTON
                     20: 
                     21: /* Define to 1 if you have the <inttypes.h> header file. */
                     22: #undef HAVE_INTTYPES_H
                     23: 
                     24: /* Define to 1 if you have the `nsl' library (-lnsl). */
                     25: #undef HAVE_LIBNSL
                     26: 
                     27: /* Define to 1 if you have the `pcap' library (-lpcap). */
                     28: #undef HAVE_LIBPCAP
                     29: 
                     30: /* Define to 1 if you have the <memory.h> header file. */
                     31: #undef HAVE_MEMORY_H
                     32: 
                     33: /* Define to 1 if you have the <pcap.h> header file. */
                     34: #undef HAVE_PCAP_H
                     35: 
                     36: /* Define to 1 if you have the <pcap/pcap.h> header file. */
                     37: #undef HAVE_PCAP_PCAP_H
                     38: 
                     39: /* Define to 1 if you have the `regcomp' function. */
                     40: #undef HAVE_REGCOMP
                     41: 
                     42: /* Define to 1 if you have the `select' function. */
                     43: #undef HAVE_SELECT
                     44: 
                     45: /* Define to 1 if you have the <stdint.h> header file. */
                     46: #undef HAVE_STDINT_H
                     47: 
                     48: /* Define to 1 if you have the <stdlib.h> header file. */
                     49: #undef HAVE_STDLIB_H
                     50: 
                     51: /* Define to 1 if you have the `strdup' function. */
                     52: #undef HAVE_STRDUP
                     53: 
                     54: /* Define to 1 if you have the `strerror' function. */
                     55: #undef HAVE_STRERROR
                     56: 
                     57: /* Define to 1 if you have the <strings.h> header file. */
                     58: #undef HAVE_STRINGS_H
                     59: 
                     60: /* Define to 1 if you have the <string.h> header file. */
                     61: #undef HAVE_STRING_H
                     62: 
                     63: /* Define to 1 if you have the `strspn' function. */
                     64: #undef HAVE_STRSPN
                     65: 
                     66: /* Define to 1 if you have the <sys/inttypes.h> header file. */
                     67: #undef HAVE_SYS_INTTYPES_H
                     68: 
                     69: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                     70: #undef HAVE_SYS_IOCTL_H
                     71: 
                     72: /* Define to 1 if you have the <sys/sockio.h> header file. */
                     73: #undef HAVE_SYS_SOCKIO_H
                     74: 
                     75: /* Define to 1 if you have the <sys/stat.h> header file. */
                     76: #undef HAVE_SYS_STAT_H
                     77: 
                     78: /* Define to 1 if you have the <sys/time.h> header file. */
                     79: #undef HAVE_SYS_TIME_H
                     80: 
                     81: /* Define to 1 if you have the <sys/types.h> header file. */
                     82: #undef HAVE_SYS_TYPES_H
                     83: 
                     84: /* Define to 1 if you have the <unistd.h> header file. */
                     85: #undef HAVE_UNISTD_H
                     86: 
                     87: /* The iftop version number */
                     88: #undef IFTOP_VERSION
                     89: 
                     90: /* Enable default promiscuous mode to capture outgoing packets */
                     91: #undef NEED_PROMISCUOUS_FOR_OUTGOING
                     92: 
                     93: /* Name of package */
                     94: #undef PACKAGE
                     95: 
                     96: /* Define to the address where bug reports for this package should be sent. */
                     97: #undef PACKAGE_BUGREPORT
                     98: 
                     99: /* Define to the full name of this package. */
                    100: #undef PACKAGE_NAME
                    101: 
                    102: /* Define to the full name and version of this package. */
                    103: #undef PACKAGE_STRING
                    104: 
                    105: /* Define to the one symbol short name of this package. */
                    106: #undef PACKAGE_TARNAME
                    107: 
                    108: /* Define to the version of this package. */
                    109: #undef PACKAGE_VERSION
                    110: 
                    111: /* The size of a `unsigned int', as computed by sizeof. */
                    112: #undef SIZEOF_UNSIGNED_INT
                    113: 
                    114: /* The size of a `unsigned long int', as computed by sizeof. */
                    115: #undef SIZEOF_UNSIGNED_LONG_INT
                    116: 
                    117: /* The size of a `unsigned short int', as computed by sizeof. */
                    118: #undef SIZEOF_UNSIGNED_SHORT_INT
                    119: 
                    120: /* size of u_int16_t */
                    121: #undef SIZEOF_U_INT16_T
                    122: 
                    123: /* size of u_int32_t */
                    124: #undef SIZEOF_U_INT32_T
                    125: 
                    126: /* size of u_int8_t */
                    127: #undef SIZEOF_U_INT8_T
                    128: 
                    129: /* Define to 1 if you have the ANSI C header files. */
                    130: #undef STDC_HEADERS
                    131: 
                    132: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    133: #undef TIME_WITH_SYS_TIME
                    134: 
                    135: /* use ARES for name resolution */
                    136: #undef USE_ARES
                    137: 
                    138: /* use a REALLY SUCKY forking resolver for name resolution */
                    139: #undef USE_FORKING_RESOLVER
                    140: 
                    141: /* use gethostbyaddr for name resolution */
                    142: #undef USE_GETHOSTBYADDR
                    143: 
                    144: /* use gethostbyaddr_r for name resolution */
                    145: #undef USE_GETHOSTBYADDR_R
                    146: 
                    147: /* use getnameinfo for name resolution */
                    148: #undef USE_GETNAMEINFO
                    149: 
                    150: /* Version number of package */
                    151: #undef VERSION
                    152: 
                    153: /* Define to empty if `const' does not conform to ANSI C. */
                    154: #undef const
                    155: 
                    156: /* Define to `unsigned' if <sys/types.h> does not define. */
                    157: #undef size_t

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>