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

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

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