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