xref: /freebsd/crypto/krb5/src/include/autoconf.h.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubert/* include/autoconf.h.in.  Generated from configure.ac by autoheader.  */
2*7f2fe78bSCy Schubert
3*7f2fe78bSCy Schubert
4*7f2fe78bSCy Schubert#ifndef KRB5_AUTOCONF_H
5*7f2fe78bSCy Schubert#define KRB5_AUTOCONF_H
6*7f2fe78bSCy Schubert
7*7f2fe78bSCy Schubert
8*7f2fe78bSCy Schubert/* Define if AES-NI support is enabled */
9*7f2fe78bSCy Schubert#undef AESNI
10*7f2fe78bSCy Schubert
11*7f2fe78bSCy Schubert/* Define if socket can't be bound to 0.0.0.0 */
12*7f2fe78bSCy Schubert#undef BROKEN_STREAMS_SOCKETS
13*7f2fe78bSCy Schubert
14*7f2fe78bSCy Schubert/* Define if va_list objects can be simply copied by assignment. */
15*7f2fe78bSCy Schubert#undef CAN_COPY_VA_LIST
16*7f2fe78bSCy Schubert
17*7f2fe78bSCy Schubert/* Define to reduce code size even if it means more cpu usage */
18*7f2fe78bSCy Schubert#undef CONFIG_SMALL
19*7f2fe78bSCy Schubert
20*7f2fe78bSCy Schubert/* Define if __attribute__((constructor)) works */
21*7f2fe78bSCy Schubert#undef CONSTRUCTOR_ATTR_WORKS
22*7f2fe78bSCy Schubert
23*7f2fe78bSCy Schubert/* Define to use OpenSSL crypto library */
24*7f2fe78bSCy Schubert#undef CRYPTO_OPENSSL
25*7f2fe78bSCy Schubert
26*7f2fe78bSCy Schubert/* Define to default ccache name */
27*7f2fe78bSCy Schubert#undef DEFCCNAME
28*7f2fe78bSCy Schubert
29*7f2fe78bSCy Schubert/* Define to default client keytab name */
30*7f2fe78bSCy Schubert#undef DEFCKTNAME
31*7f2fe78bSCy Schubert
32*7f2fe78bSCy Schubert/* Define to default keytab name */
33*7f2fe78bSCy Schubert#undef DEFKTNAME
34*7f2fe78bSCy Schubert
35*7f2fe78bSCy Schubert/* Define if library initialization should be delayed until first use */
36*7f2fe78bSCy Schubert#undef DELAY_INITIALIZER
37*7f2fe78bSCy Schubert
38*7f2fe78bSCy Schubert/* Define if __attribute__((destructor)) works */
39*7f2fe78bSCy Schubert#undef DESTRUCTOR_ATTR_WORKS
40*7f2fe78bSCy Schubert
41*7f2fe78bSCy Schubert/* Define to disable PKINIT plugin support */
42*7f2fe78bSCy Schubert#undef DISABLE_PKINIT
43*7f2fe78bSCy Schubert
44*7f2fe78bSCy Schubert/* Define if LDAP KDB support within the Kerberos library (mainly ASN.1 code)
45*7f2fe78bSCy Schubert   should be enabled. */
46*7f2fe78bSCy Schubert#undef ENABLE_LDAP
47*7f2fe78bSCy Schubert
48*7f2fe78bSCy Schubert/* Define if translation functions should be used. */
49*7f2fe78bSCy Schubert#undef ENABLE_NLS
50*7f2fe78bSCy Schubert
51*7f2fe78bSCy Schubert/* Define if thread support enabled */
52*7f2fe78bSCy Schubert#undef ENABLE_THREADS
53*7f2fe78bSCy Schubert
54*7f2fe78bSCy Schubert/* Define as return type of endrpcent */
55*7f2fe78bSCy Schubert#undef ENDRPCENT_TYPE
56*7f2fe78bSCy Schubert
57*7f2fe78bSCy Schubert/* Define to the type of elements in the array set by `getgroups'. Usually
58*7f2fe78bSCy Schubert   this is either `int' or `gid_t'. */
59*7f2fe78bSCy Schubert#undef GETGROUPS_T
60*7f2fe78bSCy Schubert
61*7f2fe78bSCy Schubert/* Define if gethostbyname_r returns int rather than struct hostent * */
62*7f2fe78bSCy Schubert#undef GETHOSTBYNAME_R_RETURNS_INT
63*7f2fe78bSCy Schubert
64*7f2fe78bSCy Schubert/* Type of getpeername second argument. */
65*7f2fe78bSCy Schubert#undef GETPEERNAME_ARG3_TYPE
66*7f2fe78bSCy Schubert
67*7f2fe78bSCy Schubert/* Define if getpwnam_r exists but takes only 4 arguments (e.g., POSIX draft 6
68*7f2fe78bSCy Schubert   implementations like some Solaris releases). */
69*7f2fe78bSCy Schubert#undef GETPWNAM_R_4_ARGS
70*7f2fe78bSCy Schubert
71*7f2fe78bSCy Schubert/* Define if getpwnam_r returns an int */
72*7f2fe78bSCy Schubert#undef GETPWNAM_R_RETURNS_INT
73*7f2fe78bSCy Schubert
74*7f2fe78bSCy Schubert/* Define if getpwuid_r exists but takes only 4 arguments (e.g., POSIX draft 6
75*7f2fe78bSCy Schubert   implementations like some Solaris releases). */
76*7f2fe78bSCy Schubert#undef GETPWUID_R_4_ARGS
77*7f2fe78bSCy Schubert
78*7f2fe78bSCy Schubert/* Define if getservbyname_r returns int rather than struct servent * */
79*7f2fe78bSCy Schubert#undef GETSERVBYNAME_R_RETURNS_INT
80*7f2fe78bSCy Schubert
81*7f2fe78bSCy Schubert/* Type of pointer target for argument 3 to getsockname */
82*7f2fe78bSCy Schubert#undef GETSOCKNAME_ARG3_TYPE
83*7f2fe78bSCy Schubert
84*7f2fe78bSCy Schubert/* Define if gmtime_r returns int instead of struct tm pointer, as on old
85*7f2fe78bSCy Schubert   HP-UX systems. */
86*7f2fe78bSCy Schubert#undef GMTIME_R_RETURNS_INT
87*7f2fe78bSCy Schubert
88*7f2fe78bSCy Schubert/* Define if va_copy macro or function is available. */
89*7f2fe78bSCy Schubert#undef HAS_VA_COPY
90*7f2fe78bSCy Schubert
91*7f2fe78bSCy Schubert/* Define to 1 if you have the `access' function. */
92*7f2fe78bSCy Schubert#undef HAVE_ACCESS
93*7f2fe78bSCy Schubert
94*7f2fe78bSCy Schubert/* Define to 1 if you have the <alloca.h> header file. */
95*7f2fe78bSCy Schubert#undef HAVE_ALLOCA_H
96*7f2fe78bSCy Schubert
97*7f2fe78bSCy Schubert/* Define to 1 if you have the <arpa/inet.h> header file. */
98*7f2fe78bSCy Schubert#undef HAVE_ARPA_INET_H
99*7f2fe78bSCy Schubert
100*7f2fe78bSCy Schubert/* Define to 1 if you have the `bswap16' function. */
101*7f2fe78bSCy Schubert#undef HAVE_BSWAP16
102*7f2fe78bSCy Schubert
103*7f2fe78bSCy Schubert/* Define to 1 if you have the `bswap64' function. */
104*7f2fe78bSCy Schubert#undef HAVE_BSWAP64
105*7f2fe78bSCy Schubert
106*7f2fe78bSCy Schubert/* Define to 1 if bswap_16 is available via byteswap.h */
107*7f2fe78bSCy Schubert#undef HAVE_BSWAP_16
108*7f2fe78bSCy Schubert
109*7f2fe78bSCy Schubert/* Define to 1 if bswap_64 is available via byteswap.h */
110*7f2fe78bSCy Schubert#undef HAVE_BSWAP_64
111*7f2fe78bSCy Schubert
112*7f2fe78bSCy Schubert/* Define if bt_rseq is available, for recursive btree traversal. */
113*7f2fe78bSCy Schubert#undef HAVE_BT_RSEQ
114*7f2fe78bSCy Schubert
115*7f2fe78bSCy Schubert/* Define to 1 if you have the <byteswap.h> header file. */
116*7f2fe78bSCy Schubert#undef HAVE_BYTESWAP_H
117*7f2fe78bSCy Schubert
118*7f2fe78bSCy Schubert/* Define to 1 if you have the `chmod' function. */
119*7f2fe78bSCy Schubert#undef HAVE_CHMOD
120*7f2fe78bSCy Schubert
121*7f2fe78bSCy Schubert/* Define if cmocka library is available. */
122*7f2fe78bSCy Schubert#undef HAVE_CMOCKA
123*7f2fe78bSCy Schubert
124*7f2fe78bSCy Schubert/* Define to 1 if you have the `compile' function. */
125*7f2fe78bSCy Schubert#undef HAVE_COMPILE
126*7f2fe78bSCy Schubert
127*7f2fe78bSCy Schubert/* Define if com_err has compatible gettext support */
128*7f2fe78bSCy Schubert#undef HAVE_COM_ERR_INTL
129*7f2fe78bSCy Schubert
130*7f2fe78bSCy Schubert/* Define to 1 if you have the <cpuid.h> header file. */
131*7f2fe78bSCy Schubert#undef HAVE_CPUID_H
132*7f2fe78bSCy Schubert
133*7f2fe78bSCy Schubert/* Define to 1 if you have the `daemon' function. */
134*7f2fe78bSCy Schubert#undef HAVE_DAEMON
135*7f2fe78bSCy Schubert
136*7f2fe78bSCy Schubert/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
137*7f2fe78bSCy Schubert   don't. */
138*7f2fe78bSCy Schubert#undef HAVE_DECL_STRERROR_R
139*7f2fe78bSCy Schubert
140*7f2fe78bSCy Schubert/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
141*7f2fe78bSCy Schubert   */
142*7f2fe78bSCy Schubert#undef HAVE_DIRENT_H
143*7f2fe78bSCy Schubert
144*7f2fe78bSCy Schubert/* Define to 1 if you have the <dlfcn.h> header file. */
145*7f2fe78bSCy Schubert#undef HAVE_DLFCN_H
146*7f2fe78bSCy Schubert
147*7f2fe78bSCy Schubert/* Define to 1 if you have the `dn_skipname' function. */
148*7f2fe78bSCy Schubert#undef HAVE_DN_SKIPNAME
149*7f2fe78bSCy Schubert
150*7f2fe78bSCy Schubert/* Define to 1 if you have the <endian.h> header file. */
151*7f2fe78bSCy Schubert#undef HAVE_ENDIAN_H
152*7f2fe78bSCy Schubert
153*7f2fe78bSCy Schubert/* Define to 1 if you have the <errno.h> header file. */
154*7f2fe78bSCy Schubert#undef HAVE_ERRNO_H
155*7f2fe78bSCy Schubert
156*7f2fe78bSCy Schubert/* Define to 1 if you have the `EVP_PKEY_get_bn_param' function. */
157*7f2fe78bSCy Schubert#undef HAVE_EVP_PKEY_GET_BN_PARAM
158*7f2fe78bSCy Schubert
159*7f2fe78bSCy Schubert/* Define to 1 if you have the `explicit_bzero' function. */
160*7f2fe78bSCy Schubert#undef HAVE_EXPLICIT_BZERO
161*7f2fe78bSCy Schubert
162*7f2fe78bSCy Schubert/* Define to 1 if you have the `explicit_memset' function. */
163*7f2fe78bSCy Schubert#undef HAVE_EXPLICIT_MEMSET
164*7f2fe78bSCy Schubert
165*7f2fe78bSCy Schubert/* Define to 1 if you have the `fchmod' function. */
166*7f2fe78bSCy Schubert#undef HAVE_FCHMOD
167*7f2fe78bSCy Schubert
168*7f2fe78bSCy Schubert/* Define to 1 if you have the <fcntl.h> header file. */
169*7f2fe78bSCy Schubert#undef HAVE_FCNTL_H
170*7f2fe78bSCy Schubert
171*7f2fe78bSCy Schubert/* Define to 1 if you have the `flock' function. */
172*7f2fe78bSCy Schubert#undef HAVE_FLOCK
173*7f2fe78bSCy Schubert
174*7f2fe78bSCy Schubert/* Define to 1 if you have the `fnmatch' function. */
175*7f2fe78bSCy Schubert#undef HAVE_FNMATCH
176*7f2fe78bSCy Schubert
177*7f2fe78bSCy Schubert/* Define to 1 if you have the <fnmatch.h> header file. */
178*7f2fe78bSCy Schubert#undef HAVE_FNMATCH_H
179*7f2fe78bSCy Schubert
180*7f2fe78bSCy Schubert/* Define if you have the getaddrinfo function */
181*7f2fe78bSCy Schubert#undef HAVE_GETADDRINFO
182*7f2fe78bSCy Schubert
183*7f2fe78bSCy Schubert/* Define to 1 if you have the `getcwd' function. */
184*7f2fe78bSCy Schubert#undef HAVE_GETCWD
185*7f2fe78bSCy Schubert
186*7f2fe78bSCy Schubert/* Define to 1 if you have the `getenv' function. */
187*7f2fe78bSCy Schubert#undef HAVE_GETENV
188*7f2fe78bSCy Schubert
189*7f2fe78bSCy Schubert/* Define to 1 if you have the `geteuid' function. */
190*7f2fe78bSCy Schubert#undef HAVE_GETEUID
191*7f2fe78bSCy Schubert
192*7f2fe78bSCy Schubert/* Define if gethostbyname_r exists and its return type is known */
193*7f2fe78bSCy Schubert#undef HAVE_GETHOSTBYNAME_R
194*7f2fe78bSCy Schubert
195*7f2fe78bSCy Schubert/* Define to 1 if you have the `getnameinfo' function. */
196*7f2fe78bSCy Schubert#undef HAVE_GETNAMEINFO
197*7f2fe78bSCy Schubert
198*7f2fe78bSCy Schubert/* Define if system getopt should be used. */
199*7f2fe78bSCy Schubert#undef HAVE_GETOPT
200*7f2fe78bSCy Schubert
201*7f2fe78bSCy Schubert/* Define if system getopt_long should be used. */
202*7f2fe78bSCy Schubert#undef HAVE_GETOPT_LONG
203*7f2fe78bSCy Schubert
204*7f2fe78bSCy Schubert/* Define if getpwnam_r is available and useful. */
205*7f2fe78bSCy Schubert#undef HAVE_GETPWNAM_R
206*7f2fe78bSCy Schubert
207*7f2fe78bSCy Schubert/* Define if getpwuid_r is available and useful. */
208*7f2fe78bSCy Schubert#undef HAVE_GETPWUID_R
209*7f2fe78bSCy Schubert
210*7f2fe78bSCy Schubert/* Define to 1 if you have the `getresgid' function. */
211*7f2fe78bSCy Schubert#undef HAVE_GETRESGID
212*7f2fe78bSCy Schubert
213*7f2fe78bSCy Schubert/* Define to 1 if you have the `getresuid' function. */
214*7f2fe78bSCy Schubert#undef HAVE_GETRESUID
215*7f2fe78bSCy Schubert
216*7f2fe78bSCy Schubert/* Define if getservbyname_r exists and its return type is known */
217*7f2fe78bSCy Schubert#undef HAVE_GETSERVBYNAME_R
218*7f2fe78bSCy Schubert
219*7f2fe78bSCy Schubert/* Have the gettimeofday function */
220*7f2fe78bSCy Schubert#undef HAVE_GETTIMEOFDAY
221*7f2fe78bSCy Schubert
222*7f2fe78bSCy Schubert/* Define to 1 if you have the `getusershell' function. */
223*7f2fe78bSCy Schubert#undef HAVE_GETUSERSHELL
224*7f2fe78bSCy Schubert
225*7f2fe78bSCy Schubert/* Define to 1 if you have the `gmtime_r' function. */
226*7f2fe78bSCy Schubert#undef HAVE_GMTIME_R
227*7f2fe78bSCy Schubert
228*7f2fe78bSCy Schubert/* Define to 1 if you have the <ifaddrs.h> header file. */
229*7f2fe78bSCy Schubert#undef HAVE_IFADDRS_H
230*7f2fe78bSCy Schubert
231*7f2fe78bSCy Schubert/* Define to 1 if you have the `inet_ntop' function. */
232*7f2fe78bSCy Schubert#undef HAVE_INET_NTOP
233*7f2fe78bSCy Schubert
234*7f2fe78bSCy Schubert/* Define to 1 if you have the `inet_pton' function. */
235*7f2fe78bSCy Schubert#undef HAVE_INET_PTON
236*7f2fe78bSCy Schubert
237*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `int16_t'. */
238*7f2fe78bSCy Schubert#undef HAVE_INT16_T
239*7f2fe78bSCy Schubert
240*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `int32_t'. */
241*7f2fe78bSCy Schubert#undef HAVE_INT32_T
242*7f2fe78bSCy Schubert
243*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `int8_t'. */
244*7f2fe78bSCy Schubert#undef HAVE_INT8_T
245*7f2fe78bSCy Schubert
246*7f2fe78bSCy Schubert/* Define to 1 if you have the <inttypes.h> header file. */
247*7f2fe78bSCy Schubert#undef HAVE_INTTYPES_H
248*7f2fe78bSCy Schubert
249*7f2fe78bSCy Schubert/* Define to 1 if you have the <keyutils.h> header file. */
250*7f2fe78bSCy Schubert#undef HAVE_KEYUTILS_H
251*7f2fe78bSCy Schubert
252*7f2fe78bSCy Schubert/* Define to 1 if you have the <lber.h> header file. */
253*7f2fe78bSCy Schubert#undef HAVE_LBER_H
254*7f2fe78bSCy Schubert
255*7f2fe78bSCy Schubert/* Define to 1 if you have the <ldap.h> header file. */
256*7f2fe78bSCy Schubert#undef HAVE_LDAP_H
257*7f2fe78bSCy Schubert
258*7f2fe78bSCy Schubert/* Define to 1 if you have the `crypto' library (-lcrypto). */
259*7f2fe78bSCy Schubert#undef HAVE_LIBCRYPTO
260*7f2fe78bSCy Schubert
261*7f2fe78bSCy Schubert/* Define if building with libedit. */
262*7f2fe78bSCy Schubert#undef HAVE_LIBEDIT
263*7f2fe78bSCy Schubert
264*7f2fe78bSCy Schubert/* Define to 1 if you have the `nsl' library (-lnsl). */
265*7f2fe78bSCy Schubert#undef HAVE_LIBNSL
266*7f2fe78bSCy Schubert
267*7f2fe78bSCy Schubert/* Define to 1 if you have the `resolv' library (-lresolv). */
268*7f2fe78bSCy Schubert#undef HAVE_LIBRESOLV
269*7f2fe78bSCy Schubert
270*7f2fe78bSCy Schubert/* Define to 1 if you have the `socket' library (-lsocket). */
271*7f2fe78bSCy Schubert#undef HAVE_LIBSOCKET
272*7f2fe78bSCy Schubert
273*7f2fe78bSCy Schubert/* Define if the util library is available */
274*7f2fe78bSCy Schubert#undef HAVE_LIBUTIL
275*7f2fe78bSCy Schubert
276*7f2fe78bSCy Schubert/* Define to 1 if you have the <limits.h> header file. */
277*7f2fe78bSCy Schubert#undef HAVE_LIMITS_H
278*7f2fe78bSCy Schubert
279*7f2fe78bSCy Schubert/* Define to 1 if you have the `localtime_r' function. */
280*7f2fe78bSCy Schubert#undef HAVE_LOCALTIME_R
281*7f2fe78bSCy Schubert
282*7f2fe78bSCy Schubert/* Define to 1 if you have the <machine/byte_order.h> header file. */
283*7f2fe78bSCy Schubert#undef HAVE_MACHINE_BYTE_ORDER_H
284*7f2fe78bSCy Schubert
285*7f2fe78bSCy Schubert/* Define to 1 if you have the <machine/endian.h> header file. */
286*7f2fe78bSCy Schubert#undef HAVE_MACHINE_ENDIAN_H
287*7f2fe78bSCy Schubert
288*7f2fe78bSCy Schubert/* Define to 1 if you have the <memory.h> header file. */
289*7f2fe78bSCy Schubert#undef HAVE_MEMORY_H
290*7f2fe78bSCy Schubert
291*7f2fe78bSCy Schubert/* Define to 1 if you have the `mkstemp' function. */
292*7f2fe78bSCy Schubert#undef HAVE_MKSTEMP
293*7f2fe78bSCy Schubert
294*7f2fe78bSCy Schubert/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
295*7f2fe78bSCy Schubert#undef HAVE_NDIR_H
296*7f2fe78bSCy Schubert
297*7f2fe78bSCy Schubert/* Define to 1 if you have the <netdb.h> header file. */
298*7f2fe78bSCy Schubert#undef HAVE_NETDB_H
299*7f2fe78bSCy Schubert
300*7f2fe78bSCy Schubert/* Define if netdb.h declares h_errno */
301*7f2fe78bSCy Schubert#undef HAVE_NETDB_H_H_ERRNO
302*7f2fe78bSCy Schubert
303*7f2fe78bSCy Schubert/* Define to 1 if you have the <netinet/in.h> header file. */
304*7f2fe78bSCy Schubert#undef HAVE_NETINET_IN_H
305*7f2fe78bSCy Schubert
306*7f2fe78bSCy Schubert/* Define to 1 if you have the `ns_initparse' function. */
307*7f2fe78bSCy Schubert#undef HAVE_NS_INITPARSE
308*7f2fe78bSCy Schubert
309*7f2fe78bSCy Schubert/* Define to 1 if you have the `ns_name_uncompress' function. */
310*7f2fe78bSCy Schubert#undef HAVE_NS_NAME_UNCOMPRESS
311*7f2fe78bSCy Schubert
312*7f2fe78bSCy Schubert/* Define to 1 if you have the <paths.h> header file. */
313*7f2fe78bSCy Schubert#undef HAVE_PATHS_H
314*7f2fe78bSCy Schubert
315*7f2fe78bSCy Schubert/* Define if persistent keyrings are supported */
316*7f2fe78bSCy Schubert#undef HAVE_PERSISTENT_KEYRING
317*7f2fe78bSCy Schubert
318*7f2fe78bSCy Schubert/* Define to 1 if you have the <poll.h> header file. */
319*7f2fe78bSCy Schubert#undef HAVE_POLL_H
320*7f2fe78bSCy Schubert
321*7f2fe78bSCy Schubert/* Define if #pragma weak references work */
322*7f2fe78bSCy Schubert#undef HAVE_PRAGMA_WEAK_REF
323*7f2fe78bSCy Schubert
324*7f2fe78bSCy Schubert/* Define if you have POSIX threads libraries and header files. */
325*7f2fe78bSCy Schubert#undef HAVE_PTHREAD
326*7f2fe78bSCy Schubert
327*7f2fe78bSCy Schubert/* Define to 1 if you have the `pthread_once' function. */
328*7f2fe78bSCy Schubert#undef HAVE_PTHREAD_ONCE
329*7f2fe78bSCy Schubert
330*7f2fe78bSCy Schubert/* Have PTHREAD_PRIO_INHERIT. */
331*7f2fe78bSCy Schubert#undef HAVE_PTHREAD_PRIO_INHERIT
332*7f2fe78bSCy Schubert
333*7f2fe78bSCy Schubert/* Define to 1 if you have the `pthread_rwlock_init' function. */
334*7f2fe78bSCy Schubert#undef HAVE_PTHREAD_RWLOCK_INIT
335*7f2fe78bSCy Schubert
336*7f2fe78bSCy Schubert/* Define if pthread_rwlock_init is provided in the thread library. */
337*7f2fe78bSCy Schubert#undef HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB
338*7f2fe78bSCy Schubert
339*7f2fe78bSCy Schubert/* Define to 1 if you have the <pwd.h> header file. */
340*7f2fe78bSCy Schubert#undef HAVE_PWD_H
341*7f2fe78bSCy Schubert
342*7f2fe78bSCy Schubert/* Define if building with GNU Readline. */
343*7f2fe78bSCy Schubert#undef HAVE_READLINE
344*7f2fe78bSCy Schubert
345*7f2fe78bSCy Schubert/* Define if regcomp exists and functions */
346*7f2fe78bSCy Schubert#undef HAVE_REGCOMP
347*7f2fe78bSCy Schubert
348*7f2fe78bSCy Schubert/* Define to 1 if you have the `regexec' function. */
349*7f2fe78bSCy Schubert#undef HAVE_REGEXEC
350*7f2fe78bSCy Schubert
351*7f2fe78bSCy Schubert/* Define to 1 if you have the <regexpr.h> header file. */
352*7f2fe78bSCy Schubert#undef HAVE_REGEXPR_H
353*7f2fe78bSCy Schubert
354*7f2fe78bSCy Schubert/* Define to 1 if you have the <regex.h> header file. */
355*7f2fe78bSCy Schubert#undef HAVE_REGEX_H
356*7f2fe78bSCy Schubert
357*7f2fe78bSCy Schubert/* Define to 1 if you have the `res_nclose' function. */
358*7f2fe78bSCy Schubert#undef HAVE_RES_NCLOSE
359*7f2fe78bSCy Schubert
360*7f2fe78bSCy Schubert/* Define to 1 if you have the `res_ndestroy' function. */
361*7f2fe78bSCy Schubert#undef HAVE_RES_NDESTROY
362*7f2fe78bSCy Schubert
363*7f2fe78bSCy Schubert/* Define to 1 if you have the `res_ninit' function. */
364*7f2fe78bSCy Schubert#undef HAVE_RES_NINIT
365*7f2fe78bSCy Schubert
366*7f2fe78bSCy Schubert/* Define to 1 if you have the `res_nsearch' function. */
367*7f2fe78bSCy Schubert#undef HAVE_RES_NSEARCH
368*7f2fe78bSCy Schubert
369*7f2fe78bSCy Schubert/* Define to 1 if you have the `res_search' function */
370*7f2fe78bSCy Schubert#undef HAVE_RES_SEARCH
371*7f2fe78bSCy Schubert
372*7f2fe78bSCy Schubert/* Define to 1 if you have the `re_comp' function. */
373*7f2fe78bSCy Schubert#undef HAVE_RE_COMP
374*7f2fe78bSCy Schubert
375*7f2fe78bSCy Schubert/* Define to 1 if you have the `re_exec' function. */
376*7f2fe78bSCy Schubert#undef HAVE_RE_EXEC
377*7f2fe78bSCy Schubert
378*7f2fe78bSCy Schubert/* Define to 1 if you have the <sasl/sasl.h> header file. */
379*7f2fe78bSCy Schubert#undef HAVE_SASL_SASL_H
380*7f2fe78bSCy Schubert
381*7f2fe78bSCy Schubert/* Define if struct sockaddr contains sa_len */
382*7f2fe78bSCy Schubert#undef HAVE_SA_LEN
383*7f2fe78bSCy Schubert
384*7f2fe78bSCy Schubert/* Define to 1 if you have the `secure_getenv' function. */
385*7f2fe78bSCy Schubert#undef HAVE_SECURE_GETENV
386*7f2fe78bSCy Schubert
387*7f2fe78bSCy Schubert/* Define to 1 if you have the `setegid' function. */
388*7f2fe78bSCy Schubert#undef HAVE_SETEGID
389*7f2fe78bSCy Schubert
390*7f2fe78bSCy Schubert/* Define to 1 if you have the `setenv' function. */
391*7f2fe78bSCy Schubert#undef HAVE_SETENV
392*7f2fe78bSCy Schubert
393*7f2fe78bSCy Schubert/* Define to 1 if you have the `seteuid' function. */
394*7f2fe78bSCy Schubert#undef HAVE_SETEUID
395*7f2fe78bSCy Schubert
396*7f2fe78bSCy Schubert/* Define if setluid provided in OSF/1 security library */
397*7f2fe78bSCy Schubert#undef HAVE_SETLUID
398*7f2fe78bSCy Schubert
399*7f2fe78bSCy Schubert/* Define to 1 if you have the `setregid' function. */
400*7f2fe78bSCy Schubert#undef HAVE_SETREGID
401*7f2fe78bSCy Schubert
402*7f2fe78bSCy Schubert/* Define to 1 if you have the `setresgid' function. */
403*7f2fe78bSCy Schubert#undef HAVE_SETRESGID
404*7f2fe78bSCy Schubert
405*7f2fe78bSCy Schubert/* Define to 1 if you have the `setresuid' function. */
406*7f2fe78bSCy Schubert#undef HAVE_SETRESUID
407*7f2fe78bSCy Schubert
408*7f2fe78bSCy Schubert/* Define to 1 if you have the `setreuid' function. */
409*7f2fe78bSCy Schubert#undef HAVE_SETREUID
410*7f2fe78bSCy Schubert
411*7f2fe78bSCy Schubert/* Define to 1 if you have the `setsid' function. */
412*7f2fe78bSCy Schubert#undef HAVE_SETSID
413*7f2fe78bSCy Schubert
414*7f2fe78bSCy Schubert/* Define to 1 if you have the `setvbuf' function. */
415*7f2fe78bSCy Schubert#undef HAVE_SETVBUF
416*7f2fe78bSCy Schubert
417*7f2fe78bSCy Schubert/* Define if there is a socklen_t type. If not, probably use size_t */
418*7f2fe78bSCy Schubert#undef HAVE_SOCKLEN_T
419*7f2fe78bSCy Schubert
420*7f2fe78bSCy Schubert/* Define to 1 if you have the `srand' function. */
421*7f2fe78bSCy Schubert#undef HAVE_SRAND
422*7f2fe78bSCy Schubert
423*7f2fe78bSCy Schubert/* Define to 1 if you have the `srand48' function. */
424*7f2fe78bSCy Schubert#undef HAVE_SRAND48
425*7f2fe78bSCy Schubert
426*7f2fe78bSCy Schubert/* Define to 1 if you have the `srandom' function. */
427*7f2fe78bSCy Schubert#undef HAVE_SRANDOM
428*7f2fe78bSCy Schubert
429*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `ssize_t'. */
430*7f2fe78bSCy Schubert#undef HAVE_SSIZE_T
431*7f2fe78bSCy Schubert
432*7f2fe78bSCy Schubert/* Define to 1 if you have the `stat' function. */
433*7f2fe78bSCy Schubert#undef HAVE_STAT
434*7f2fe78bSCy Schubert
435*7f2fe78bSCy Schubert/* Define to 1 if you have the <stddef.h> header file. */
436*7f2fe78bSCy Schubert#undef HAVE_STDDEF_H
437*7f2fe78bSCy Schubert
438*7f2fe78bSCy Schubert/* Define to 1 if you have the <stdint.h> header file. */
439*7f2fe78bSCy Schubert#undef HAVE_STDINT_H
440*7f2fe78bSCy Schubert
441*7f2fe78bSCy Schubert/* Define to 1 if you have the <stdio.h> header file. */
442*7f2fe78bSCy Schubert#undef HAVE_STDIO_H
443*7f2fe78bSCy Schubert
444*7f2fe78bSCy Schubert/* Define to 1 if you have the <stdlib.h> header file. */
445*7f2fe78bSCy Schubert#undef HAVE_STDLIB_H
446*7f2fe78bSCy Schubert
447*7f2fe78bSCy Schubert/* Define to 1 if you have the `step' function. */
448*7f2fe78bSCy Schubert#undef HAVE_STEP
449*7f2fe78bSCy Schubert
450*7f2fe78bSCy Schubert/* Define to 1 if you have the `strchr' function. */
451*7f2fe78bSCy Schubert#undef HAVE_STRCHR
452*7f2fe78bSCy Schubert
453*7f2fe78bSCy Schubert/* Define to 1 if you have the `strdup' function. */
454*7f2fe78bSCy Schubert#undef HAVE_STRDUP
455*7f2fe78bSCy Schubert
456*7f2fe78bSCy Schubert/* Define to 1 if you have the `strerror' function. */
457*7f2fe78bSCy Schubert#undef HAVE_STRERROR
458*7f2fe78bSCy Schubert
459*7f2fe78bSCy Schubert/* Define if you have `strerror_r'. */
460*7f2fe78bSCy Schubert#undef HAVE_STRERROR_R
461*7f2fe78bSCy Schubert
462*7f2fe78bSCy Schubert/* Define to 1 if you have the <strings.h> header file. */
463*7f2fe78bSCy Schubert#undef HAVE_STRINGS_H
464*7f2fe78bSCy Schubert
465*7f2fe78bSCy Schubert/* Define to 1 if you have the <string.h> header file. */
466*7f2fe78bSCy Schubert#undef HAVE_STRING_H
467*7f2fe78bSCy Schubert
468*7f2fe78bSCy Schubert/* Define to 1 if you have the `strlcpy' function. */
469*7f2fe78bSCy Schubert#undef HAVE_STRLCPY
470*7f2fe78bSCy Schubert
471*7f2fe78bSCy Schubert/* Define to 1 if you have the `strptime' function. */
472*7f2fe78bSCy Schubert#undef HAVE_STRPTIME
473*7f2fe78bSCy Schubert
474*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `struct cmsghdr'. */
475*7f2fe78bSCy Schubert#undef HAVE_STRUCT_CMSGHDR
476*7f2fe78bSCy Schubert
477*7f2fe78bSCy Schubert/* Define if there is a struct if_laddrconf. */
478*7f2fe78bSCy Schubert#undef HAVE_STRUCT_IF_LADDRCONF
479*7f2fe78bSCy Schubert
480*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `struct in6_pktinfo'. */
481*7f2fe78bSCy Schubert#undef HAVE_STRUCT_IN6_PKTINFO
482*7f2fe78bSCy Schubert
483*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `struct in_pktinfo'. */
484*7f2fe78bSCy Schubert#undef HAVE_STRUCT_IN_PKTINFO
485*7f2fe78bSCy Schubert
486*7f2fe78bSCy Schubert/* Define if there is a struct lifconf. */
487*7f2fe78bSCy Schubert#undef HAVE_STRUCT_LIFCONF
488*7f2fe78bSCy Schubert
489*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `struct rt_msghdr'. */
490*7f2fe78bSCy Schubert#undef HAVE_STRUCT_RT_MSGHDR
491*7f2fe78bSCy Schubert
492*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `struct sockaddr_storage'. */
493*7f2fe78bSCy Schubert#undef HAVE_STRUCT_SOCKADDR_STORAGE
494*7f2fe78bSCy Schubert
495*7f2fe78bSCy Schubert/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
496*7f2fe78bSCy Schubert#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
497*7f2fe78bSCy Schubert
498*7f2fe78bSCy Schubert/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
499*7f2fe78bSCy Schubert#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
500*7f2fe78bSCy Schubert
501*7f2fe78bSCy Schubert/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
502*7f2fe78bSCy Schubert#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
503*7f2fe78bSCy Schubert
504*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/bswap.h> header file. */
505*7f2fe78bSCy Schubert#undef HAVE_SYS_BSWAP_H
506*7f2fe78bSCy Schubert
507*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
508*7f2fe78bSCy Schubert   */
509*7f2fe78bSCy Schubert#undef HAVE_SYS_DIR_H
510*7f2fe78bSCy Schubert
511*7f2fe78bSCy Schubert/* Define if sys_errlist in libc */
512*7f2fe78bSCy Schubert#undef HAVE_SYS_ERRLIST
513*7f2fe78bSCy Schubert
514*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/file.h> header file. */
515*7f2fe78bSCy Schubert#undef HAVE_SYS_FILE_H
516*7f2fe78bSCy Schubert
517*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/filio.h> header file. */
518*7f2fe78bSCy Schubert#undef HAVE_SYS_FILIO_H
519*7f2fe78bSCy Schubert
520*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
521*7f2fe78bSCy Schubert   */
522*7f2fe78bSCy Schubert#undef HAVE_SYS_NDIR_H
523*7f2fe78bSCy Schubert
524*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/param.h> header file. */
525*7f2fe78bSCy Schubert#undef HAVE_SYS_PARAM_H
526*7f2fe78bSCy Schubert
527*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/select.h> header file. */
528*7f2fe78bSCy Schubert#undef HAVE_SYS_SELECT_H
529*7f2fe78bSCy Schubert
530*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/socket.h> header file. */
531*7f2fe78bSCy Schubert#undef HAVE_SYS_SOCKET_H
532*7f2fe78bSCy Schubert
533*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/sockio.h> header file. */
534*7f2fe78bSCy Schubert#undef HAVE_SYS_SOCKIO_H
535*7f2fe78bSCy Schubert
536*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/stat.h> header file. */
537*7f2fe78bSCy Schubert#undef HAVE_SYS_STAT_H
538*7f2fe78bSCy Schubert
539*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/time.h> header file. */
540*7f2fe78bSCy Schubert#undef HAVE_SYS_TIME_H
541*7f2fe78bSCy Schubert
542*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/types.h> header file. */
543*7f2fe78bSCy Schubert#undef HAVE_SYS_TYPES_H
544*7f2fe78bSCy Schubert
545*7f2fe78bSCy Schubert/* Define to 1 if you have the <sys/uio.h> header file. */
546*7f2fe78bSCy Schubert#undef HAVE_SYS_UIO_H
547*7f2fe78bSCy Schubert
548*7f2fe78bSCy Schubert/* Define to 1 if you have the `timegm' function. */
549*7f2fe78bSCy Schubert#undef HAVE_TIMEGM
550*7f2fe78bSCy Schubert
551*7f2fe78bSCy Schubert/* Define to 1 if you have the <time.h> header file. */
552*7f2fe78bSCy Schubert#undef HAVE_TIME_H
553*7f2fe78bSCy Schubert
554*7f2fe78bSCy Schubert/* Define to 1 if you have the <unistd.h> header file. */
555*7f2fe78bSCy Schubert#undef HAVE_UNISTD_H
556*7f2fe78bSCy Schubert
557*7f2fe78bSCy Schubert/* Define to 1 if you have the `unsetenv' function. */
558*7f2fe78bSCy Schubert#undef HAVE_UNSETENV
559*7f2fe78bSCy Schubert
560*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_char'. */
561*7f2fe78bSCy Schubert#undef HAVE_U_CHAR
562*7f2fe78bSCy Schubert
563*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_int'. */
564*7f2fe78bSCy Schubert#undef HAVE_U_INT
565*7f2fe78bSCy Schubert
566*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_int16_t'. */
567*7f2fe78bSCy Schubert#undef HAVE_U_INT16_T
568*7f2fe78bSCy Schubert
569*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_int32_t'. */
570*7f2fe78bSCy Schubert#undef HAVE_U_INT32_T
571*7f2fe78bSCy Schubert
572*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_int8_t'. */
573*7f2fe78bSCy Schubert#undef HAVE_U_INT8_T
574*7f2fe78bSCy Schubert
575*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `u_long'. */
576*7f2fe78bSCy Schubert#undef HAVE_U_LONG
577*7f2fe78bSCy Schubert
578*7f2fe78bSCy Schubert/* Define to 1 if you have the `vasprintf' function. */
579*7f2fe78bSCy Schubert#undef HAVE_VASPRINTF
580*7f2fe78bSCy Schubert
581*7f2fe78bSCy Schubert/* Define to 1 if you have the `vsnprintf' function. */
582*7f2fe78bSCy Schubert#undef HAVE_VSNPRINTF
583*7f2fe78bSCy Schubert
584*7f2fe78bSCy Schubert/* Define to 1 if you have the `vsprintf' function. */
585*7f2fe78bSCy Schubert#undef HAVE_VSPRINTF
586*7f2fe78bSCy Schubert
587*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `__int128_t'. */
588*7f2fe78bSCy Schubert#undef HAVE___INT128_T
589*7f2fe78bSCy Schubert
590*7f2fe78bSCy Schubert/* Define to 1 if the system has the type `__uint128_t'. */
591*7f2fe78bSCy Schubert#undef HAVE___UINT128_T
592*7f2fe78bSCy Schubert
593*7f2fe78bSCy Schubert/* Define if errno.h declares perror */
594*7f2fe78bSCy Schubert#undef HDR_HAS_PERROR
595*7f2fe78bSCy Schubert
596*7f2fe78bSCy Schubert/* May need to be defined to enable IPv6 support, for example on IRIX */
597*7f2fe78bSCy Schubert#undef INET6
598*7f2fe78bSCy Schubert
599*7f2fe78bSCy Schubert/* Define if MIT Project Athena default configuration should be used */
600*7f2fe78bSCy Schubert#undef KRB5_ATHENA_COMPAT
601*7f2fe78bSCy Schubert
602*7f2fe78bSCy Schubert/* Define for DNS support of locating realms and KDCs */
603*7f2fe78bSCy Schubert#undef KRB5_DNS_LOOKUP
604*7f2fe78bSCy Schubert
605*7f2fe78bSCy Schubert/* Define to enable DNS lookups of Kerberos realm names */
606*7f2fe78bSCy Schubert#undef KRB5_DNS_LOOKUP_REALM
607*7f2fe78bSCy Schubert
608*7f2fe78bSCy Schubert/* Define if the KDC should return only vague error codes to clients */
609*7f2fe78bSCy Schubert#undef KRBCONF_VAGUE_ERRORS
610*7f2fe78bSCy Schubert
611*7f2fe78bSCy Schubert/* define if the system header files are missing prototype for daemon() */
612*7f2fe78bSCy Schubert#undef NEED_DAEMON_PROTO
613*7f2fe78bSCy Schubert
614*7f2fe78bSCy Schubert/* Define if in6addr_any is not defined in libc */
615*7f2fe78bSCy Schubert#undef NEED_INSIXADDR_ANY
616*7f2fe78bSCy Schubert
617*7f2fe78bSCy Schubert/* define if the system header files are missing prototype for
618*7f2fe78bSCy Schubert   ss_execute_command() */
619*7f2fe78bSCy Schubert#undef NEED_SS_EXECUTE_COMMAND_PROTO
620*7f2fe78bSCy Schubert
621*7f2fe78bSCy Schubert/* define if the system header files are missing prototype for strptime() */
622*7f2fe78bSCy Schubert#undef NEED_STRPTIME_PROTO
623*7f2fe78bSCy Schubert
624*7f2fe78bSCy Schubert/* define if the system header files are missing prototype for swab() */
625*7f2fe78bSCy Schubert#undef NEED_SWAB_PROTO
626*7f2fe78bSCy Schubert
627*7f2fe78bSCy Schubert/* Define if need to declare sys_errlist */
628*7f2fe78bSCy Schubert#undef NEED_SYS_ERRLIST
629*7f2fe78bSCy Schubert
630*7f2fe78bSCy Schubert/* define if the system header files are missing prototype for vasprintf() */
631*7f2fe78bSCy Schubert#undef NEED_VASPRINTF_PROTO
632*7f2fe78bSCy Schubert
633*7f2fe78bSCy Schubert/* Define if the KDC should use no lookaside cache */
634*7f2fe78bSCy Schubert#undef NOCACHE
635*7f2fe78bSCy Schubert
636*7f2fe78bSCy Schubert/* Define if references to pthread routines should be non-weak. */
637*7f2fe78bSCy Schubert#undef NO_WEAK_PTHREADS
638*7f2fe78bSCy Schubert
639*7f2fe78bSCy Schubert/* Define to the address where bug reports for this package should be sent. */
640*7f2fe78bSCy Schubert#undef PACKAGE_BUGREPORT
641*7f2fe78bSCy Schubert
642*7f2fe78bSCy Schubert/* Define to the full name of this package. */
643*7f2fe78bSCy Schubert#undef PACKAGE_NAME
644*7f2fe78bSCy Schubert
645*7f2fe78bSCy Schubert/* Define to the full name and version of this package. */
646*7f2fe78bSCy Schubert#undef PACKAGE_STRING
647*7f2fe78bSCy Schubert
648*7f2fe78bSCy Schubert/* Define to the one symbol short name of this package. */
649*7f2fe78bSCy Schubert#undef PACKAGE_TARNAME
650*7f2fe78bSCy Schubert
651*7f2fe78bSCy Schubert/* Define to the home page for this package. */
652*7f2fe78bSCy Schubert#undef PACKAGE_URL
653*7f2fe78bSCy Schubert
654*7f2fe78bSCy Schubert/* Define to the version of this package. */
655*7f2fe78bSCy Schubert#undef PACKAGE_VERSION
656*7f2fe78bSCy Schubert
657*7f2fe78bSCy Schubert/* Default PKCS11 module name */
658*7f2fe78bSCy Schubert#undef PKCS11_MODNAME
659*7f2fe78bSCy Schubert
660*7f2fe78bSCy Schubert/* Define if setjmp indicates POSIX interface */
661*7f2fe78bSCy Schubert#undef POSIX_SETJMP
662*7f2fe78bSCy Schubert
663*7f2fe78bSCy Schubert/* Define if POSIX signal handling is used */
664*7f2fe78bSCy Schubert#undef POSIX_SIGNALS
665*7f2fe78bSCy Schubert
666*7f2fe78bSCy Schubert/* Define if termios.h exists and tcsetattr exists */
667*7f2fe78bSCy Schubert#undef POSIX_TERMIOS
668*7f2fe78bSCy Schubert
669*7f2fe78bSCy Schubert/* Define to necessary symbol if this constant uses a non-standard name on
670*7f2fe78bSCy Schubert   your system. */
671*7f2fe78bSCy Schubert#undef PTHREAD_CREATE_JOINABLE
672*7f2fe78bSCy Schubert
673*7f2fe78bSCy Schubert/* Define as return type of setrpcent */
674*7f2fe78bSCy Schubert#undef SETRPCENT_TYPE
675*7f2fe78bSCy Schubert
676*7f2fe78bSCy Schubert/* The size of `size_t', as computed by sizeof. */
677*7f2fe78bSCy Schubert#undef SIZEOF_SIZE_T
678*7f2fe78bSCy Schubert
679*7f2fe78bSCy Schubert/* The size of `time_t', as computed by sizeof. */
680*7f2fe78bSCy Schubert#undef SIZEOF_TIME_T
681*7f2fe78bSCy Schubert
682*7f2fe78bSCy Schubert/* Define to use OpenSSL for SPAKE preauth */
683*7f2fe78bSCy Schubert#undef SPAKE_OPENSSL
684*7f2fe78bSCy Schubert
685*7f2fe78bSCy Schubert/* Define for static plugin linkage */
686*7f2fe78bSCy Schubert#undef STATIC_PLUGINS
687*7f2fe78bSCy Schubert
688*7f2fe78bSCy Schubert/* Define to 1 if all of the C90 standard headers exist (not just the ones
689*7f2fe78bSCy Schubert   required in a freestanding environment). This macro is provided for
690*7f2fe78bSCy Schubert   backward compatibility; new code need not use it. */
691*7f2fe78bSCy Schubert#undef STDC_HEADERS
692*7f2fe78bSCy Schubert
693*7f2fe78bSCy Schubert/* Define to 1 if strerror_r returns char *. */
694*7f2fe78bSCy Schubert#undef STRERROR_R_CHAR_P
695*7f2fe78bSCy Schubert
696*7f2fe78bSCy Schubert/* Define if sys_errlist is defined in errno.h */
697*7f2fe78bSCy Schubert#undef SYS_ERRLIST_DECLARED
698*7f2fe78bSCy Schubert
699*7f2fe78bSCy Schubert/* Define if no TLS implementation is selected */
700*7f2fe78bSCy Schubert#undef TLS_IMPL_NONE
701*7f2fe78bSCy Schubert
702*7f2fe78bSCy Schubert/* Define if TLS implementation is OpenSSL */
703*7f2fe78bSCy Schubert#undef TLS_IMPL_OPENSSL
704*7f2fe78bSCy Schubert
705*7f2fe78bSCy Schubert/* Define to build macOS CCAPI client */
706*7f2fe78bSCy Schubert#undef USE_CCAPI_MACOS
707*7f2fe78bSCy Schubert
708*7f2fe78bSCy Schubert/* Define if you have dirent.h functionality */
709*7f2fe78bSCy Schubert#undef USE_DIRENT_H
710*7f2fe78bSCy Schubert
711*7f2fe78bSCy Schubert/* Define if dlopen should be used */
712*7f2fe78bSCy Schubert#undef USE_DLOPEN
713*7f2fe78bSCy Schubert
714*7f2fe78bSCy Schubert/* Define if the keyring ccache should be enabled */
715*7f2fe78bSCy Schubert#undef USE_KEYRING_CCACHE
716*7f2fe78bSCy Schubert
717*7f2fe78bSCy Schubert/* Define if link-time options for library finalization will be used */
718*7f2fe78bSCy Schubert#undef USE_LINKER_FINI_OPTION
719*7f2fe78bSCy Schubert
720*7f2fe78bSCy Schubert/* Define if link-time options for library initialization will be used */
721*7f2fe78bSCy Schubert#undef USE_LINKER_INIT_OPTION
722*7f2fe78bSCy Schubert
723*7f2fe78bSCy Schubert/* Define if sigprocmask should be used */
724*7f2fe78bSCy Schubert#undef USE_SIGPROCMASK
725*7f2fe78bSCy Schubert
726*7f2fe78bSCy Schubert/* Define if wait takes int as a argument */
727*7f2fe78bSCy Schubert#undef WAIT_USES_INT
728*7f2fe78bSCy Schubert
729*7f2fe78bSCy Schubert/* Define to enable extensions in glibc */
730*7f2fe78bSCy Schubert#undef _GNU_SOURCE
731*7f2fe78bSCy Schubert
732*7f2fe78bSCy Schubert/* Define to enable C11 extensions */
733*7f2fe78bSCy Schubert#undef __STDC_WANT_LIB_EXT1__
734*7f2fe78bSCy Schubert
735*7f2fe78bSCy Schubert/* Define to empty if `const' does not conform to ANSI C. */
736*7f2fe78bSCy Schubert#undef const
737*7f2fe78bSCy Schubert
738*7f2fe78bSCy Schubert/* Define to `int' if <sys/types.h> doesn't define. */
739*7f2fe78bSCy Schubert#undef gid_t
740*7f2fe78bSCy Schubert
741*7f2fe78bSCy Schubert/* Define to `__inline__' or `__inline' if that's what the C compiler
742*7f2fe78bSCy Schubert   calls it, or to nothing if 'inline' is not supported under any name.  */
743*7f2fe78bSCy Schubert#ifndef __cplusplus
744*7f2fe78bSCy Schubert#undef inline
745*7f2fe78bSCy Schubert#endif
746*7f2fe78bSCy Schubert
747*7f2fe78bSCy Schubert/* Define to `int' if <sys/types.h> does not define. */
748*7f2fe78bSCy Schubert#undef mode_t
749*7f2fe78bSCy Schubert
750*7f2fe78bSCy Schubert/* Define to `long int' if <sys/types.h> does not define. */
751*7f2fe78bSCy Schubert#undef off_t
752*7f2fe78bSCy Schubert
753*7f2fe78bSCy Schubert/* Define to `long' if <sys/types.h> does not define. */
754*7f2fe78bSCy Schubert#undef time_t
755*7f2fe78bSCy Schubert
756*7f2fe78bSCy Schubert/* Define to `int' if <sys/types.h> doesn't define. */
757*7f2fe78bSCy Schubert#undef uid_t
758*7f2fe78bSCy Schubert
759*7f2fe78bSCy Schubert
760*7f2fe78bSCy Schubert#if defined(__GNUC__) && !defined(inline)
761*7f2fe78bSCy Schubert/* Silence gcc pedantic warnings about ANSI C.  */
762*7f2fe78bSCy Schubert# define inline __inline__
763*7f2fe78bSCy Schubert#endif
764*7f2fe78bSCy Schubert#endif /* KRB5_AUTOCONF_H */
765*7f2fe78bSCy Schubert
766