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