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