File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / include / config.h.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:14:23 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: /* include/config.h.in.  Generated from configure.in by autoheader.  */
    2: /*
    3: dnl $Id: config.h.in,v 1.1 2012/02/21 22:14:23 misho Exp $
    4: dnl
    5: dnl Libnet autoconfiguration acconfig.h file
    6: dnl Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
    7: dnl All rights reserved.
    8: dnl
    9: dnl Process this file with autoheader to produce a config.h file.
   10: dnl
   11: */
   12: 
   13: #undef LIBNET_BSDISH_OS
   14: #undef LIBNET_BSD_BYTE_SWAP
   15: #undef DLPI_DEV_PREFIX
   16: #undef HAVE_DEV_DLPI
   17: #undef HAVE_SOLARIS
   18: #undef HAVE_SOLARIS_IPV6
   19: #undef HAVE_HPUX11
   20: #undef HAVE_SOCKADDR_SA_LEN
   21: #undef HAVE_DLPI
   22: #undef HAVE_PACKET_SOCKET
   23: #undef HAVE_STRUCT_IP_CSUM
   24: #undef HAVE_LIB_PCAP
   25: #undef LBL_ALIGN
   26: #undef STUPID_SOLARIS_CHECKSUM_BUG
   27: #undef _BSD_SOURCE
   28: #undef __BSD_SOURCE
   29: #undef __FAVOR_BSD
   30: #undef LIBNET_BIG_ENDIAN
   31: #undef LIBNET_LIL_ENDIAN
   32: #undef NO_SNPRINTF
   33: 
   34: 
   35: /*
   36: dnl EOF
   37: */
   38: 
   39: /* Define to 1 if you have the <inttypes.h> header file. */
   40: #undef HAVE_INTTYPES_H
   41: 
   42: /* Define to 1 if you have the `nsl' library (-lnsl). */
   43: #undef HAVE_LIBNSL
   44: 
   45: /* Define to 1 if you have the `packet' library (-lpacket). */
   46: #undef HAVE_LIBPACKET
   47: 
   48: /* Define to 1 if you have the `socket' library (-lsocket). */
   49: #undef HAVE_LIBSOCKET
   50: 
   51: /* Define to 1 if you have the `wpcap' library (-lwpcap). */
   52: #undef HAVE_LIBWPCAP
   53: 
   54: /* Define if you have the Linux /proc filesystem. */
   55: #undef HAVE_LINUX_PROCFS
   56: 
   57: /* Define to 1 if you have the <memory.h> header file. */
   58: #undef HAVE_MEMORY_H
   59: 
   60: /* Define to 1 if you have the <net/ethernet.h> header file. */
   61: #undef HAVE_NET_ETHERNET_H
   62: 
   63: /* Define to 1 if you have the <stdint.h> header file. */
   64: #undef HAVE_STDINT_H
   65: 
   66: /* Define to 1 if you have the <stdlib.h> header file. */
   67: #undef HAVE_STDLIB_H
   68: 
   69: /* Define to 1 if you have the `strerror' function. */
   70: #undef HAVE_STRERROR
   71: 
   72: /* Define to 1 if you have the <strings.h> header file. */
   73: #undef HAVE_STRINGS_H
   74: 
   75: /* Define to 1 if you have the <string.h> header file. */
   76: #undef HAVE_STRING_H
   77: 
   78: /* Define to 1 if you have the <sys/bufmod.h> header file. */
   79: #undef HAVE_SYS_BUFMOD_H
   80: 
   81: /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
   82: #undef HAVE_SYS_DLPI_EXT_H
   83: 
   84: /* Define to 1 if you have the <sys/sockio.h> header file. */
   85: #undef HAVE_SYS_SOCKIO_H
   86: 
   87: /* Define to 1 if you have the <sys/stat.h> header file. */
   88: #undef HAVE_SYS_STAT_H
   89: 
   90: /* Define to 1 if you have the <sys/types.h> header file. */
   91: #undef HAVE_SYS_TYPES_H
   92: 
   93: /* Define to 1 if you have the <unistd.h> header file. */
   94: #undef HAVE_UNISTD_H
   95: 
   96: /* Name of package */
   97: #undef PACKAGE
   98: 
   99: /* Define to the address where bug reports for this package should be sent. */
  100: #undef PACKAGE_BUGREPORT
  101: 
  102: /* Define to the full name of this package. */
  103: #undef PACKAGE_NAME
  104: 
  105: /* Define to the full name and version of this package. */
  106: #undef PACKAGE_STRING
  107: 
  108: /* Define to the one symbol short name of this package. */
  109: #undef PACKAGE_TARNAME
  110: 
  111: /* Define to the version of this package. */
  112: #undef PACKAGE_VERSION
  113: 
  114: /* Define to 1 if you have the ANSI C header files. */
  115: #undef STDC_HEADERS
  116: 
  117: /* Version number of package */
  118: #undef VERSION

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