config.h revision 56896
1/* $FreeBSD: head/usr.sbin/tcpdump/tcpdump/config.h 56896 2000-01-30 01:05:24Z fenner $ */
2
3/* config.h.  Generated automatically by configure.  */
4/* config.h.in.  Generated automatically from configure.in by autoheader.  */
5/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
6 * make them to acconfig.h and rerun autoheader */
7
8/* Define to empty if the keyword does not work.  */
9/* #undef const */
10
11/* Define as __inline if that's what the C compiler calls it.  */
12/* #undef inline */
13
14/* Define as the return type of signal handlers (int or void).  */
15#define RETSIGTYPE void
16
17/* Define if you can safely include both <sys/time.h> and <time.h>.  */
18#define TIME_WITH_SYS_TIME 1
19
20/* Define if your processor stores words with the most significant
21   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
22/* #undef WORDS_BIGENDIAN */
23
24/* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
25/* #undef CRYPTO */
26
27/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
28/* #undef HAVE_BUGGY_CAST128 */
29
30/* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
31#define ENABLE_IPV6 1
32#define INET6 1
33
34/* Define if you enable support for the libsmi. */
35/* #undef LIBSMI */
36
37/* Is T_AAAA predefined? */
38#define HAVE_AAAA 1
39
40/* Fallback definition if not in headers */
41/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
42/* XXX or even #ifndef T_AAAA ... */
43/* #undef T_AAAA */
44
45/* define if you have struct __res_state_ext */
46#define HAVE_RES_STATE_EXT 1
47
48/* define if your struct __res_state has the nsort member */
49#define HAVE_NEW_RES_STATE 1
50
51/*
52 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
53 */
54/* #undef ETHER_HEADER_HAS_EA */
55
56/*
57 * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
58 */
59/* #undef ETHER_ARP_HAS_EA */
60
61/* define if struct ether_arp contains arp_xsha */
62/* #undef ETHER_ARP_HAS_X */
63
64/* define if you have the addrinfo function. */
65#define HAVE_ADDRINFO 1
66
67/* define if you need to include missing/addrinfoh.h. */
68/* #undef NEED_ADDRINFO_H */
69
70/* define ifyou have the h_errno variable. */
71#define HAVE_H_ERRNO 1
72
73/* define if IN6ADDRSZ is defined (XXX not used!) */
74#define HAVE_IN6ADDRSZ 1
75
76/* define if INADDRSZ is defined (XXX not used!) */
77#define HAVE_INADDRSZ 1
78
79/* define if you have <net/slip.h> */
80#define HAVE_NET_SLIP_H 1
81
82/* define if this is a development version, to use additional prototypes. */
83/* #undef HAVE_OS_PROTO_H */
84
85/* define if <unistd.h> defines __P() */
86#define HAVE_PORTABLE_PROTOTYPE 1
87
88/* define if RES_USE_INET6 is defined */
89#define HAVE_RES_USE_INET6 1
90
91/* define if struct sockaddr has the sa_len member */
92#define HAVE_SOCKADDR_SA_LEN 1
93
94/* define if you have struct sockaddr_storage */
95#define HAVE_SOCKADDR_STORAGE 1
96
97/* define if unaligned memory accesses fail */
98/* #undef LBL_ALIGN */
99
100/* The successful return value from signal (?)XXX */
101#define RETSIGVAL
102
103/* Define this on IRIX */
104/* #undef _BSD_SIGNALS */
105
106/* For HP/UX ANSI compiler? */
107/* #undef _HPUX_SOURCE */
108
109/* AIX hack. */
110/* #undef _SUN */
111
112/* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
113/* #undef __STDC__ */
114
115/* Workaround for missing sized types */
116/* XXX this should move to the more standard uint*_t */
117/* #undef int16_t */
118/* #undef int32_t */
119/* #undef u_int16_t */
120/* #undef u_int32_t */
121/* #undef u_int8_t */
122
123/* The number of bytes in a char.  */
124#define SIZEOF_CHAR 1
125
126/* The number of bytes in a int.  */
127#define SIZEOF_INT 4
128
129/* The number of bytes in a long.  */
130#define SIZEOF_LONG 4
131
132/* The number of bytes in a short.  */
133#define SIZEOF_SHORT 2
134
135/* Define if you have the ether_ntohost function.  */
136#define HAVE_ETHER_NTOHOST 1
137
138/* Define if you have the getaddrinfo function.  */
139#define HAVE_GETADDRINFO 1
140
141/* Define if you have the gethostbyname2 function.  */
142#define HAVE_GETHOSTBYNAME2 1
143
144/* Define if you have the getnameinfo function.  */
145#define HAVE_GETNAMEINFO 1
146
147/* Define if you have the inet_aton function.  */
148#define HAVE_INET_ATON 1
149
150/* Define if you have the inet_ntop function.  */
151#define HAVE_INET_NTOP 1
152
153/* Define if you have the inet_pton function.  */
154#define HAVE_INET_PTON 1
155
156/* Define if you have the pfopen function.  */
157/* #undef HAVE_PFOPEN */
158
159/* Define if you have the setlinebuf function.  */
160#define HAVE_SETLINEBUF 1
161
162/* Define if you have the sigaction function.  */
163#define HAVE_SIGACTION 1
164
165/* Define if you have the sigset function.  */
166/* #undef HAVE_SIGSET */
167
168/* Define if you have the strcasecmp function.  */
169#define HAVE_STRCASECMP 1
170
171/* Define if you have the vfprintf function.  */
172#define HAVE_VFPRINTF 1
173
174/* Define if you have the <cast.h> header file.  */
175/* #undef HAVE_CAST_H */
176
177/* Define if you have the <fcntl.h> header file.  */
178#define HAVE_FCNTL_H 1
179
180/* Define if you have the <malloc.h> header file.  */
181/* #undef HAVE_MALLOC_H */
182
183/* Define if you have the <memory.h> header file.  */
184#define HAVE_MEMORY_H 1
185
186/* Define if you have the <net/slip.h> header file.  */
187#define HAVE_NET_SLIP_H 1
188
189/* Define if you have the <rc5.h> header file.  */
190/* #undef HAVE_RC5_H */
191
192/* Define if you have the <rpc/rpcent.h> header file.  */
193/* #undef HAVE_RPC_RPCENT_H */
194
195/* Define if you have the <smi.h> header file.  */
196/* #undef HAVE_SMI_H */
197
198/* Define if you have the <zlib.h> header file.  */
199#define HAVE_ZLIB_H 1
200
201/* Define if you have the crypto library (-lcrypto).  */
202/* #undef HAVE_LIBCRYPTO */
203
204/* Define if you have the dnet library (-ldnet).  */
205/* #undef HAVE_LIBDNET */
206
207/* Define if you have the resolv library (-lresolv).  */
208/* #undef HAVE_LIBRESOLV */
209
210/* Define if you have the rpc library (-lrpc).  */
211/* #undef HAVE_LIBRPC */
212
213/* Define if you have the smi library (-lsmi).  */
214/* #undef HAVE_LIBSMI */
215
216/* Define if you have the socket library (-lsocket).  */
217/* #undef HAVE_LIBSOCKET */
218
219/* Define if you have the str library (-lstr).  */
220/* #undef HAVE_LIBSTR */
221
222/* Define if you have the z library (-lz).  */
223#define HAVE_LIBZ 1
224