File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / include / config.h.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:38 2023 UTC (9 months, 1 week ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

    1: /* include/config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: /* Define if building universal (internal helper macro) */
    4: #undef AC_APPLE_UNIVERSAL_BUILD
    5: 
    6: /* Define if /dev/dlpi is a directory. */
    7: #undef DLPI_DEV_PREFIX
    8: 
    9: /* Define if /dev/dlpi is available. */
   10: #undef HAVE_DEV_DLPI
   11: 
   12: /* Define to 1 if you have the <dlfcn.h> header file. */
   13: #undef HAVE_DLFCN_H
   14: 
   15: /* Define if the <sys/dlpi.h> header exists. */
   16: #undef HAVE_DLPI
   17: 
   18: /* Define to 1 if you have the `gethostbyname2' function. */
   19: #undef HAVE_GETHOSTBYNAME2
   20: 
   21: /* Define to 1 if you have the `getifaddrs' function. */
   22: #undef HAVE_GETIFADDRS
   23: 
   24: /* Define if we are building on HP/UX. */
   25: #undef HAVE_HPUX11
   26: 
   27: /* Define to 1 if you have the <inttypes.h> header file. */
   28: #undef HAVE_INTTYPES_H
   29: 
   30: /* Define to 1 if you have the `nsl' library (-lnsl). */
   31: #undef HAVE_LIBNSL
   32: 
   33: /* Define to 1 if you have the `packet' library (-lpacket). */
   34: #undef HAVE_LIBPACKET
   35: 
   36: /* Define to 1 if you have the `resolv' library (-lresolv). */
   37: #undef HAVE_LIBRESOLV
   38: 
   39: /* Define to 1 if you have the `socket' library (-lsocket). */
   40: #undef HAVE_LIBSOCKET
   41: 
   42: /* Define to 1 if you have the `wpcap' library (-lwpcap). */
   43: #undef HAVE_LIBWPCAP
   44: 
   45: /* Define if you have the Linux /proc filesystem. */
   46: #undef HAVE_LINUX_PROCFS
   47: 
   48: /* Define to 1 if you have the <linux/socket.h> header file. */
   49: #undef HAVE_LINUX_SOCKET_H
   50: 
   51: /* Define to 1 if you have the <memory.h> header file. */
   52: #undef HAVE_MEMORY_H
   53: 
   54: /* Define to 1 if you have the <net/ethernet.h> header file. */
   55: #undef HAVE_NET_ETHERNET_H
   56: 
   57: /* Define to 1 if you have the <net/pfilt.h> header file. */
   58: #undef HAVE_NET_PFILT_H
   59: 
   60: /* Define to 1 if you have the <net/raw.h> header file. */
   61: #undef HAVE_NET_RAW_H
   62: 
   63: /* Define if we're running on a Linux system with PF_PACKET sockets. */
   64: #undef HAVE_PACKET_SOCKET
   65: 
   66: /* Define if the sockaddr structure includes a sa_len member. */
   67: #undef HAVE_SOCKADDR_SA_LEN
   68: 
   69: /* define if socklen_t is defined */
   70: #undef HAVE_SOCKLEN_T
   71: 
   72: /* Define if we are running on Solaris. */
   73: #undef HAVE_SOLARIS
   74: 
   75: /* Define if our version of Solaris supports IPv6. */
   76: #undef HAVE_SOLARIS_IPV6
   77: 
   78: /* Define to 1 if you have the <stdint.h> header file. */
   79: #undef HAVE_STDINT_H
   80: 
   81: /* Define to 1 if you have the <stdlib.h> header file. */
   82: #undef HAVE_STDLIB_H
   83: 
   84: /* Define to 1 if you have the <strings.h> header file. */
   85: #undef HAVE_STRINGS_H
   86: 
   87: /* Define to 1 if you have the <string.h> header file. */
   88: #undef HAVE_STRING_H
   89: 
   90: /* Define to 1 if you have the <sys/bufmod.h> header file. */
   91: #undef HAVE_SYS_BUFMOD_H
   92: 
   93: /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
   94: #undef HAVE_SYS_DLPI_EXT_H
   95: 
   96: /* Define to 1 if you have the <sys/dlpi.h> header file. */
   97: #undef HAVE_SYS_DLPI_H
   98: 
   99: /* Define to 1 if you have the <sys/net/nit.h> header file. */
  100: #undef HAVE_SYS_NET_NIT_H
  101: 
  102: /* Define to 1 if you have the <sys/sockio.h> header file. */
  103: #undef HAVE_SYS_SOCKIO_H
  104: 
  105: /* Define to 1 if you have the <sys/stat.h> header file. */
  106: #undef HAVE_SYS_STAT_H
  107: 
  108: /* Define to 1 if you have the <sys/types.h> header file. */
  109: #undef HAVE_SYS_TYPES_H
  110: 
  111: /* Define to 1 if you have the <unistd.h> header file. */
  112: #undef HAVE_UNISTD_H
  113: 
  114: /* We are running on a big-endian machine. */
  115: #undef LIBNET_BIG_ENDIAN
  116: 
  117: /* Define if libnet should byteswap data. */
  118: #undef LIBNET_BSD_BYTE_SWAP
  119: 
  120: /* We are running on a little-endian machine. */
  121: #undef LIBNET_LIL_ENDIAN
  122: 
  123: /* Define to the sub-directory where libtool stores uninstalled libraries. */
  124: #undef LT_OBJDIR
  125: 
  126: /* Name of package */
  127: #undef PACKAGE
  128: 
  129: /* Define to the address where bug reports for this package should be sent. */
  130: #undef PACKAGE_BUGREPORT
  131: 
  132: /* Define to the full name of this package. */
  133: #undef PACKAGE_NAME
  134: 
  135: /* Define to the full name and version of this package. */
  136: #undef PACKAGE_STRING
  137: 
  138: /* Define to the one symbol short name of this package. */
  139: #undef PACKAGE_TARNAME
  140: 
  141: /* Define to the home page for this package. */
  142: #undef PACKAGE_URL
  143: 
  144: /* Define to the version of this package. */
  145: #undef PACKAGE_VERSION
  146: 
  147: /* Define to 1 if you have the ANSI C header files. */
  148: #undef STDC_HEADERS
  149: 
  150: /* Define if our version of Solaris has broken checksums. */
  151: #undef STUPID_SOLARIS_CHECKSUM_BUG
  152: 
  153: /* Enable extensions on AIX 3, Interix.  */
  154: #ifndef _ALL_SOURCE
  155: # undef _ALL_SOURCE
  156: #endif
  157: /* Enable GNU extensions on systems that have them.  */
  158: #ifndef _GNU_SOURCE
  159: # undef _GNU_SOURCE
  160: #endif
  161: /* Enable threading extensions on Solaris.  */
  162: #ifndef _POSIX_PTHREAD_SEMANTICS
  163: # undef _POSIX_PTHREAD_SEMANTICS
  164: #endif
  165: /* Enable extensions on HP NonStop.  */
  166: #ifndef _TANDEM_SOURCE
  167: # undef _TANDEM_SOURCE
  168: #endif
  169: /* Enable general extensions on Solaris.  */
  170: #ifndef __EXTENSIONS__
  171: # undef __EXTENSIONS__
  172: #endif
  173: 
  174: 
  175: /* Version number of package */
  176: #undef VERSION
  177: 
  178: /* Define to limit the scope of <windows.h> */
  179: #undef WIN32_LEAN_AND_MEAN
  180: 
  181: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  182:    significant byte first (like Motorola and SPARC, unlike Intel). */
  183: #if defined AC_APPLE_UNIVERSAL_BUILD
  184: # if defined __BIG_ENDIAN__
  185: #  define WORDS_BIGENDIAN 1
  186: # endif
  187: #else
  188: # ifndef WORDS_BIGENDIAN
  189: #  undef WORDS_BIGENDIAN
  190: # endif
  191: #endif
  192: 
  193: /* Define as necessary to "unhide" header symbols. */
  194: #undef _BSD_SOURCE
  195: 
  196: /* Define as necessary to "unhide" header symbols. */
  197: #undef _DEFAULT_SOURCE
  198: 
  199: /* Define to 1 if on MINIX. */
  200: #undef _MINIX
  201: 
  202: /* Define to 2 if the system does not provide POSIX.1 features except with
  203:    this defined. */
  204: #undef _POSIX_1_SOURCE
  205: 
  206: /* Define to 1 if you need to in order for `stat' and other things to work. */
  207: #undef _POSIX_SOURCE
  208: 
  209: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  210:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  211:    #define below would cause a syntax error. */
  212: #undef _UINT32_T
  213: 
  214: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  215:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  216:    #define below would cause a syntax error. */
  217: #undef _UINT64_T
  218: 
  219: /* Define to the type of an unsigned integer type of width exactly 16 bits if
  220:    such a type exists and the standard includes do not define it. */
  221: #undef uint16_t
  222: 
  223: /* Define to the type of an unsigned integer type of width exactly 32 bits if
  224:    such a type exists and the standard includes do not define it. */
  225: #undef uint32_t
  226: 
  227: /* Define to the type of an unsigned integer type of width exactly 64 bits if
  228:    such a type exists and the standard includes do not define it. */
  229: #undef uint64_t

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