Annotation of embedaddon/libnet/include/config.h.in, revision 1.1.1.2

1.1       misho       1: /* include/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
1.1.1.2 ! misho       3: /* Define if building universal (internal helper macro) */
        !             4: #undef AC_APPLE_UNIVERSAL_BUILD
        !             5: 
        !             6: /* Define if /dev/dlpi is a directory. */
1.1       misho       7: #undef DLPI_DEV_PREFIX
1.1.1.2 ! misho       8: 
        !             9: /* Define if /dev/dlpi is available. */
1.1       misho      10: #undef HAVE_DEV_DLPI
1.1.1.2 ! misho      11: 
        !            12: /* Define to 1 if you have the <dlfcn.h> header file. */
        !            13: #undef HAVE_DLFCN_H
        !            14: 
        !            15: /* Define if the <sys/dlpi.h> header exists. */
1.1       misho      16: #undef HAVE_DLPI
                     17: 
1.1.1.2 ! misho      18: /* Define to 1 if you have the `gethostbyname2' function. */
        !            19: #undef HAVE_GETHOSTBYNAME2
1.1       misho      20: 
1.1.1.2 ! misho      21: /* Define to 1 if you have the `getifaddrs' function. */
        !            22: #undef HAVE_GETIFADDRS
        !            23: 
        !            24: /* Define if we are building on HP/UX. */
        !            25: #undef HAVE_HPUX11
1.1       misho      26: 
                     27: /* Define to 1 if you have the <inttypes.h> header file. */
                     28: #undef HAVE_INTTYPES_H
                     29: 
                     30: /* Define to 1 if you have the `nsl' library (-lnsl). */
                     31: #undef HAVE_LIBNSL
                     32: 
                     33: /* Define to 1 if you have the `packet' library (-lpacket). */
                     34: #undef HAVE_LIBPACKET
                     35: 
1.1.1.2 ! misho      36: /* Define to 1 if you have the `resolv' library (-lresolv). */
        !            37: #undef HAVE_LIBRESOLV
        !            38: 
1.1       misho      39: /* Define to 1 if you have the `socket' library (-lsocket). */
                     40: #undef HAVE_LIBSOCKET
                     41: 
                     42: /* Define to 1 if you have the `wpcap' library (-lwpcap). */
                     43: #undef HAVE_LIBWPCAP
                     44: 
                     45: /* Define if you have the Linux /proc filesystem. */
                     46: #undef HAVE_LINUX_PROCFS
                     47: 
1.1.1.2 ! misho      48: /* Define to 1 if you have the <linux/socket.h> header file. */
        !            49: #undef HAVE_LINUX_SOCKET_H
        !            50: 
1.1       misho      51: /* Define to 1 if you have the <memory.h> header file. */
                     52: #undef HAVE_MEMORY_H
                     53: 
                     54: /* Define to 1 if you have the <net/ethernet.h> header file. */
                     55: #undef HAVE_NET_ETHERNET_H
                     56: 
1.1.1.2 ! misho      57: /* Define to 1 if you have the <net/pfilt.h> header file. */
        !            58: #undef HAVE_NET_PFILT_H
        !            59: 
        !            60: /* Define to 1 if you have the <net/raw.h> header file. */
        !            61: #undef HAVE_NET_RAW_H
        !            62: 
        !            63: /* Define if we're running on a Linux system with PF_PACKET sockets. */
        !            64: #undef HAVE_PACKET_SOCKET
        !            65: 
        !            66: /* Define if the sockaddr structure includes a sa_len member. */
        !            67: #undef HAVE_SOCKADDR_SA_LEN
        !            68: 
        !            69: /* Define if we are running on Solaris. */
        !            70: #undef HAVE_SOLARIS
        !            71: 
        !            72: /* Define if our version of Solaris supports IPv6. */
        !            73: #undef HAVE_SOLARIS_IPV6
        !            74: 
1.1       misho      75: /* Define to 1 if you have the <stdint.h> header file. */
                     76: #undef HAVE_STDINT_H
                     77: 
                     78: /* Define to 1 if you have the <stdlib.h> header file. */
                     79: #undef HAVE_STDLIB_H
                     80: 
                     81: /* Define to 1 if you have the <strings.h> header file. */
                     82: #undef HAVE_STRINGS_H
                     83: 
                     84: /* Define to 1 if you have the <string.h> header file. */
                     85: #undef HAVE_STRING_H
                     86: 
                     87: /* Define to 1 if you have the <sys/bufmod.h> header file. */
                     88: #undef HAVE_SYS_BUFMOD_H
                     89: 
                     90: /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
                     91: #undef HAVE_SYS_DLPI_EXT_H
                     92: 
1.1.1.2 ! misho      93: /* Define to 1 if you have the <sys/dlpi.h> header file. */
        !            94: #undef HAVE_SYS_DLPI_H
        !            95: 
        !            96: /* Define to 1 if you have the <sys/net/nit.h> header file. */
        !            97: #undef HAVE_SYS_NET_NIT_H
        !            98: 
1.1       misho      99: /* Define to 1 if you have the <sys/sockio.h> header file. */
                    100: #undef HAVE_SYS_SOCKIO_H
                    101: 
                    102: /* Define to 1 if you have the <sys/stat.h> header file. */
                    103: #undef HAVE_SYS_STAT_H
                    104: 
                    105: /* Define to 1 if you have the <sys/types.h> header file. */
                    106: #undef HAVE_SYS_TYPES_H
                    107: 
                    108: /* Define to 1 if you have the <unistd.h> header file. */
                    109: #undef HAVE_UNISTD_H
                    110: 
