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