config.h.in revision 111726
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 the return type of signal handlers (int or void).  */
9#undef RETSIGTYPE
10
11/* Define if you can safely include both <sys/time.h> and <time.h>.  */
12#undef TIME_WITH_SYS_TIME
13
14/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
15#undef HAVE_BUGGY_CAST128
16
17/* Define if you enable IPv6 support */
18#undef INET6
19
20/* Define if you enable support for the libsmi. */
21#undef LIBSMI
22
23/* define if you have struct __res_state_ext */
24#undef HAVE_RES_STATE_EXT
25
26/* define if your struct __res_state has the nsort member */
27#undef HAVE_NEW_RES_STATE
28
29/* define if you have the addrinfo function. */
30#undef HAVE_ADDRINFO
31
32/* define if you need to include missing/addrinfoh.h. */
33#undef NEED_ADDRINFO_H
34
35/* define ifyou have the h_errno variable. */
36#undef HAVE_H_ERRNO
37
38/* define if IN6ADDRSZ is defined (XXX not used!) */
39#undef HAVE_IN6ADDRSZ
40
41/* define if INADDRSZ is defined (XXX not used!) */
42#undef HAVE_INADDRSZ
43
44/* define if this is a development version, to use additional prototypes. */
45#undef HAVE_OS_PROTO_H
46
47/* define if RES_USE_INET6 is defined */
48#undef HAVE_RES_USE_INET6
49
50/* define if struct sockaddr has the sa_len member */
51#undef HAVE_SOCKADDR_SA_LEN
52
53/* define if you have struct sockaddr_storage */
54#undef HAVE_SOCKADDR_STORAGE
55
56/* define if you have ether_ntohost() and it works */
57#undef USE_ETHER_NTOHOST
58
59/* define if unaligned memory accesses fail */
60#undef LBL_ALIGN
61
62/* The successful return value from signal (?)XXX */
63#undef RETSIGVAL
64
65/* Define this on IRIX */
66#undef _BSD_SIGNALS
67
68/* For HP/UX ANSI compiler? */
69#undef _HPUX_SOURCE
70
71/* AIX hack. */
72#undef _SUN
73
74/* Workaround for missing sized types */
75/* XXX this should move to the more standard uint*_t */
76#undef int16_t
77#undef int32_t
78#undef u_int16_t
79#undef u_int32_t
80#undef u_int8_t
81
82/* Whether or not to include the possibly-buggy SMB printer */
83#undef TCPDUMP_DO_SMB
84
85/* Long story short: aclocal.m4 depends on autoconf 2.13
86 * implementation details wrt "const"; newer versions
87 * have different implementation details so for now we
88 * put "const" here.  This may cause duplicate definitions
89 * in config.h but that should be OK since they're the same.
90 */
91#undef const
92
93/* The number of bytes in a char.  */
94#undef SIZEOF_CHAR
95
96/* The number of bytes in a int.  */
97#undef SIZEOF_INT
98
99/* The number of bytes in a long.  */
100#undef SIZEOF_LONG
101
102/* The number of bytes in a short.  */
103#undef SIZEOF_SHORT
104
105/* Define if you have the bpf_dump function.  */
106#undef HAVE_BPF_DUMP
107
108/* Define if you have the ether_ntohost function.  */
109#undef HAVE_ETHER_NTOHOST
110
111/* Define if you have the getaddrinfo function.  */
112#undef HAVE_GETADDRINFO
113
114/* Define if you have the getnameinfo function.  */
115#undef HAVE_GETNAMEINFO
116
117/* Define if you have the inet_aton function.  */
118#undef HAVE_INET_ATON
119
120/* Define if you have the inet_ntop function.  */
121#undef HAVE_INET_NTOP
122
123/* Define if you have the inet_pton function.  */
124#undef HAVE_INET_PTON
125
126/* Define if you have the pfopen function.  */
127#undef HAVE_PFOPEN
128
129/* Define if you have the setlinebuf function.  */
130#undef HAVE_SETLINEBUF
131
132/* Define if you have the sigaction function.  */
133#undef HAVE_SIGACTION
134
135/* Define if you have the sigset function.  */
136#undef HAVE_SIGSET
137
138/* Define if you have the snprintf function.  */
139#undef HAVE_SNPRINTF
140
141/* Define if you have the strcasecmp function.  */
142#undef HAVE_STRCASECMP
143
144/* Define if you have the strdup function.  */
145#undef HAVE_STRDUP
146
147/* Define if you have the strlcat function.  */
148#undef HAVE_STRLCAT
149
150/* Define if you have the strlcpy function.  */
151#undef HAVE_STRLCPY
152
153/* Define if you have the vfprintf function.  */
154#undef HAVE_VFPRINTF
155
156/* Define if you have the vsnprintf function.  */
157#undef HAVE_VSNPRINTF
158
159/* Define if you have the <cast.h> header file.  */
160#undef HAVE_CAST_H
161
162/* Define if you have the <fcntl.h> header file.  */
163#undef HAVE_FCNTL_H
164
165/* Define if you have the <netinet/if_ether.h> header file.  */
166#undef HAVE_NETINET_IF_ETHER_H
167
168/* Define if you have the <rc5.h> header file.  */
169#undef HAVE_RC5_H
170
171/* Define if you have the <rpc/rpcent.h> header file.  */
172#undef HAVE_RPC_RPCENT_H
173
174/* Define if you have the <smi.h> header file.  */
175#undef HAVE_SMI_H
176
177/* Define if you have the crypto library (-lcrypto).  */
178#undef HAVE_LIBCRYPTO
179
180/* Define if you have the dnet library (-ldnet).  */
181#undef HAVE_LIBDNET
182
183/* Define if you have the rpc library (-lrpc).  */
184#undef HAVE_LIBRPC
185
186/* Define if you have the smi library (-lsmi).  */
187#undef HAVE_LIBSMI
188
189/* Define as token for inline if inlining supported */
190#undef inline
191
192/* define if your compiler has __attribute__ */
193#undef HAVE___ATTRIBUTE__
194
195