Diff for /embedaddon/libnet/include/config.h.in between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 22:14:23 version 1.1.1.2, 2013/07/22 11:54:42
Line 1 Line 1
 /* include/config.h.in.  Generated from configure.in by autoheader.  */  /* include/config.h.in.  Generated from configure.in by autoheader.  */
 /*  
 dnl $Id$  
 dnl  
 dnl Libnet autoconfiguration acconfig.h file  
 dnl Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>  
 dnl All rights reserved.  
 dnl  
 dnl Process this file with autoheader to produce a config.h file.  
 dnl  
 */  
   
#undef LIBNET_BSDISH_OS/* Define if building universal (internal helper macro) */
#undef LIBNET_BSD_BYTE_SWAP#undef AC_APPLE_UNIVERSAL_BUILD
 
 /* Define if /dev/dlpi is a directory. */
 #undef DLPI_DEV_PREFIX  #undef DLPI_DEV_PREFIX
   
   /* Define if /dev/dlpi is available. */
 #undef HAVE_DEV_DLPI  #undef HAVE_DEV_DLPI
#undef HAVE_SOLARIS
#undef HAVE_SOLARIS_IPV6/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_HPUX11#undef HAVE_DLFCN_H
#undef HAVE_SOCKADDR_SA_LEN
 /* Define if the <sys/dlpi.h> header exists. */
 #undef HAVE_DLPI  #undef HAVE_DLPI
 #undef HAVE_PACKET_SOCKET  
 #undef HAVE_STRUCT_IP_CSUM  
 #undef HAVE_LIB_PCAP  
 #undef LBL_ALIGN  
 #undef STUPID_SOLARIS_CHECKSUM_BUG  
 #undef _BSD_SOURCE  
 #undef __BSD_SOURCE  
 #undef __FAVOR_BSD  
 #undef LIBNET_BIG_ENDIAN  
 #undef LIBNET_LIL_ENDIAN  
 #undef NO_SNPRINTF  
   
   /* Define to 1 if you have the `gethostbyname2' function. */
   #undef HAVE_GETHOSTBYNAME2
   
/*/* Define to 1 if you have the `getifaddrs' function. */
dnl EOF#undef HAVE_GETIFADDRS
*/ 
   
   /* Define if we are building on HP/UX. */
   #undef HAVE_HPUX11
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
Line 45  dnl EOF Line 33  dnl EOF
 /* Define to 1 if you have the `packet' library (-lpacket). */  /* Define to 1 if you have the `packet' library (-lpacket). */
 #undef HAVE_LIBPACKET  #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). */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET  #undef HAVE_LIBSOCKET
   
Line 54  dnl EOF Line 45  dnl EOF
 /* Define if you have the Linux /proc filesystem. */  /* Define if you have the Linux /proc filesystem. */
 #undef HAVE_LINUX_PROCFS  #undef HAVE_LINUX_PROCFS
   
   /* Define to 1 if you have the <linux/socket.h> header file. */
   #undef HAVE_LINUX_SOCKET_H
   
 /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
 /* Define to 1 if you have the <net/ethernet.h> header file. */  /* Define to 1 if you have the <net/ethernet.h> header file. */
 #undef HAVE_NET_ETHERNET_H  #undef HAVE_NET_ETHERNET_H
   
   /* Define to 1 if you have the <net/pfilt.h> header file. */
   #undef HAVE_NET_PFILT_H
   
   /* Define to 1 if you have the <net/raw.h> header file. */
   #undef HAVE_NET_RAW_H
   
   /* Define if we're running on a Linux system with PF_PACKET sockets. */
   #undef HAVE_PACKET_SOCKET
   
   /* Define if the sockaddr structure includes a sa_len member. */
   #undef HAVE_SOCKADDR_SA_LEN
   
   /* 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 <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
 /* Define to 1 if you have the <stdlib.h> header file. */  /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
   
 /* Define to 1 if you have the `strerror' function. */  
 #undef HAVE_STRERROR  
   
 /* Define to 1 if you have the <strings.h> header file. */  /* Define to 1 if you have the <strings.h> header file. */
 #undef HAVE_STRINGS_H  #undef HAVE_STRINGS_H
   
Line 81  dnl EOF Line 90  dnl EOF
 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */  /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
 #undef HAVE_SYS_DLPI_EXT_H  #undef HAVE_SYS_DLPI_EXT_H
   
   /* Define to 1 if you have the <sys/dlpi.h> header file. */
   #undef HAVE_SYS_DLPI_H
   
   /* Define to 1 if you have the <sys/net/nit.h> header file. */
   #undef HAVE_SYS_NET_NIT_H
   
 /* Define to 1 if you have the <sys/sockio.h> header file. */  /* Define to 1 if you have the <sys/sockio.h> header file. */
 #undef HAVE_SYS_SOCKIO_H  #undef HAVE_SYS_SOCKIO_H
   
Line 93  dnl EOF Line 108  dnl EOF
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* We are running on a big-endian machine. */
   #undef LIBNET_BIG_ENDIAN
   
   /* Define if our build OS supports the BSD APIs */
   #undef LIBNET_BSDISH_OS
   
   /* Define if libnet should byteswap data. */
   #undef LIBNET_BSD_BYTE_SWAP
   
   /* We are running on a little-endian machine. */
   #undef LIBNET_LIL_ENDIAN
   
   /* Define to the sub-directory in which libtool stores uninstalled libraries.
      */
   #undef LT_OBJDIR
   
   /* Define if snprintf() is unavailable on our system. */
   #undef NO_SNPRINTF
   
 /* Name of package */  /* Name of package */
 #undef PACKAGE  #undef PACKAGE
   
Line 108  dnl EOF Line 142  dnl EOF
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* Define if our version of Solaris has broken checksums. */
   #undef STUPID_SOLARIS_CHECKSUM_BUG
   
   /* Enable extensions on AIX 3, Interix.  */
   #ifndef _ALL_SOURCE
   # undef _ALL_SOURCE
   #endif
   /* Enable GNU extensions on systems that have them.  */
   #ifndef _GNU_SOURCE
   # undef _GNU_SOURCE
   #endif
   /* Enable threading extensions on Solaris.  */
   #ifndef _POSIX_PTHREAD_SEMANTICS
   # undef _POSIX_PTHREAD_SEMANTICS
   #endif
   /* Enable extensions on HP NonStop.  */
   #ifndef _TANDEM_SOURCE
   # undef _TANDEM_SOURCE
   #endif
   /* Enable general extensions on Solaris.  */
   #ifndef __EXTENSIONS__
   # undef __EXTENSIONS__
   #endif
   
   
 /* Version number of package */  /* Version number of package */
 #undef VERSION  #undef VERSION
   
   /* 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. */
   #undef _BSD_SOURCE
   
   /* 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 <sys/synch.h>,
      <pthread.h>, or <semaphore.h> 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 <sys/synch.h>,
      <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
      #define below would cause a syntax error. */
   #undef _UINT64_T
   
   /* Define as necessary to "unhide" header symbols. */
   #undef __BSD_SOURCE
   
   /* Define if we should favor the BSD APIs when possible in Linux. */
   #undef __FAVOR_BSD
   
   /* 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

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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