config.h revision 56896
1169994Skmacy/* $FreeBSD: head/usr.sbin/tcpdump/tcpdump/config.h 56896 2000-01-30 01:05:24Z fenner $ */
2171471Skmacy
3169994Skmacy/* config.h.  Generated automatically by configure.  */
4169994Skmacy/* config.h.in.  Generated automatically from configure.in by autoheader.  */
5169994Skmacy/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
6169994Skmacy * make them to acconfig.h and rerun autoheader */
7169994Skmacy
8169994Skmacy/* Define to empty if the keyword does not work.  */
9169994Skmacy/* #undef const */
10169994Skmacy
11169994Skmacy/* Define as __inline if that's what the C compiler calls it.  */
12169994Skmacy/* #undef inline */
13169994Skmacy
14169994Skmacy/* Define as the return type of signal handlers (int or void).  */
15169994Skmacy#define RETSIGTYPE void
16169994Skmacy
17169994Skmacy/* Define if you can safely include both <sys/time.h> and <time.h>.  */
18169994Skmacy#define TIME_WITH_SYS_TIME 1
19169994Skmacy
20169994Skmacy/* Define if your processor stores words with the most significant
21169994Skmacy   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
22169994Skmacy/* #undef WORDS_BIGENDIAN */
23169994Skmacy
24169994Skmacy/* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
25169994Skmacy/* #undef CRYPTO */
26169994Skmacy
27169994Skmacy/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
28169994Skmacy/* #undef HAVE_BUGGY_CAST128 */
29169994Skmacy
30169994Skmacy/* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
31169994Skmacy#define ENABLE_IPV6 1
32169994Skmacy#define INET6 1
33169994Skmacy
34169994Skmacy/* Define if you enable support for the libsmi. */
35169994Skmacy/* #undef LIBSMI */
36169994Skmacy
37171471Skmacy/* Is T_AAAA predefined? */
38172096Skmacy#define HAVE_AAAA 1
39172096Skmacy
40172096Skmacy/* Fallback definition if not in headers */
41171471Skmacy/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
42172096Skmacy/* XXX or even #ifndef T_AAAA ... */
43171471Skmacy/* #undef T_AAAA */
44172096Skmacy
45169994Skmacy/* define if you have struct __res_state_ext */
46169994Skmacy#define HAVE_RES_STATE_EXT 1
47169994Skmacy
48169994Skmacy/* define if your struct __res_state has the nsort member */
49169994Skmacy#define HAVE_NEW_RES_STATE 1
50169994Skmacy
51169994Skmacy/*
52169994Skmacy * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
53169994Skmacy */
54169994Skmacy/* #undef ETHER_HEADER_HAS_EA */
55169994Skmacy
56169994Skmacy/*
57169994Skmacy * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
58169994Skmacy */
59169994Skmacy/* #undef ETHER_ARP_HAS_EA */
60169994Skmacy
61169994Skmacy/* define if struct ether_arp contains arp_xsha */
62169994Skmacy/* #undef ETHER_ARP_HAS_X */
63169994Skmacy
64169994Skmacy/* define if you have the addrinfo function. */
65169994Skmacy#define HAVE_ADDRINFO 1
66169994Skmacy
67169994Skmacy/* define if you need to include missing/addrinfoh.h. */
68169994Skmacy/* #undef NEED_ADDRINFO_H */
69169994Skmacy
70169994Skmacy/* define ifyou have the h_errno variable. */
71169994Skmacy#define HAVE_H_ERRNO 1
72169994Skmacy
73169994Skmacy/* define if IN6ADDRSZ is defined (XXX not used!) */
74169994Skmacy#define HAVE_IN6ADDRSZ 1
75169994Skmacy
76169994Skmacy/* define if INADDRSZ is defined (XXX not used!) */
77169994Skmacy#define HAVE_INADDRSZ 1
78169994Skmacy
79169994Skmacy/* define if you have <net/slip.h> */
80169994Skmacy#define HAVE_NET_SLIP_H 1
81169994Skmacy
82169994Skmacy/* define if this is a development version, to use additional prototypes. */
83169994Skmacy/* #undef HAVE_OS_PROTO_H */
84169994Skmacy
85169994Skmacy/* define if <unistd.h> defines __P() */
86169994Skmacy#define HAVE_PORTABLE_PROTOTYPE 1
87169994Skmacy
88171471Skmacy/* define if RES_USE_INET6 is defined */
89169994Skmacy#define HAVE_RES_USE_INET6 1
90169994Skmacy
91169994Skmacy/* define if struct sockaddr has the sa_len member */
92169994Skmacy#define HAVE_SOCKADDR_SA_LEN 1
93169994Skmacy
94169994Skmacy/* define if you have struct sockaddr_storage */
95169994Skmacy#define HAVE_SOCKADDR_STORAGE 1
96169994Skmacy
97169994Skmacy/* define if unaligned memory accesses fail */
98169994Skmacy/* #undef LBL_ALIGN */
99169994Skmacy
100169994Skmacy/* The successful return value from signal (?)XXX */
101169994Skmacy#define RETSIGVAL
102169994Skmacy
103169994Skmacy/* Define this on IRIX */
104169994Skmacy/* #undef _BSD_SIGNALS */
105169994Skmacy
106169994Skmacy/* For HP/UX ANSI compiler? */
107169994Skmacy/* #undef _HPUX_SOURCE */
108169994Skmacy
109171471Skmacy/* AIX hack. */
110171471Skmacy/* #undef _SUN */
111171471Skmacy
112171471Skmacy/* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
113171471Skmacy/* #undef __STDC__ */
114171471Skmacy
115171471Skmacy/* Workaround for missing sized types */
116171471Skmacy/* XXX this should move to the more standard uint*_t */
117169994Skmacy/* #undef int16_t */
118169994Skmacy/* #undef int32_t */
119169994Skmacy/* #undef u_int16_t */
120169994Skmacy/* #undef u_int32_t */
121169994Skmacy/* #undef u_int8_t */
122169994Skmacy
123169994Skmacy/* The number of bytes in a char.  */
124169994Skmacy#define SIZEOF_CHAR 1
125169994Skmacy
126169994Skmacy/* The number of bytes in a int.  */
127169994Skmacy#define SIZEOF_INT 4
128169994Skmacy
129169994Skmacy/* The number of bytes in a long.  */
130169994Skmacy#define SIZEOF_LONG 4
131169994Skmacy
132169994Skmacy/* The number of bytes in a short.  */
133169994Skmacy#define SIZEOF_SHORT 2
134169994Skmacy
135169994Skmacy/* Define if you have the ether_ntohost function.  */
136169994Skmacy#define HAVE_ETHER_NTOHOST 1
137169994Skmacy
138169994Skmacy/* Define if you have the getaddrinfo function.  */
139169994Skmacy#define HAVE_GETADDRINFO 1
140169994Skmacy
141169994Skmacy/* Define if you have the gethostbyname2 function.  */
142169994Skmacy#define HAVE_GETHOSTBYNAME2 1
143169994Skmacy
144169994Skmacy/* Define if you have the getnameinfo function.  */
145169994Skmacy#define HAVE_GETNAMEINFO 1
146169994Skmacy
147169994Skmacy/* Define if you have the inet_aton function.  */
148169994Skmacy#define HAVE_INET_ATON 1
149169994Skmacy
150169994Skmacy/* Define if you have the inet_ntop function.  */
151169994Skmacy#define HAVE_INET_NTOP 1
152169994Skmacy
153169994Skmacy/* Define if you have the inet_pton function.  */
154169994Skmacy#define HAVE_INET_PTON 1
155169994Skmacy
156169994Skmacy/* Define if you have the pfopen function.  */
157169994Skmacy/* #undef HAVE_PFOPEN */
158169994Skmacy
159169994Skmacy/* Define if you have the setlinebuf function.  */
160169994Skmacy#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