Annotation of embedaddon/libnet/include/win32/config.h, revision 1.1.1.1
1.1 misho 1: /* include/config.h.in. Generated from configure.in by autoheader. */
2: /*
3: dnl $Id: config.h,v 1.4 2004/01/03 20:31:00 mike 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: #define LIBNET_LIL_ENDIAN 1
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 to 1 if you have the <memory.h> header file. */
55: #undef HAVE_MEMORY_H
56:
57: /* Define to 1 if you have the <net/ethernet.h> header file. */
58: #define HAVE_NET_ETHERNET_H 1
59:
60: /* Define to 1 if you have the <stdint.h> header file. */
61: #undef HAVE_STDINT_H
62:
63: /* Define to 1 if you have the <stdlib.h> header file. */
64: #undef HAVE_STDLIB_H
65:
66: /* Define to 1 if you have the `strerror' function. */
67: #define HAVE_STRERROR 1
68:
69: /* Define to 1 if you have the <strings.h> header file. */
70: #undef HAVE_STRINGS_H
71:
72: /* Define to 1 if you have the <string.h> header file. */
73: #undef HAVE_STRING_H
74:
75: /* Define to 1 if you have the <sys/bufmod.h> header file. */
76: #undef HAVE_SYS_BUFMOD_H
77:
78: /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
79: #undef HAVE_SYS_DLPI_EXT_H
80:
81: /* Define to 1 if you have the <sys/sockio.h> header file. */
82: #undef HAVE_SYS_SOCKIO_H
83:
84: /* Define to 1 if you have the <sys/stat.h> header file. */
85: #undef HAVE_SYS_STAT_H
86:
87: /* Define to 1 if you have the <sys/types.h> header file. */
88: #undef HAVE_SYS_TYPES_H
89:
90: /* Define to 1 if you have the <unistd.h> header file. */
91: #undef HAVE_UNISTD_H
92:
93: /* Name of package */
94: #undef PACKAGE
95:
96: /* Define to the address where bug reports for this package should be sent. */
97: #undef PACKAGE_BUGREPORT
98:
99: /* Define to the full name of this package. */
100: #undef PACKAGE_NAME
101:
102: /* Define to the full name and version of this package. */
103: #undef PACKAGE_STRING
104:
105: /* Define to the one symbol short name of this package. */
106: #undef PACKAGE_TARNAME
107:
108: /* Define to the version of this package. */
109: #undef PACKAGE_VERSION
110:
111: /* Define to 1 if you have the ANSI C header files. */
112: #undef STDC_HEADERS
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>