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 default ccache name */
24#undef DEFCCNAME
25
26/* Define to default client keytab name */
27#undef DEFCKTNAME
28
29/* Define to default keytab name */
30#undef DEFKTNAME
31
32/* Define if library initialization should be delayed until first use */
33#undef DELAY_INITIALIZER
34
35/* Define if __attribute__((destructor)) works */
36#undef DESTRUCTOR_ATTR_WORKS
37
38/* Define to disable PKINIT plugin support */
39#undef DISABLE_PKINIT
40
41/* Define if LDAP KDB support within the Kerberos library (mainly ASN.1 code)
42   should be enabled. */
43#undef ENABLE_LDAP
44
45/* Define if translation functions should be used. */
46#undef ENABLE_NLS
47
48/* Define if thread support enabled */
49#undef ENABLE_THREADS
50
51/* Define as return type of endrpcent */
52#undef ENDRPCENT_TYPE
53
54/* Define if Fortuna PRNG is selected */
55#undef FORTUNA
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 to 1 if you have the `compile' function. */
125#undef HAVE_COMPILE
126
127/* Define if com_err has compatible gettext support */
128#undef HAVE_COM_ERR_INTL
129
130/* Define to 1 if you have the <cpuid.h> header file. */
131#undef HAVE_CPUID_H
132
133/* Define to 1 if you have the `daemon' function. */
134#undef HAVE_DAEMON
135
136/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
137   don't. */
138#undef HAVE_DECL_STRERROR_R
139
140/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
141   */
142#undef HAVE_DIRENT_H
143
144/* Define to 1 if you have the <dlfcn.h> header file. */
145#undef HAVE_DLFCN_H
146
147/* Define to 1 if you have the `dn_skipname' function. */
148#undef HAVE_DN_SKIPNAME
149
150/* Define to 1 if you have the <endian.h> header file. */
151#undef HAVE_ENDIAN_H
152
153/* Define to 1 if you have the <errno.h> header file. */
154#undef HAVE_ERRNO_H
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 `getenv' function. */
184#undef HAVE_GETENV
185
186/* Define to 1 if you have the `geteuid' function. */
187#undef HAVE_GETEUID
188
189/* Define if gethostbyname_r exists and its return type is known */
190#undef HAVE_GETHOSTBYNAME_R
191
192/* Define to 1 if you have the `getnameinfo' function. */
193#undef HAVE_GETNAMEINFO
194
195/* Define if system getopt should be used. */
196#undef HAVE_GETOPT
197
198/* Define if system getopt_long should be used. */
199#undef HAVE_GETOPT_LONG
200
201/* Define if getpwnam_r is available and useful. */
202#undef HAVE_GETPWNAM_R
203
204/* Define if getpwuid_r is available and useful. */
205#undef HAVE_GETPWUID_R
206
207/* Define to 1 if you have the `getresgid' function. */
208#undef HAVE_GETRESGID
209
210/* Define to 1 if you have the `getresuid' function. */
211#undef HAVE_GETRESUID
212
213/* Define if getservbyname_r exists and its return type is known */
214#undef HAVE_GETSERVBYNAME_R
215
216/* Have the gettimeofday function */
217#undef HAVE_GETTIMEOFDAY
218
219/* Define to 1 if you have the `getusershell' function. */
220#undef HAVE_GETUSERSHELL
221
222/* Define to 1 if you have the `gmtime_r' function. */
223#undef HAVE_GMTIME_R
224
225/* Define to 1 if you have the <ifaddrs.h> header file. */
226#undef HAVE_IFADDRS_H
227
228/* Define to 1 if you have the `inet_ntop' function. */
229#undef HAVE_INET_NTOP
230
231/* Define to 1 if you have the `inet_pton' function. */
232#undef HAVE_INET_PTON
233
234/* Define to 1 if the system has the type `int16_t'. */
235#undef HAVE_INT16_T
236
237/* Define to 1 if the system has the type `int32_t'. */
238#undef HAVE_INT32_T
239
240/* Define to 1 if the system has the type `int8_t'. */
241#undef HAVE_INT8_T
242
243/* Define to 1 if you have the <inttypes.h> header file. */
244#undef HAVE_INTTYPES_H
245
246/* Define to 1 if you have the <keyutils.h> header file. */
247#undef HAVE_KEYUTILS_H
248
249/* Define to 1 if you have the <lber.h> header file. */
250#undef HAVE_LBER_H
251
252/* Define to 1 if you have the <ldap.h> header file. */
253#undef HAVE_LDAP_H
254
255/* Define to 1 if you have the `crypto' library (-lcrypto). */
256#undef HAVE_LIBCRYPTO
257
258/* Define if building with libedit. */
259#undef HAVE_LIBEDIT
260
261/* Define to 1 if you have the `nsl' library (-lnsl). */
262#undef HAVE_LIBNSL
263
264/* Define to 1 if you have the `resolv' library (-lresolv). */
265#undef HAVE_LIBRESOLV
266
267/* Define to 1 if you have the `socket' library (-lsocket). */
268#undef HAVE_LIBSOCKET
269
270/* Define if the util library is available */
271#undef HAVE_LIBUTIL
272
273/* Define to 1 if you have the <limits.h> header file. */
274#undef HAVE_LIMITS_H
275
276/* Define to 1 if you have the `localtime_r' function. */
277#undef HAVE_LOCALTIME_R
278
279/* Define to 1 if you have the <machine/byte_order.h> header file. */
280#undef HAVE_MACHINE_BYTE_ORDER_H
281
282/* Define to 1 if you have the <machine/endian.h> header file. */
283#undef HAVE_MACHINE_ENDIAN_H
284
285/* Define to 1 if you have the <memory.h> header file. */
286#undef HAVE_MEMORY_H
287
288/* Define to 1 if you have the `mkstemp' function. */
289#undef HAVE_MKSTEMP
290
291/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
292#undef HAVE_NDIR_H
293
294/* Define to 1 if you have the <netdb.h> header file. */
295#undef HAVE_NETDB_H
296
297/* Define if netdb.h declares h_errno */
298#undef HAVE_NETDB_H_H_ERRNO
299
300/* Define to 1 if you have the <netinet/in.h> header file. */
301#undef HAVE_NETINET_IN_H
302
303/* Define to 1 if you have the `ns_initparse' function. */
304#undef HAVE_NS_INITPARSE
305
306/* Define to 1 if you have the `ns_name_uncompress' function. */
307#undef HAVE_NS_NAME_UNCOMPRESS
308
309/* Define if OpenSSL supports cms. */
310#undef HAVE_OPENSSL_CMS
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 if regcomp exists and functions */
346#undef HAVE_REGCOMP
347
348/* Define to 1 if you have the `regexec' function. */
349#undef HAVE_REGEXEC
350
351/* Define to 1 if you have the <regexpr.h> header file. */
352#undef HAVE_REGEXPR_H
353
354/* Define to 1 if you have the <regex.h> header file. */
355#undef HAVE_REGEX_H
356
357/* Define to 1 if you have the `res_nclose' function. */
358#undef HAVE_RES_NCLOSE
359
360/* Define to 1 if you have the `res_ndestroy' function. */
361#undef HAVE_RES_NDESTROY
362
363/* Define to 1 if you have the `res_ninit' function. */
364#undef HAVE_RES_NINIT
365
366/* Define to 1 if you have the `res_nsearch' function. */
367#undef HAVE_RES_NSEARCH
368
369/* Define to 1 if you have the `res_search' function */
370#undef HAVE_RES_SEARCH
371
372/* Define to 1 if you have the `re_comp' function. */
373#undef HAVE_RE_COMP
374
375/* Define to 1 if you have the `re_exec' function. */
376#undef HAVE_RE_EXEC
377
378/* Define to 1 if you have the <sasl/sasl.h> header file. */
379#undef HAVE_SASL_SASL_H
380
381/* Define if struct sockaddr contains sa_len */
382#undef HAVE_SA_LEN
383
384/* Define to 1 if you have the `secure_getenv' function. */
385#undef HAVE_SECURE_GETENV
386
387/* Define to 1 if you have the `setegid' function. */
388#undef HAVE_SETEGID
389
390/* Define to 1 if you have the `setenv' function. */
391#undef HAVE_SETENV
392
393/* Define to 1 if you have the `seteuid' function. */
394#undef HAVE_SETEUID
395
396/* Define if setluid provided in OSF/1 security library */
397#undef HAVE_SETLUID
398
399/* Define to 1 if you have the `setregid' function. */
400#undef HAVE_SETREGID
401
402/* Define to 1 if you have the `setresgid' function. */
403#undef HAVE_SETRESGID
404
405/* Define to 1 if you have the `setresuid' function. */
406#undef HAVE_SETRESUID
407
408/* Define to 1 if you have the `setreuid' function. */
409#undef HAVE_SETREUID
410
411/* Define to 1 if you have the `setsid' function. */
412#undef HAVE_SETSID
413
414/* Define to 1 if you have the `setvbuf' function. */
415#undef HAVE_SETVBUF
416
417/* Define if there is a socklen_t type. If not, probably use size_t */
418#undef HAVE_SOCKLEN_T
419
420/* Define to 1 if you have the `srand' function. */
421#undef HAVE_SRAND
422
423/* Define to 1 if you have the `srand48' function. */
424#undef HAVE_SRAND48
425
426/* Define to 1 if you have the `srandom' function. */
427#undef HAVE_SRANDOM
428
429/* Define to 1 if the system has the type `ssize_t'. */
430#undef HAVE_SSIZE_T
431
432/* Define to 1 if you have the `stat' function. */
433#undef HAVE_STAT
434
435/* Define to 1 if you have the <stddef.h> header file. */
436#undef HAVE_STDDEF_H
437
438/* Define to 1 if you have the <stdint.h> header file. */
439#undef HAVE_STDINT_H
440
441/* Define to 1 if you have the <stdlib.h> header file. */
442#undef HAVE_STDLIB_H
443
444/* Define to 1 if you have the `step' function. */
445#undef HAVE_STEP
446
447/* Define to 1 if you have the `strchr' function. */
448#undef HAVE_STRCHR
449
450/* Define to 1 if you have the `strdup' function. */
451#undef HAVE_STRDUP
452
453/* Define to 1 if you have the `strerror' function. */
454#undef HAVE_STRERROR
455
456/* Define to 1 if you have the `strerror_r' function. */
457#undef HAVE_STRERROR_R
458
459/* Define to 1 if you have the <strings.h> header file. */
460#undef HAVE_STRINGS_H
461
462/* Define to 1 if you have the <string.h> header file. */
463#undef HAVE_STRING_H
464
465/* Define to 1 if you have the `strlcpy' function. */
466#undef HAVE_STRLCPY
467
468/* Define to 1 if you have the `strptime' function. */
469#undef HAVE_STRPTIME
470
471/* Define to 1 if the system has the type `struct cmsghdr'. */
472#undef HAVE_STRUCT_CMSGHDR
473
474/* Define if there is a struct if_laddrconf. */
475#undef HAVE_STRUCT_IF_LADDRCONF
476
477/* Define to 1 if the system has the type `struct in6_pktinfo'. */
478#undef HAVE_STRUCT_IN6_PKTINFO
479
480/* Define to 1 if the system has the type `struct in_pktinfo'. */
481#undef HAVE_STRUCT_IN_PKTINFO
482
483/* Define if there is a struct lifconf. */
484#undef HAVE_STRUCT_LIFCONF
485
486/* Define to 1 if the system has the type `struct rt_msghdr'. */
487#undef HAVE_STRUCT_RT_MSGHDR
488
489/* Define to 1 if the system has the type `struct sockaddr_storage'. */
490#undef HAVE_STRUCT_SOCKADDR_STORAGE
491
492/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
493#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
494
495/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
496#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
497
498/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
499#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
500
501/* Define to 1 if you have the <sys/bswap.h> header file. */
502#undef HAVE_SYS_BSWAP_H
503
504/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
505   */
506#undef HAVE_SYS_DIR_H
507
508/* Define if sys_errlist in libc */
509#undef HAVE_SYS_ERRLIST
510
511/* Define to 1 if you have the <sys/file.h> header file. */
512#undef HAVE_SYS_FILE_H
513
514/* Define to 1 if you have the <sys/filio.h> header file. */
515#undef HAVE_SYS_FILIO_H
516
517/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
518   */
519#undef HAVE_SYS_NDIR_H
520
521/* Define to 1 if you have the <sys/param.h> header file. */
522#undef HAVE_SYS_PARAM_H
523
524/* Define to 1 if you have the <sys/select.h> header file. */
525#undef HAVE_SYS_SELECT_H
526
527/* Define to 1 if you have the <sys/socket.h> header file. */
528#undef HAVE_SYS_SOCKET_H
529
530/* Define to 1 if you have the <sys/sockio.h> header file. */
531#undef HAVE_SYS_SOCKIO_H
532
533/* Define to 1 if you have the <sys/stat.h> header file. */
534#undef HAVE_SYS_STAT_H
535
536/* Define to 1 if you have the <sys/time.h> header file. */
537#undef HAVE_SYS_TIME_H
538
539/* Define to 1 if you have the <sys/types.h> header file. */
540#undef HAVE_SYS_TYPES_H
541
542/* Define to 1 if you have the <sys/uio.h> header file. */
543#undef HAVE_SYS_UIO_H
544
545/* Define if tcl.h found */
546#undef HAVE_TCL_H
547
548/* Define if tcl/tcl.h found */
549#undef HAVE_TCL_TCL_H
550
551/* Define to 1 if you have the `timegm' function. */
552#undef HAVE_TIMEGM
553
554/* Define to 1 if you have the <time.h> header file. */
555#undef HAVE_TIME_H
556
557/* Define to 1 if you have the <unistd.h> header file. */
558#undef HAVE_UNISTD_H
559
560/* Define to 1 if you have the `unsetenv' function. */
561#undef HAVE_UNSETENV
562
563/* Define to 1 if the system has the type `u_char'. */
564#undef HAVE_U_CHAR
565
566/* Define to 1 if the system has the type `u_int'. */
567#undef HAVE_U_INT
568
569/* Define to 1 if the system has the type `u_int16_t'. */
570#undef HAVE_U_INT16_T
571
572/* Define to 1 if the system has the type `u_int32_t'. */
573#undef HAVE_U_INT32_T
574
575/* Define to 1 if the system has the type `u_int8_t'. */
576#undef HAVE_U_INT8_T
577
578/* Define to 1 if the system has the type `u_long'. */
579#undef HAVE_U_LONG
580
581/* Define to 1 if you have the `vasprintf' function. */
582#undef HAVE_VASPRINTF
583
584/* Define to 1 if you have the `vsnprintf' function. */
585#undef HAVE_VSNPRINTF
586
587/* Define to 1 if you have the `vsprintf' function. */
588#undef HAVE_VSPRINTF
589
590/* Define to 1 if the system has the type `__int128_t'. */
591#undef HAVE___INT128_T
592
593/* Define to 1 if the system has the type `__uint128_t'. */
594#undef HAVE___UINT128_T
595
596/* Define if errno.h declares perror */
597#undef HDR_HAS_PERROR
598
599/* May need to be defined to enable IPv6 support, for example on IRIX */
600#undef INET6
601
602/* Define if MIT Project Athena default configuration should be used */
603#undef KRB5_ATHENA_COMPAT
604
605/* Define for DNS support of locating realms and KDCs */
606#undef KRB5_DNS_LOOKUP
607
608/* Define to enable DNS lookups of Kerberos realm names */
609#undef KRB5_DNS_LOOKUP_REALM
610
611/* Define if the KDC should return only vague error codes to clients */
612#undef KRBCONF_VAGUE_ERRORS
613
614/* define if the system header files are missing prototype for daemon() */
615#undef NEED_DAEMON_PROTO
616
617/* Define if in6addr_any is not defined in libc */
618#undef NEED_INSIXADDR_ANY
619
620/* define if the system header files are missing prototype for
621   ss_execute_command() */
622#undef NEED_SS_EXECUTE_COMMAND_PROTO
623
624/* define if the system header files are missing prototype for strptime() */
625#undef NEED_STRPTIME_PROTO
626
627/* define if the system header files are missing prototype for swab() */
628#undef NEED_SWAB_PROTO
629
630/* Define if need to declare sys_errlist */
631#undef NEED_SYS_ERRLIST
632
633/* define if the system header files are missing prototype for vasprintf() */
634#undef NEED_VASPRINTF_PROTO
635
636/* Define if the KDC should use no lookaside cache */
637#undef NOCACHE
638
639/* Define if references to pthread routines should be non-weak. */
640#undef NO_WEAK_PTHREADS
641
642/* Define if lex produes code with yylineno */
643#undef NO_YYLINENO
644
645/* Define to the address where bug reports for this package should be sent. */
646#undef PACKAGE_BUGREPORT
647
648/* Define to the full name of this package. */
649#undef PACKAGE_NAME
650
651/* Define to the full name and version of this package. */
652#undef PACKAGE_STRING
653
654/* Define to the one symbol short name of this package. */
655#undef PACKAGE_TARNAME
656
657/* Define to the home page for this package. */
658#undef PACKAGE_URL
659
660/* Define to the version of this package. */
661#undef PACKAGE_VERSION
662
663/* Define if setjmp indicates POSIX interface */
664#undef POSIX_SETJMP
665
666/* Define if POSIX signal handling is used */
667#undef POSIX_SIGNALS
668
669/* Define if POSIX signal handlers are used */
670#undef POSIX_SIGTYPE
671
672/* Define if termios.h exists and tcsetattr exists */
673#undef POSIX_TERMIOS
674
675/* Define to necessary symbol if this constant uses a non-standard name on
676   your system. */
677#undef PTHREAD_CREATE_JOINABLE
678
679/* Define as the return type of signal handlers (`int' or `void'). */
680#undef RETSIGTYPE
681
682/* Define as return type of setrpcent */
683#undef SETRPCENT_TYPE
684
685/* The size of `size_t', as computed by sizeof. */
686#undef SIZEOF_SIZE_T
687
688/* The size of `time_t', as computed by sizeof. */
689#undef SIZEOF_TIME_T
690
691/* Define to use OpenSSL for SPAKE preauth */
692#undef SPAKE_OPENSSL
693
694/* Define for static plugin linkage */
695#undef STATIC_PLUGINS
696
697/* Define to 1 if you have the ANSI C header files. */
698#undef STDC_HEADERS
699
700/* Define to 1 if strerror_r returns char *. */
701#undef STRERROR_R_CHAR_P
702
703/* Define if sys_errlist is defined in errno.h */
704#undef SYS_ERRLIST_DECLARED
705
706/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
707#undef TIME_WITH_SYS_TIME
708
709/* Define if no TLS implementation is selected */
710#undef TLS_IMPL_NONE
711
712/* Define if TLS implementation is OpenSSL */
713#undef TLS_IMPL_OPENSSL
714
715/* Define if you have dirent.h functionality */
716#undef USE_DIRENT_H
717
718/* Define if dlopen should be used */
719#undef USE_DLOPEN
720
721/* Define if the keyring ccache should be enabled */
722#undef USE_KEYRING_CCACHE
723
724/* Define if link-time options for library finalization will be used */
725#undef USE_LINKER_FINI_OPTION
726
727/* Define if link-time options for library initialization will be used */
728#undef USE_LINKER_INIT_OPTION
729
730/* Define if sigprocmask should be used */
731#undef USE_SIGPROCMASK
732
733/* Define if wait takes int as a argument */
734#undef WAIT_USES_INT
735
736/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
737   `char[]'. */
738#undef YYTEXT_POINTER
739
740/* Define to enable extensions in glibc */
741#undef _GNU_SOURCE
742
743/* Define to enable C11 extensions */
744#undef __STDC_WANT_LIB_EXT1__
745
746/* Define to empty if `const' does not conform to ANSI C. */
747#undef const
748
749/* Define to `int' if <sys/types.h> doesn't define. */
750#undef gid_t
751
752/* Define to `__inline__' or `__inline' if that's what the C compiler
753   calls it, or to nothing if 'inline' is not supported under any name.  */
754#ifndef __cplusplus
755#undef inline
756#endif
757
758/* Define krb5_sigtype to type of signal handler */
759#undef krb5_sigtype
760
761/* Define to `int' if <sys/types.h> does not define. */
762#undef mode_t
763
764/* Define to `long int' if <sys/types.h> does not define. */
765#undef off_t
766
767/* Define to `long' if <sys/types.h> does not define. */
768#undef time_t
769
770/* Define to `int' if <sys/types.h> doesn't define. */
771#undef uid_t
772
773
774#if defined(__GNUC__) && !defined(inline)
775/* Silence gcc pedantic warnings about ANSI C.  */
776# define inline __inline__
777#endif
778#endif /* KRB5_AUTOCONF_H */
779
780