xref: /freebsd/crypto/krb5/src/include/autoconf.h.in (revision 4b15965daa99044daf184221b7c283bf7f2d7e66)
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 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 `EVP_PKEY_get_bn_param' function. */
157#undef HAVE_EVP_PKEY_GET_BN_PARAM
158
159/* Define to 1 if you have the `explicit_bzero' function. */
160#undef HAVE_EXPLICIT_BZERO
161
162/* Define to 1 if you have the `explicit_memset' function. */
163#undef HAVE_EXPLICIT_MEMSET
164
165/* Define to 1 if you have the `fchmod' function. */
166#undef HAVE_FCHMOD
167
168/* Define to 1 if you have the <fcntl.h> header file. */
169#undef HAVE_FCNTL_H
170
171/* Define to 1 if you have the `flock' function. */
172#undef HAVE_FLOCK
173
174/* Define to 1 if you have the `fnmatch' function. */
175#undef HAVE_FNMATCH
176
177/* Define to 1 if you have the <fnmatch.h> header file. */
178#undef HAVE_FNMATCH_H
179
180/* Define if you have the getaddrinfo function */
181#undef HAVE_GETADDRINFO
182
183/* Define to 1 if you have the `getcwd' function. */
184#undef HAVE_GETCWD
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 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 <stdio.h> header file. */
442#undef HAVE_STDIO_H
443
444/* Define to 1 if you have the <stdlib.h> header file. */
445#undef HAVE_STDLIB_H
446
447/* Define to 1 if you have the `step' function. */
448#undef HAVE_STEP
449
450/* Define to 1 if you have the `strchr' function. */
451#undef HAVE_STRCHR
452
453/* Define to 1 if you have the `strdup' function. */
454#undef HAVE_STRDUP
455
456/* Define to 1 if you have the `strerror' function. */
457#undef HAVE_STRERROR
458
459/* Define if you have `strerror_r'. */
460#undef HAVE_STRERROR_R
461
462/* Define to 1 if you have the <strings.h> header file. */
463#undef HAVE_STRINGS_H
464
465/* Define to 1 if you have the <string.h> header file. */
466#undef HAVE_STRING_H
467
468/* Define to 1 if you have the `strlcpy' function. */
469#undef HAVE_STRLCPY
470
471/* Define to 1 if you have the `strptime' function. */
472#undef HAVE_STRPTIME
473
474/* Define to 1 if the system has the type `struct cmsghdr'. */
475#undef HAVE_STRUCT_CMSGHDR
476
477/* Define if there is a struct if_laddrconf. */
478#undef HAVE_STRUCT_IF_LADDRCONF
479
480/* Define to 1 if the system has the type `struct in6_pktinfo'. */
481#undef HAVE_STRUCT_IN6_PKTINFO
482
483/* Define to 1 if the system has the type `struct in_pktinfo'. */
484#undef HAVE_STRUCT_IN_PKTINFO
485
486/* Define if there is a struct lifconf. */
487#undef HAVE_STRUCT_LIFCONF
488
489/* Define to 1 if the system has the type `struct rt_msghdr'. */
490#undef HAVE_STRUCT_RT_MSGHDR
491
492/* Define to 1 if the system has the type `struct sockaddr_storage'. */
493#undef HAVE_STRUCT_SOCKADDR_STORAGE
494
495/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
496#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
497
498/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
499#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
500
501/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
502#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
503
504/* Define to 1 if you have the <sys/bswap.h> header file. */
505#undef HAVE_SYS_BSWAP_H
506
507/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
508   */
509#undef HAVE_SYS_DIR_H
510
511/* Define if sys_errlist in libc */
512#undef HAVE_SYS_ERRLIST
513
514/* Define to 1 if you have the <sys/file.h> header file. */
515#undef HAVE_SYS_FILE_H
516
517/* Define to 1 if you have the <sys/filio.h> header file. */
518#undef HAVE_SYS_FILIO_H
519
520/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
521   */
522#undef HAVE_SYS_NDIR_H
523
524/* Define to 1 if you have the <sys/param.h> header file. */
525#undef HAVE_SYS_PARAM_H
526
527/* Define to 1 if you have the <sys/select.h> header file. */
528#undef HAVE_SYS_SELECT_H
529
530/* Define to 1 if you have the <sys/socket.h> header file. */
531#undef HAVE_SYS_SOCKET_H
532
533/* Define to 1 if you have the <sys/sockio.h> header file. */
534#undef HAVE_SYS_SOCKIO_H
535
536/* Define to 1 if you have the <sys/stat.h> header file. */
537#undef HAVE_SYS_STAT_H
538
539/* Define to 1 if you have the <sys/time.h> header file. */
540#undef HAVE_SYS_TIME_H
541
542/* Define to 1 if you have the <sys/types.h> header file. */
543#undef HAVE_SYS_TYPES_H
544
545/* Define to 1 if you have the <sys/uio.h> header file. */
546#undef HAVE_SYS_UIO_H
547
548/* Define to 1 if you have the `timegm' function. */
549#undef HAVE_TIMEGM
550
551/* Define to 1 if you have the <time.h> header file. */
552#undef HAVE_TIME_H
553
554/* Define to 1 if you have the <unistd.h> header file. */
555#undef HAVE_UNISTD_H
556
557/* Define to 1 if you have the `unsetenv' function. */
558#undef HAVE_UNSETENV
559
560/* Define to 1 if the system has the type `u_char'. */
561#undef HAVE_U_CHAR
562
563/* Define to 1 if the system has the type `u_int'. */
564#undef HAVE_U_INT
565
566/* Define to 1 if the system has the type `u_int16_t'. */
567#undef HAVE_U_INT16_T
568
569/* Define to 1 if the system has the type `u_int32_t'. */
570#undef HAVE_U_INT32_T
571
572/* Define to 1 if the system has the type `u_int8_t'. */
573#undef HAVE_U_INT8_T
574
575/* Define to 1 if the system has the type `u_long'. */
576#undef HAVE_U_LONG
577
578/* Define to 1 if you have the `vasprintf' function. */
579#undef HAVE_VASPRINTF
580
581/* Define to 1 if you have the `vsnprintf' function. */
582#undef HAVE_VSNPRINTF
583
584/* Define to 1 if you have the `vsprintf' function. */
585#undef HAVE_VSPRINTF
586
587/* Define to 1 if the system has the type `__int128_t'. */
588#undef HAVE___INT128_T
589
590/* Define to 1 if the system has the type `__uint128_t'. */
591#undef HAVE___UINT128_T
592
593/* Define if errno.h declares perror */
594#undef HDR_HAS_PERROR
595
596/* May need to be defined to enable IPv6 support, for example on IRIX */
597#undef INET6
598
599/* Define if MIT Project Athena default configuration should be used */
600#undef KRB5_ATHENA_COMPAT
601
602/* Define for DNS support of locating realms and KDCs */
603#undef KRB5_DNS_LOOKUP
604
605/* Define to enable DNS lookups of Kerberos realm names */
606#undef KRB5_DNS_LOOKUP_REALM
607
608/* Define if the KDC should return only vague error codes to clients */
609#undef KRBCONF_VAGUE_ERRORS
610
611/* define if the system header files are missing prototype for daemon() */
612#undef NEED_DAEMON_PROTO
613
614/* Define if in6addr_any is not defined in libc */
615#undef NEED_INSIXADDR_ANY
616
617/* define if the system header files are missing prototype for
618   ss_execute_command() */
619#undef NEED_SS_EXECUTE_COMMAND_PROTO
620
621/* define if the system header files are missing prototype for strptime() */
622#undef NEED_STRPTIME_PROTO
623
624/* define if the system header files are missing prototype for swab() */
625#undef NEED_SWAB_PROTO
626
627/* Define if need to declare sys_errlist */
628#undef NEED_SYS_ERRLIST
629
630/* define if the system header files are missing prototype for vasprintf() */
631#undef NEED_VASPRINTF_PROTO
632
633/* Define if the KDC should use no lookaside cache */
634#undef NOCACHE
635
636/* Define if references to pthread routines should be non-weak. */
637#undef NO_WEAK_PTHREADS
638
639/* Define to the address where bug reports for this package should be sent. */
640#undef PACKAGE_BUGREPORT
641
642/* Define to the full name of this package. */
643#undef PACKAGE_NAME
644
645/* Define to the full name and version of this package. */
646#undef PACKAGE_STRING
647
648/* Define to the one symbol short name of this package. */
649#undef PACKAGE_TARNAME
650
651/* Define to the home page for this package. */
652#undef PACKAGE_URL
653
654/* Define to the version of this package. */
655#undef PACKAGE_VERSION
656
657/* Default PKCS11 module name */
658#undef PKCS11_MODNAME
659
660/* Define if setjmp indicates POSIX interface */
661#undef POSIX_SETJMP
662
663/* Define if POSIX signal handling is used */
664#undef POSIX_SIGNALS
665
666/* Define if termios.h exists and tcsetattr exists */
667#undef POSIX_TERMIOS
668
669/* Define to necessary symbol if this constant uses a non-standard name on
670   your system. */
671#undef PTHREAD_CREATE_JOINABLE
672
673/* Define as return type of setrpcent */
674#undef SETRPCENT_TYPE
675
676/* The size of `size_t', as computed by sizeof. */
677#undef SIZEOF_SIZE_T
678
679/* The size of `time_t', as computed by sizeof. */
680#undef SIZEOF_TIME_T
681
682/* Define to use OpenSSL for SPAKE preauth */
683#undef SPAKE_OPENSSL
684
685/* Define for static plugin linkage */
686#undef STATIC_PLUGINS
687
688/* Define to 1 if all of the C90 standard headers exist (not just the ones
689   required in a freestanding environment). This macro is provided for
690   backward compatibility; new code need not use it. */
691#undef STDC_HEADERS
692
693/* Define to 1 if strerror_r returns char *. */
694#undef STRERROR_R_CHAR_P
695
696/* Define if sys_errlist is defined in errno.h */
697#undef SYS_ERRLIST_DECLARED
698
699/* Define if no TLS implementation is selected */
700#undef TLS_IMPL_NONE
701
702/* Define if TLS implementation is OpenSSL */
703#undef TLS_IMPL_OPENSSL
704
705/* Define to build macOS CCAPI client */
706#undef USE_CCAPI_MACOS
707
708/* Define if you have dirent.h functionality */
709#undef USE_DIRENT_H
710
711/* Define if dlopen should be used */
712#undef USE_DLOPEN
713
714/* Define if the keyring ccache should be enabled */
715#undef USE_KEYRING_CCACHE
716
717/* Define if link-time options for library finalization will be used */
718#undef USE_LINKER_FINI_OPTION
719
720/* Define if link-time options for library initialization will be used */
721#undef USE_LINKER_INIT_OPTION
722
723/* Define if sigprocmask should be used */
724#undef USE_SIGPROCMASK
725
726/* Define if wait takes int as a argument */
727#undef WAIT_USES_INT
728
729/* Define to enable extensions in glibc */
730#undef _GNU_SOURCE
731
732/* Define to enable C11 extensions */
733#undef __STDC_WANT_LIB_EXT1__
734
735/* Define to empty if `const' does not conform to ANSI C. */
736#undef const
737
738/* Define to `int' if <sys/types.h> doesn't define. */
739#undef gid_t
740
741/* Define to `__inline__' or `__inline' if that's what the C compiler
742   calls it, or to nothing if 'inline' is not supported under any name.  */
743#ifndef __cplusplus
744#undef inline
745#endif
746
747/* Define to `int' if <sys/types.h> does not define. */
748#undef mode_t
749
750/* Define to `long int' if <sys/types.h> does not define. */
751#undef off_t
752
753/* Define to `long' if <sys/types.h> does not define. */
754#undef time_t
755
756/* Define to `int' if <sys/types.h> doesn't define. */
757#undef uid_t
758
759
760#if defined(__GNUC__) && !defined(inline)
761/* Silence gcc pedantic warnings about ANSI C.  */
762# define inline __inline__
763#endif
764#endif /* KRB5_AUTOCONF_H */
765
766