00001 /* include/config.h. Generated by configure. */ 00002 /* include/config.h.in. Generated from configure.in by autoheader. */ 00003 /* 00004 dnl $Id: config.h.in,v 1.1.1.1 2003/12/28 18:44:30 mike Exp $ 00005 dnl 00006 dnl Libnet autoconfiguration acconfig.h file 00007 dnl Copyright (c) 1998 - 2003 Mike D. Schiffman <mike@infonexus.com> 00008 dnl All rights reserved. 00009 dnl 00010 dnl Process this file with autoheader to produce a config.h file. 00011 dnl 00012 */ 00013 00014 /* #undef LIBNET_BSDISH_OS */ 00015 /* #undef LIBNET_BSD_BYTE_SWAP */ 00016 /* #undef DLPI_DEV_PREFIX */ 00017 /* #undef HAVE_DEV_DLPI */ 00018 /* #undef HAVE_SOLARIS */ 00019 /* #undef HAVE_SOLARIS_IPV6 */ 00020 /* #undef HAVE_HPUX11 */ 00021 /* #undef HAVE_SOCKADDR_SA_LEN */ 00022 /* #undef HAVE_DLPI */ 00023 /* #undef HAVE_PACKET_SOCKET */ 00024 /* #undef HAVE_STRUCT_IP_CSUM */ 00025 /* #undef HAVE_LIB_PCAP */ 00026 /* #undef LBL_ALIGN */ 00027 /* #undef STUPID_SOLARIS_CHECKSUM_BUG */ 00028 /* #undef _BSD_SOURCE */ 00029 /* #undef __BSD_SOURCE */ 00030 /* #undef __FAVOR_BSD */ 00031 /* #undef LIBNET_BIG_ENDIAN */ 00032 /* #undef LIBNET_LIL_ENDIAN */ 00033 /* #undef NO_SNPRINTF */ 00034 00035 00036 /* 00037 dnl EOF 00038 */ 00039 00040 /* Define to 1 if you have the <inttypes.h> header file. */ 00041 /* #undef HAVE_INTTYPES_H */ 00042 00043 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00044 /* #undef HAVE_LIBNSL */ 00045 00046 /* Define to 1 if you have the `packet' library (-lpacket). */ 00047 /* #undef HAVE_LIBPACKET */ 00048 00049 /* Define to 1 if you have the `socket' library (-lsocket). */ 00050 /* #undef HAVE_LIBSOCKET */ 00051 00052 /* Define to 1 if you have the `wpcap' library (-lwpcap). */ 00053 /* #undef HAVE_LIBWPCAP */ 00054 00055 /* Define to 1 if you have the <memory.h> header file. */ 00056 /* #undef HAVE_MEMORY_H */ 00057 00058 /* Define to 1 if you have the <net/ethernet.h> header file. */ 00059 /* #undef HAVE_NET_ETHERNET_H */ 00060 00061 /* Define to 1 if you have the <stdint.h> header file. */ 00062 /* #undef HAVE_STDINT_H */ 00063 00064 /* Define to 1 if you have the <stdlib.h> header file. */ 00065 /* #undef HAVE_STDLIB_H */ 00066 00067 /* Define to 1 if you have the `strerror' function. */ 00068 /* #undef HAVE_STRERROR */ 00069 00070 /* Define to 1 if you have the <strings.h> header file. */ 00071 /* #undef HAVE_STRINGS_H */ 00072 00073 /* Define to 1 if you have the <string.h> header file. */ 00074 /* #undef HAVE_STRING_H */ 00075 00076 /* Define to 1 if you have the <sys/bufmod.h> header file. */ 00077 /* #undef HAVE_SYS_BUFMOD_H */ 00078 00079 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */ 00080 /* #undef HAVE_SYS_DLPI_EXT_H */ 00081 00082 /* Define to 1 if you have the <sys/sockio.h> header file. */ 00083 /* #undef HAVE_SYS_SOCKIO_H */ 00084 00085 /* Define to 1 if you have the <sys/stat.h> header file. */ 00086 /* #undef HAVE_SYS_STAT_H */ 00087 00088 /* Define to 1 if you have the <sys/types.h> header file. */ 00089 /* #undef HAVE_SYS_TYPES_H */ 00090 00091 /* Define to 1 if you have the <unistd.h> header file. */ 00092 /* #undef HAVE_UNISTD_H */ 00093 00094 /* Name of package */ 00095 #define PACKAGE "libipg" 00096 00097 /* Define to the address where bug reports for this package should be sent. */ 00098 #define PACKAGE_BUGREPORT "" 00099 00100 /* Define to the full name of this package. */ 00101 #define PACKAGE_NAME "" 00102 00103 /* Define to the full name and version of this package. */ 00104 #define PACKAGE_STRING "" 00105 00106 /* Define to the one symbol short name of this package. */ 00107 #define PACKAGE_TARNAME "" 00108 00109 /* Define to the version of this package. */ 00110 #define PACKAGE_VERSION "" 00111 00112 /* Define to 1 if you have the ANSI C header files. */ 00113 /* #undef STDC_HEADERS */ 00114 00115 /* Version number of package */ 00116 #define VERSION "1.0"