]> The Tcpdump Group git mirrors - tcpdump/blob - config.h.in
Eliminate some unused parameters.
[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 you have SSLeay 0.9.0b with the buggy cast128. */
18 #undef HAVE_BUGGY_CAST128
19
20 /* Define if you enable IPv6 support */
21 #undef INET6
22
23 /* Define if you enable support for the libsmi. */
24 #undef LIBSMI
25
26 /* define if you have struct __res_state_ext */
27 #undef HAVE_RES_STATE_EXT
28
29 /* define if your struct __res_state has the nsort member */
30 #undef HAVE_NEW_RES_STATE
31
32 /* define if you have the addrinfo function. */
33 #undef HAVE_ADDRINFO
34
35 /* define if you need to include missing/addrinfoh.h. */
36 #undef NEED_ADDRINFO_H
37
38 /* define ifyou have the h_errno variable. */
39 #undef HAVE_H_ERRNO
40
41 /* define if IN6ADDRSZ is defined (XXX not used!) */
42 #undef HAVE_IN6ADDRSZ
43
44 /* define if INADDRSZ is defined (XXX not used!) */
45 #undef HAVE_INADDRSZ
46
47 /* define if this is a development version, to use additional prototypes. */
48 #undef HAVE_OS_PROTO_H
49
50 /* define if RES_USE_INET6 is defined */
51 #undef HAVE_RES_USE_INET6
52
53 /* define if struct sockaddr has the sa_len member */
54 #undef HAVE_SOCKADDR_SA_LEN
55
56 /* define if you have struct sockaddr_storage */
57 #undef HAVE_SOCKADDR_STORAGE
58
59 /* define if you have both getipnodebyname() and getipnodebyaddr() */
60 #undef USE_GETIPNODEBY
61
62 /* define if you have ether_ntohost() and it works */
63 #undef USE_ETHER_NTOHOST
64
65 /* define if unaligned memory accesses fail */
66 #undef LBL_ALIGN
67
68 /* The successful return value from signal (?)XXX */
69 #undef RETSIGVAL
70
71 /* Define this on IRIX */
72 #undef _BSD_SIGNALS
73
74 /* For HP/UX ANSI compiler? */
75 #undef _HPUX_SOURCE
76
77 /* AIX hack. */
78 #undef _SUN
79
80 /* Workaround for missing sized types */
81 /* XXX this should move to the more standard uint*_t */
82 #undef int16_t
83 #undef int32_t
84 #undef u_int16_t
85 #undef u_int32_t
86 #undef u_int8_t
87
88 /* The number of bytes in a char. */
89 #undef SIZEOF_CHAR
90
91 /* The number of bytes in a int. */
92 #undef SIZEOF_INT
93
94 /* The number of bytes in a long. */
95 #undef SIZEOF_LONG
96
97 /* The number of bytes in a short. */
98 #undef SIZEOF_SHORT
99
100 /* Define if you have the bpf_dump function. */
101 #undef HAVE_BPF_DUMP
102
103 /* Define if you have the ether_ntohost function. */
104 #undef HAVE_ETHER_NTOHOST
105
106 /* Define if you have the freeaddrinfo function. */
107 #undef HAVE_FREEADDRINFO
108
109 /* Define if you have the getaddrinfo function. */
110 #undef HAVE_GETADDRINFO
111
112 /* Define if you have the getipnodebyaddr function. */
113 #undef HAVE_GETIPNODEBYADDR
114
115 /* Define if you have the getipnodebyname function. */
116 #undef HAVE_GETIPNODEBYNAME
117
118 /* Define if you have the getnameinfo function. */
119 #undef HAVE_GETNAMEINFO
120
121 /* Define if you have the inet_aton function. */
122 #undef HAVE_INET_ATON
123
124 /* Define if you have the inet_ntop function. */
125 #undef HAVE_INET_NTOP
126
127 /* Define if you have the inet_pton function. */
128 #undef HAVE_INET_PTON
129
130 /* Define if you have the pfopen function. */
131 #undef HAVE_PFOPEN
132
133 /* Define if you have the setlinebuf function. */
134 #undef HAVE_SETLINEBUF
135
136 /* Define if you have the sigaction function. */
137 #undef HAVE_SIGACTION
138
139 /* Define if you have the sigset function. */
140 #undef HAVE_SIGSET
141
142 /* Define if you have the snprintf function. */
143 #undef HAVE_SNPRINTF
144
145 /* Define if you have the strcasecmp function. */
146 #undef HAVE_STRCASECMP
147
148 /* Define if you have the strdup function. */
149 #undef HAVE_STRDUP
150
151 /* Define if you have the strlcat function. */
152 #undef HAVE_STRLCAT
153
154 /* Define if you have the strlcpy function. */
155 #undef HAVE_STRLCPY
156
157 /* Define if you have the vfprintf function. */
158 #undef HAVE_VFPRINTF
159
160 /* Define if you have the vsnprintf function. */
161 #undef HAVE_VSNPRINTF
162
163 /* Define if you have the <cast.h> header file. */
164 #undef HAVE_CAST_H
165
166 /* Define if you have the <fcntl.h> header file. */
167 #undef HAVE_FCNTL_H
168
169 /* Define if you have the <netinet/if_ether.h> header file. */
170 #undef HAVE_NETINET_IF_ETHER_H
171
172 /* Define if you have the <rc5.h> header file. */
173 #undef HAVE_RC5_H
174
175 /* Define if you have the <rpc/rpcent.h> header file. */
176 #undef HAVE_RPC_RPCENT_H
177
178 /* Define if you have the <smi.h> header file. */
179 #undef HAVE_SMI_H
180
181 /* Define if you have the crypto library (-lcrypto). */
182 #undef HAVE_LIBCRYPTO
183
184 /* Define if you have the dnet library (-ldnet). */
185 #undef HAVE_LIBDNET
186
187 /* Define if you have the nsl library (-lnsl). */
188 #undef HAVE_LIBNSL
189
190 /* Define if you have the resolv library (-lresolv). */
191 #undef HAVE_LIBRESOLV
192
193 /* Define if you have the rpc library (-lrpc). */
194 #undef HAVE_LIBRPC
195
196 /* Define if you have the smi library (-lsmi). */
197 #undef HAVE_LIBSMI
198
199 /* Define if you have the socket library (-lsocket). */
200 #undef HAVE_LIBSOCKET
201
202 /* Define if you have the str library (-lstr). */
203 #undef HAVE_LIBSTR
204
205 /* define if your compiler has __attribute__ */
206 #undef HAVE___ATTRIBUTE__
207