/* include/config.h. Generated from config.h.in by configure. */ /* include/config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Define if /dev/dlpi is a directory. */ /* #undef DLPI_DEV_PREFIX */ /* Define if /dev/dlpi is available. */ /* #undef HAVE_DEV_DLPI */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define if the header exists. */ /* #undef HAVE_DLPI */ /* Define to 1 if you have the `gethostbyname2' function. */ #define HAVE_GETHOSTBYNAME2 1 /* Define to 1 if you have the `getifaddrs' function. */ #define HAVE_GETIFADDRS 1 /* Define if we are building on HP/UX. */ /* #undef HAVE_HPUX11 */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define to 1 if you have the `packet' library (-lpacket). */ /* #undef HAVE_LIBPACKET */ /* Define to 1 if you have the `resolv' library (-lresolv). */ /* #undef HAVE_LIBRESOLV */ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define to 1 if you have the `wpcap' library (-lwpcap). */ /* #undef HAVE_LIBWPCAP */ /* Define if you have the Linux /proc filesystem. */ #define HAVE_LINUX_PROCFS 1 /* Define to 1 if you have the header file. */ #define HAVE_LINUX_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NET_ETHERNET_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NET_PFILT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_NET_RAW_H */ /* Define if we're running on a Linux system with PF_PACKET sockets. */ #define HAVE_PACKET_SOCKET 1 /* Define if the sockaddr structure includes a sa_len member. */ /* #undef HAVE_SOCKADDR_SA_LEN */ /* define if socklen_t is defined */ #define HAVE_SOCKLEN_T 1 /* Define if we are running on Solaris. */ /* #undef HAVE_SOLARIS */ /* Define if our version of Solaris supports IPv6. */ /* #undef HAVE_SOLARIS_IPV6 */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_BUFMOD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_DLPI_EXT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_DLPI_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_NET_NIT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SOCKIO_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* We are running on a big-endian machine. */ /* #undef LIBNET_BIG_ENDIAN */ /* Define if libnet should byteswap data. */ /* #undef LIBNET_BSD_BYTE_SWAP */ /* We are running on a little-endian machine. */ #define LIBNET_LIL_ENDIAN 1 /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "libnet" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "https://github.com/libnet/libnet/issues" /* Define to the full name of this package. */ #define PACKAGE_NAME "libnet" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libnet 1.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libnet" /* Define to the home page for this package. */ #define PACKAGE_URL "https://github.com/libnet/libnet" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.2" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if our version of Solaris has broken checksums. */ /* #undef STUPID_SOLARIS_CHECKSUM_BUG */ /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # define _POSIX_PTHREAD_SEMANTICS 1 #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # define _TANDEM_SOURCE 1 #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif /* Version number of package */ #define VERSION "1.2" /* Define to limit the scope of */ /* #undef WIN32_LEAN_AND_MEAN */ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN /* # undef WORDS_BIGENDIAN */ # endif #endif /* Define as necessary to "unhide" header symbols. */ #define _BSD_SOURCE 1 /* Define as necessary to "unhide" header symbols. */ #define _DEFAULT_SOURCE 1 /* Define to 1 if on MINIX. */ /* #undef _MINIX */ /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */ /* Define to 1 if you need to in order for `stat' and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define for Solaris 2.5.1 so the uint32_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ /* #undef _UINT32_T */ /* Define for Solaris 2.5.1 so the uint64_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ /* #undef _UINT64_T */ /* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ /* #undef uint16_t */ /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ /* #undef uint32_t */ /* Define to the type of an unsigned integer type of width exactly 64 bits if such a type exists and the standard includes do not define it. */ /* #undef uint64_t */