1.1.1.2 ! misho     111: /* We are running on a big-endian machine. */
        !           112: #undef LIBNET_BIG_ENDIAN
        !           113: 
        !           114: /* Define if our build OS supports the BSD APIs */
        !           115: #undef LIBNET_BSDISH_OS
        !           116: 
        !           117: /* Define if libnet should byteswap data. */
        !           118: #undef LIBNET_BSD_BYTE_SWAP
        !           119: 
        !           120: /* We are running on a little-endian machine. */
        !           121: #undef LIBNET_LIL_ENDIAN
        !           122: 
        !           123: /* Define to the sub-directory in which libtool stores uninstalled libraries.
        !           124:    */
        !           125: #undef LT_OBJDIR
        !           126: 
        !           127: /* Define if snprintf() is unavailable on our system. */
        !           128: #undef NO_SNPRINTF
        !           129: 
1.1       misho     130: /* Name of package */
                    131: #undef PACKAGE
                    132: 
                    133: /* Define to the address where bug reports for this package should be sent. */
                    134: #undef PACKAGE_BUGREPORT
                    135: 
                    136: /* Define to the full name of this package. */
                    137: #undef PACKAGE_NAME
                    138: 
                    139: /* Define to the full name and version of this package. */
                    140: #undef PACKAGE_STRING
                    141: 
                    142: /* Define to the one symbol short name of this package. */
                    143: #undef PACKAGE_TARNAME
                    144: 
1.1.1.2 ! misho     145: /* Define to the home page for this package. */
        !           146: #undef PACKAGE_URL
        !           147: 
1.1       misho     148: /* Define to the version of this package. */
                    149: #undef PACKAGE_VERSION
                    150: 
                    151: /* Define to 1 if you have the ANSI C header files. */
                    152: #undef STDC_HEADERS
                    153: 
1.1.1.2 ! misho     154: /* Define if our version of Solaris has broken checksums. */
        !           155: #undef STUPID_SOLARIS_CHECKSUM_BUG
        !           156: 
        !           157: /* Enable extensions on AIX 3, Interix.  */
        !           158: #ifndef _ALL_SOURCE
        !           159: # undef _ALL_SOURCE
        !           160: #endif
        !           161: /* Enable GNU extensions on systems that have them.  */
        !           162: #ifndef _GNU_SOURCE
        !           163: # undef _GNU_SOURCE
        !           164: #endif
        !           165: /* Enable threading extensions on Solaris.  */
        !           166: #ifndef _POSIX_PTHREAD_SEMANTICS
        !           167: # undef _POSIX_PTHREAD_SEMANTICS
        !           168: #endif
        !           169: /* Enable extensions on HP NonStop.  */
        !           170: #ifndef _TANDEM_SOURCE
        !           171: # undef _TANDEM_SOURCE
        !           172: #endif
        !           173: /* Enable general extensions on Solaris.  */
        !           174: #ifndef __EXTENSIONS__
        !           175: # undef __EXTENSIONS__
        !           176: #endif
        !           177: 
        !           178: 
1.1       misho     179: /* Version number of package */
                    180: #undef VERSION
1.1.1.2 ! misho     181: 
        !           182: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
        !           183:    significant byte first (like Motorola and SPARC, unlike Intel). */
        !           184: #if defined AC_APPLE_UNIVERSAL_BUILD
        !           185: # if defined __BIG_ENDIAN__
        !           186: #  define WORDS_BIGENDIAN 1
        !           187: # endif
        !           188: #else
        !           189: # ifndef WORDS_BIGENDIAN
        !           190: #  undef WORDS_BIGENDIAN
        !           191: # endif
        !           192: #endif
        !           193: 
        !           194: /* Define as necessary to "unhide" header symbols. */
        !           195: #undef _BSD_SOURCE
        !           196: 
        !           197: /* Define to 1 if on MINIX. */
        !           198: #undef _MINIX
        !           199: 
        !           200: /* Define to 2 if the system does not provide POSIX.1 features except with
        !           201:    this defined. */
        !           202: #undef _POSIX_1_SOURCE
        !           203: 
        !           204: /* Define to 1 if you need to in order for `stat' and other things to work. */
        !           205: #undef _POSIX_SOURCE
        !           206: 
        !           207: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
        !           208:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
        !           209:    #define below would cause a syntax error. */
        !           210: #undef _UINT32_T
        !           211: 
        !           212: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
        !           213:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
        !           214:    #define below would cause a syntax error. */
        !           215: #undef _UINT64_T
        !           216: 
        !           217: /* Define as necessary to "unhide" header symbols. */
        !           218: #undef __BSD_SOURCE
        !           219: 
        !           220: /* Define if we should favor the BSD APIs when possible in Linux. */
        !           221: #undef __FAVOR_BSD
        !           222: 
        !           223: /* Define to the type of an unsigned integer type of width exactly 16 bits if
        !           224:    such a type exists and the standard includes do not define it. */
        !           225: #undef uint16_t
        !           226: 
        !           227: /* Define to the type of an unsigned integer type of width exactly 32 bits if
        !           228:    such a type exists and the standard includes do not define it. */
        !           229: #undef uint32_t
        !           230: 
        !           231: /* Define to the type of an unsigned integer type of width exactly 64 bits if
        !           232:    such a type exists and the standard includes do not define it. */
        !           233: #undef uint64_t

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