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

version 1.1.1.2, 2013/07/22 11:54:42 version 1.1.1.3, 2023/09/27 11:11:38
Line 1 Line 1
/* include/config.h.in.  Generated from configure.in by autoheader.  *//* include/config.h.in.  Generated from configure.ac by autoheader.  */
   
 /* Define if building universal (internal helper macro) */  /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD  #undef AC_APPLE_UNIVERSAL_BUILD
Line 66 Line 66
 /* Define if the sockaddr structure includes a sa_len member. */  /* Define if the sockaddr structure includes a sa_len member. */
 #undef HAVE_SOCKADDR_SA_LEN  #undef HAVE_SOCKADDR_SA_LEN
   
   /* define if socklen_t is defined */
   #undef HAVE_SOCKLEN_T
   
 /* Define if we are running on Solaris. */  /* Define if we are running on Solaris. */
 #undef HAVE_SOLARIS  #undef HAVE_SOLARIS
   
Line 111 Line 114
 /* We are running on a big-endian machine. */  /* We are running on a big-endian machine. */
 #undef LIBNET_BIG_ENDIAN  #undef LIBNET_BIG_ENDIAN
   
 /* Define if our build OS supports the BSD APIs */  
 #undef LIBNET_BSDISH_OS  
   
 /* Define if libnet should byteswap data. */  /* Define if libnet should byteswap data. */
 #undef LIBNET_BSD_BYTE_SWAP  #undef LIBNET_BSD_BYTE_SWAP
   
 /* We are running on a little-endian machine. */  /* We are running on a little-endian machine. */
 #undef LIBNET_LIL_ENDIAN  #undef LIBNET_LIL_ENDIAN
   
/* Define to the sub-directory in which libtool stores uninstalled libraries./* Define to the sub-directory where libtool stores uninstalled libraries. */
   */ 
 #undef LT_OBJDIR  #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 179 Line 175
 /* Version number of package */  /* Version number of package */
 #undef VERSION  #undef VERSION
   
   /* Define to limit the scope of <windows.h> */
   #undef WIN32_LEAN_AND_MEAN
   
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most  /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */     significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD  #if defined AC_APPLE_UNIVERSAL_BUILD
Line 194 Line 193
 /* Define as necessary to "unhide" header symbols. */  /* Define as necessary to "unhide" header symbols. */
 #undef _BSD_SOURCE  #undef _BSD_SOURCE
   
   /* Define as necessary to "unhide" header symbols. */
   #undef _DEFAULT_SOURCE
   
 /* Define to 1 if on MINIX. */  /* Define to 1 if on MINIX. */
 #undef _MINIX  #undef _MINIX
   
Line 213 Line 215
    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the     <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    #define below would cause a syntax error. */     #define below would cause a syntax error. */
 #undef _UINT64_T  #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  /* 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. */     such a type exists and the standard includes do not define it. */

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


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