Annotation of embedaddon/libnet/acconfig.h, revision 1.1.1.1

1.1       misho       1: /*
                      2: dnl $Id: acconfig.h,v 1.2 2004/01/03 20:31:00 mike Exp $
                      3: dnl
                      4: dnl Libnet autoconfiguration acconfig.h file
                      5: dnl Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
                      6: dnl All rights reserved.
                      7: dnl
                      8: dnl Process this file with autoheader to produce a config.h file.
                      9: dnl
                     10: */
                     11: 
                     12: #undef LIBNET_BSDISH_OS
                     13: #undef LIBNET_BSD_BYTE_SWAP
                     14: #undef DLPI_DEV_PREFIX
                     15: #undef HAVE_DEV_DLPI
                     16: #undef HAVE_SOLARIS
                     17: #undef HAVE_SOLARIS_IPV6
                     18: #undef HAVE_HPUX11
                     19: #undef HAVE_SOCKADDR_SA_LEN
                     20: #undef HAVE_DLPI
                     21: #undef HAVE_PACKET_SOCKET
                     22: #undef HAVE_STRUCT_IP_CSUM
                     23: #undef HAVE_LIB_PCAP
                     24: #undef LBL_ALIGN
                     25: #undef STUPID_SOLARIS_CHECKSUM_BUG
                     26: #undef _BSD_SOURCE
                     27: #undef __BSD_SOURCE
                     28: #undef __FAVOR_BSD
                     29: #undef LIBNET_BIG_ENDIAN
                     30: #undef LIBNET_LIL_ENDIAN
                     31: #undef NO_SNPRINTF
                     32: 
                     33: 
                     34: /*
                     35: dnl EOF
                     36: */

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