Annotation of embedaddon/libnet/win32/config.h, revision 1.1

1.1     ! misho       1: /* win32/config.h  Originally generated from configure.in by autoheader.  */
        !             2: /* Static win32 config.h, copied into include/ by msvcbuild.bat when
        !             3:    building without autotools. */
        !             4: 
        !             5: #undef LIBNET_BSD_BYTE_SWAP
        !             6: #undef DLPI_DEV_PREFIX
        !             7: #undef HAVE_DEV_DLPI
        !             8: #undef HAVE_SOLARIS
        !             9: #undef HAVE_SOLARIS_IPV6
        !            10: #undef HAVE_HPUX11
        !            11: #undef HAVE_SOCKADDR_SA_LEN
        !            12: #undef HAVE_DLPI
        !            13: #undef HAVE_PACKET_SOCKET
        !            14: #undef HAVE_STRUCT_IP_CSUM
        !            15: #undef HAVE_LIB_PCAP
        !            16: #undef STUPID_SOLARIS_CHECKSUM_BUG
        !            17: #undef _BSD_SOURCE
        !            18: #undef __BSD_SOURCE
        !            19: #undef _DEFAULT_SOURCE
        !            20: #undef __FAVOR_BSD
        !            21: #undef LIBNET_BIG_ENDIAN
        !            22: #define LIBNET_LIL_ENDIAN 1
        !            23: 
        !            24: /* Define to 1 if you have the <inttypes.h> header file. */
        !            25: #undef HAVE_INTTYPES_H
        !            26: 
        !            27: /* Define to 1 if you have the `nsl' library (-lnsl). */
        !            28: #undef HAVE_LIBNSL
        !            29: 
        !            30: /* Define to 1 if you have the `packet' library (-lpacket). */
        !            31: #undef HAVE_LIBPACKET
        !            32: 
        !            33: /* Define to 1 if you have the `socket' library (-lsocket). */
        !            34: #undef HAVE_LIBSOCKET
        !            35: 
        !            36: /* Define to 1 if you have the `wpcap' library (-lwpcap). */
        !            37: #undef HAVE_LIBWPCAP
        !            38: 
        !            39: /* Define to 1 if you have the <memory.h> header file. */
        !            40: #undef HAVE_MEMORY_H
        !            41: 
        !            42: /* Define to 1 if you have the <net/ethernet.h> header file. */
        !            43: #define HAVE_NET_ETHERNET_H 1
        !            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 `strerror' function. */
        !            52: #define HAVE_STRERROR 1
        !            53: 
        !            54: /* Define to 1 if you have the <strings.h> header file. */
        !            55: #undef HAVE_STRINGS_H
        !            56: 
        !            57: /* Define to 1 if you have the <string.h> header file. */
        !            58: #undef HAVE_STRING_H
        !            59: 
        !            60: /* Define to 1 if you have the <sys/bufmod.h> header file. */
        !            61: #undef HAVE_SYS_BUFMOD_H
        !            62: 
        !            63: /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
        !            64: #undef HAVE_SYS_DLPI_EXT_H
        !            65: 
        !            66: /* Define to 1 if you have the <sys/sockio.h> header file. */
        !            67: #undef HAVE_SYS_SOCKIO_H
        !            68: 
        !            69: /* Define to 1 if you have the <sys/stat.h> header file. */
        !            70: #undef HAVE_SYS_STAT_H
        !            71: 
        !            72: /* Define to 1 if you have the <sys/types.h> header file. */
        !            73: #undef HAVE_SYS_TYPES_H
        !            74: 
        !            75: /* Define to 1 if you have the <unistd.h> header file. */
        !            76: #undef HAVE_UNISTD_H
        !            77: 
        !            78: /* Name of package */
        !            79: #undef PACKAGE
        !            80: 
        !            81: /* Define to the address where bug reports for this package should be sent. */
        !            82: #undef PACKAGE_BUGREPORT
        !            83: 
        !            84: /* Define to the full name of this package. */
        !            85: #undef PACKAGE_NAME
        !            86: 
        !            87: /* Define to the full name and version of this package. */
        !            88: #undef PACKAGE_STRING
        !            89: 
        !            90: /* Define to the one symbol short name of this package. */
        !            91: #undef PACKAGE_TARNAME
        !            92: 
        !            93: /* Define to the version of this package. */
        !            94: #undef PACKAGE_VERSION
        !            95: 
        !            96: /* Define to 1 if you have the ANSI C header files. */
        !            97: #undef STDC_HEADERS

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