/* include/autoconf.h. Generated from autoconf.h.in by configure. */1/* include/autoconf.h.in. Generated from configure.ac by autoheader. */234#ifndef KRB5_AUTOCONF_H5#define KRB5_AUTOCONF_H678/* Define if AES-NI support is enabled */9/* #undef AESNI */1011/* Define if socket can't be bound to 0.0.0.0 */12/* #undef BROKEN_STREAMS_SOCKETS */1314/* Define if va_list objects can be simply copied by assignment. */15/* #undef CAN_COPY_VA_LIST */1617/* Define to reduce code size even if it means more cpu usage */18/* #undef CONFIG_SMALL */1920/* Define if __attribute__((constructor)) works */21#define CONSTRUCTOR_ATTR_WORKS 12223/* Define to use OpenSSL crypto library */24#define CRYPTO_OPENSSL 12526/* Define to default ccache name */27#define DEFCCNAME "FILE:/tmp/krb5cc_%{uid}"2829/* Define to default client keytab name */30#define DEFCKTNAME "FILE:/var/krb5/user/%{euid}/client.keytab"3132/* Define to default keytab name */33#define DEFKTNAME "FILE:/etc/krb5.keytab"3435/* Define if library initialization should be delayed until first use */36#define DELAY_INITIALIZER 13738/* Define if __attribute__((destructor)) works */39#define DESTRUCTOR_ATTR_WORKS 14041/* Define to disable PKINIT plugin support */42/* #undef DISABLE_PKINIT */4344/* Define if LDAP KDB support within the Kerberos library (mainly ASN.1 code)45should be enabled. */46/* #undef ENABLE_LDAP */4748/* Define if translation functions should be used. */49/* #undef ENABLE_NLS */5051/* Define if thread support enabled */52#define ENABLE_THREADS 15354/* Define as return type of endrpcent */55#define ENDRPCENT_TYPE void5657/* Define to the type of elements in the array set by `getgroups'. Usually58this is either `int' or `gid_t'. */59#define GETGROUPS_T gid_t6061/* Define if gethostbyname_r returns int rather than struct hostent * */62#define GETHOSTBYNAME_R_RETURNS_INT 16364/* Type of getpeername second argument. */65#define GETPEERNAME_ARG3_TYPE GETSOCKNAME_ARG3_TYPE6667/* Define if getpwnam_r exists but takes only 4 arguments (e.g., POSIX draft 668implementations like some Solaris releases). */69/* #undef GETPWNAM_R_4_ARGS */7071/* Define if getpwnam_r returns an int */72#define GETPWNAM_R_RETURNS_INT 17374/* Define if getpwuid_r exists but takes only 4 arguments (e.g., POSIX draft 675implementations like some Solaris releases). */76/* #undef GETPWUID_R_4_ARGS */7778/* Define if getservbyname_r returns int rather than struct servent * */79#define GETSERVBYNAME_R_RETURNS_INT 18081/* Type of pointer target for argument 3 to getsockname */82#define GETSOCKNAME_ARG3_TYPE socklen_t8384/* Define if gmtime_r returns int instead of struct tm pointer, as on old85HP-UX systems. */86/* #undef GMTIME_R_RETURNS_INT */8788/* Define if va_copy macro or function is available. */89#define HAS_VA_COPY 19091/* Define to 1 if you have the `access' function. */92#define HAVE_ACCESS 19394/* Define to 1 if you have the <alloca.h> header file. */95/* #undef HAVE_ALLOCA_H */9697/* Define to 1 if you have the <arpa/inet.h> header file. */98#define HAVE_ARPA_INET_H 199100/* Define to 1 if you have the `bswap16' function. */101/* #undef HAVE_BSWAP16 */102103/* Define to 1 if you have the `bswap64' function. */104/* #undef HAVE_BSWAP64 */105106/* Define to 1 if bswap_16 is available via byteswap.h */107/* #undef HAVE_BSWAP_16 */108109/* Define to 1 if bswap_64 is available via byteswap.h */110/* #undef HAVE_BSWAP_64 */111112/* Define if bt_rseq is available, for recursive btree traversal. */113#define HAVE_BT_RSEQ 1114115/* Define to 1 if you have the <byteswap.h> header file. */116/* #undef HAVE_BYTESWAP_H */117118/* Define to 1 if you have the `chmod' function. */119#define HAVE_CHMOD 1120121/* Define if cmocka library is available. */122/* #undef HAVE_CMOCKA */123124/* Define to 1 if you have the `compile' function. */125/* #undef HAVE_COMPILE */126127/* Define if com_err has compatible gettext support */128#define HAVE_COM_ERR_INTL 1129130/* Define to 1 if you have the <cpuid.h> header file. */131/* #undef HAVE_CPUID_H */132133/* Define to 1 if you have the `daemon' function. */134#define HAVE_DAEMON 1135136/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you137don't. */138#define HAVE_DECL_STRERROR_R 1139140/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.141*/142#define HAVE_DIRENT_H 1143144/* Define to 1 if you have the <dlfcn.h> header file. */145#define HAVE_DLFCN_H 1146147/* Define to 1 if you have the `dn_skipname' function. */148#define HAVE_DN_SKIPNAME 1149150/* Define to 1 if you have the <endian.h> header file. */151#define HAVE_ENDIAN_H 1152153/* Define to 1 if you have the <errno.h> header file. */154#define HAVE_ERRNO_H 1155156/* Define to 1 if you have the `EVP_PKEY_get_bn_param' function. */157#define HAVE_EVP_PKEY_GET_BN_PARAM 1158159/* Define to 1 if you have the `explicit_bzero' function. */160#define HAVE_EXPLICIT_BZERO 1161162/* Define to 1 if you have the `explicit_memset' function. */163/* #undef HAVE_EXPLICIT_MEMSET */164165/* Define to 1 if you have the `fchmod' function. */166#define HAVE_FCHMOD 1167168/* Define to 1 if you have the <fcntl.h> header file. */169#define HAVE_FCNTL_H 1170171/* Define to 1 if you have the `flock' function. */172#define HAVE_FLOCK 1173174/* Define to 1 if you have the `fnmatch' function. */175#define HAVE_FNMATCH 1176177/* Define to 1 if you have the <fnmatch.h> header file. */178#define HAVE_FNMATCH_H 1179180/* Define if you have the getaddrinfo function */181#define HAVE_GETADDRINFO 1182183/* Define to 1 if you have the `getcwd' function. */184#define HAVE_GETCWD 1185186/* Define to 1 if you have the `getenv' function. */187#define HAVE_GETENV 1188189/* Define to 1 if you have the `geteuid' function. */190#define HAVE_GETEUID 1191192/* Define if gethostbyname_r exists and its return type is known */193#define HAVE_GETHOSTBYNAME_R 1194195/* Define to 1 if you have the `getnameinfo' function. */196#define HAVE_GETNAMEINFO 1197198/* Define if system getopt should be used. */199#define HAVE_GETOPT 1200201/* Define if system getopt_long should be used. */202#define HAVE_GETOPT_LONG 1203204/* Define if getpwnam_r is available and useful. */205#define HAVE_GETPWNAM_R 1206207/* Define if getpwuid_r is available and useful. */208#define HAVE_GETPWUID_R 1209210/* Define to 1 if you have the `getresgid' function. */211#define HAVE_GETRESGID 1212213/* Define to 1 if you have the `getresuid' function. */214#define HAVE_GETRESUID 1215216/* Define if getservbyname_r exists and its return type is known */217#define HAVE_GETSERVBYNAME_R 1218219/* Have the gettimeofday function */220#define HAVE_GETTIMEOFDAY 1221222/* Define to 1 if you have the `getusershell' function. */223#define HAVE_GETUSERSHELL 1224225/* Define to 1 if you have the `gmtime_r' function. */226#define HAVE_GMTIME_R 1227228/* Define to 1 if you have the <ifaddrs.h> header file. */229#define HAVE_IFADDRS_H 1230231/* Define to 1 if you have the `inet_ntop' function. */232#define HAVE_INET_NTOP 1233234/* Define to 1 if you have the `inet_pton' function. */235#define HAVE_INET_PTON 1236237/* Define to 1 if the system has the type `int16_t'. */238#define HAVE_INT16_T 1239240/* Define to 1 if the system has the type `int32_t'. */241#define HAVE_INT32_T 1242243/* Define to 1 if the system has the type `int8_t'. */244#define HAVE_INT8_T 1245246/* Define to 1 if you have the <inttypes.h> header file. */247#define HAVE_INTTYPES_H 1248249/* Define to 1 if you have the <keyutils.h> header file. */250/* #undef HAVE_KEYUTILS_H */251252/* Define to 1 if you have the <lber.h> header file. */253/* #undef HAVE_LBER_H */254255/* Define to 1 if you have the <ldap.h> header file. */256/* #undef HAVE_LDAP_H */257258/* Define to 1 if you have the `crypto' library (-lcrypto). */259#define HAVE_LIBCRYPTO 1260261/* Define if building with libedit. */262/* #undef HAVE_LIBEDIT */263264/* Define to 1 if you have the `nsl' library (-lnsl). */265/* #undef HAVE_LIBNSL */266267/* Define to 1 if you have the `resolv' library (-lresolv). */268/* #undef HAVE_LIBRESOLV */269270/* Define to 1 if you have the `socket' library (-lsocket). */271/* #undef HAVE_LIBSOCKET */272273/* Define if the util library is available */274#define HAVE_LIBUTIL 1275276/* Define to 1 if you have the <limits.h> header file. */277#define HAVE_LIMITS_H 1278279/* Define to 1 if you have the `localtime_r' function. */280#define HAVE_LOCALTIME_R 1281282/* Define to 1 if you have the <machine/byte_order.h> header file. */283/* #undef HAVE_MACHINE_BYTE_ORDER_H */284285/* Define to 1 if you have the <machine/endian.h> header file. */286#define HAVE_MACHINE_ENDIAN_H 1287288/* Define to 1 if you have the <memory.h> header file. */289#define HAVE_MEMORY_H 1290291/* Define to 1 if you have the `mkstemp' function. */292#define HAVE_MKSTEMP 1293294/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */295/* #undef HAVE_NDIR_H */296297/* Define to 1 if you have the <netdb.h> header file. */298#define HAVE_NETDB_H 1299300/* Define if netdb.h declares h_errno */301#define HAVE_NETDB_H_H_ERRNO 1302303/* Define to 1 if you have the <netinet/in.h> header file. */304#define HAVE_NETINET_IN_H 1305306/* Define to 1 if you have the `ns_initparse' function. */307#define HAVE_NS_INITPARSE 1308309/* Define to 1 if you have the `ns_name_uncompress' function. */310#define HAVE_NS_NAME_UNCOMPRESS 1311312/* Define to 1 if you have the <paths.h> header file. */313#define HAVE_PATHS_H 1314315/* Define if persistent keyrings are supported */316/* #undef HAVE_PERSISTENT_KEYRING */317318/* Define to 1 if you have the <poll.h> header file. */319#define HAVE_POLL_H 1320321/* Define if #pragma weak references work */322#define HAVE_PRAGMA_WEAK_REF 1323324/* Define if you have POSIX threads libraries and header files. */325#define HAVE_PTHREAD 1326327/* Define to 1 if you have the `pthread_once' function. */328#define HAVE_PTHREAD_ONCE 1329330/* Have PTHREAD_PRIO_INHERIT. */331#define HAVE_PTHREAD_PRIO_INHERIT 1332333/* Define to 1 if you have the `pthread_rwlock_init' function. */334#define HAVE_PTHREAD_RWLOCK_INIT 1335336/* Define if pthread_rwlock_init is provided in the thread library. */337#define HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB 1338339/* Define to 1 if you have the <pwd.h> header file. */340#define HAVE_PWD_H 1341342/* Define if building with GNU Readline. */343/* #undef HAVE_READLINE */344345/* Define if regcomp exists and functions */346#define HAVE_REGCOMP 1347348/* Define to 1 if you have the `regexec' function. */349#define HAVE_REGEXEC 1350351/* Define to 1 if you have the <regexpr.h> header file. */352/* #undef HAVE_REGEXPR_H */353354/* Define to 1 if you have the <regex.h> header file. */355#define HAVE_REGEX_H 1356357/* Define to 1 if you have the `res_nclose' function. */358#define HAVE_RES_NCLOSE 1359360/* Define to 1 if you have the `res_ndestroy' function. */361#define HAVE_RES_NDESTROY 1362363/* Define to 1 if you have the `res_ninit' function. */364#define HAVE_RES_NINIT 1365366/* Define to 1 if you have the `res_nsearch' function. */367#define HAVE_RES_NSEARCH 1368369/* Define to 1 if you have the `res_search' function */370#define HAVE_RES_SEARCH 1371372/* Define to 1 if you have the `re_comp' function. */373/* #undef HAVE_RE_COMP */374375/* Define to 1 if you have the `re_exec' function. */376/* #undef HAVE_RE_EXEC */377378/* Define to 1 if you have the <sasl/sasl.h> header file. */379/* #undef HAVE_SASL_SASL_H */380381/* Define if struct sockaddr contains sa_len */382#define HAVE_SA_LEN 1383384/* Define to 1 if you have the `secure_getenv' function. */385#define HAVE_SECURE_GETENV 1386387/* Define to 1 if you have the `setegid' function. */388#define HAVE_SETEGID 1389390/* Define to 1 if you have the `setenv' function. */391#define HAVE_SETENV 1392393/* Define to 1 if you have the `seteuid' function. */394#define HAVE_SETEUID 1395396/* Define if setluid provided in OSF/1 security library */397/* #undef HAVE_SETLUID */398399/* Define to 1 if you have the `setregid' function. */400#define HAVE_SETREGID 1401402/* Define to 1 if you have the `setresgid' function. */403#define HAVE_SETRESGID 1404405/* Define to 1 if you have the `setresuid' function. */406#define HAVE_SETRESUID 1407408/* Define to 1 if you have the `setreuid' function. */409#define HAVE_SETREUID 1410411/* Define to 1 if you have the `setsid' function. */412#define HAVE_SETSID 1413414/* Define to 1 if you have the `setvbuf' function. */415#define HAVE_SETVBUF 1416417/* Define if there is a socklen_t type. If not, probably use size_t */418#define HAVE_SOCKLEN_T 1419420/* Define to 1 if you have the `srand' function. */421#define HAVE_SRAND 1422423/* Define to 1 if you have the `srand48' function. */424#define HAVE_SRAND48 1425426/* Define to 1 if you have the `srandom' function. */427#define HAVE_SRANDOM 1428429/* Define to 1 if the system has the type `ssize_t'. */430#define HAVE_SSIZE_T 1431432/* Define to 1 if you have the `stat' function. */433#define HAVE_STAT 1434435/* Define to 1 if you have the <stddef.h> header file. */436#define HAVE_STDDEF_H 1437438/* Define to 1 if you have the <stdint.h> header file. */439#define HAVE_STDINT_H 1440441/* Define to 1 if you have the <stdlib.h> header file. */442#define HAVE_STDLIB_H 1443444/* Define to 1 if you have the `step' function. */445/* #undef HAVE_STEP */446447/* Define to 1 if you have the `strchr' function. */448#define HAVE_STRCHR 1449450/* Define to 1 if you have the `strdup' function. */451#define HAVE_STRDUP 1452453/* Define to 1 if you have the `strerror' function. */454#define HAVE_STRERROR 1455456/* Define to 1 if you have the `strerror_r' function. */457#define HAVE_STRERROR_R 1458459/* Define to 1 if you have the <strings.h> header file. */460#define HAVE_STRINGS_H 1461462/* Define to 1 if you have the <string.h> header file. */463#define HAVE_STRING_H 1464465/* Define to 1 if you have the `strlcpy' function. */466#define HAVE_STRLCPY 1467468/* Define to 1 if you have the `strptime' function. */469#define HAVE_STRPTIME 1470471/* Define to 1 if the system has the type `struct cmsghdr'. */472#define HAVE_STRUCT_CMSGHDR 1473474/* Define if there is a struct if_laddrconf. */475/* #undef HAVE_STRUCT_IF_LADDRCONF */476477/* Define to 1 if the system has the type `struct in6_pktinfo'. */478#define HAVE_STRUCT_IN6_PKTINFO 1479480/* Define to 1 if the system has the type `struct in_pktinfo'. */481/* #undef HAVE_STRUCT_IN_PKTINFO */482483/* Define if there is a struct lifconf. */484/* #undef HAVE_STRUCT_LIFCONF */485486/* Define to 1 if the system has the type `struct rt_msghdr'. */487#define HAVE_STRUCT_RT_MSGHDR 1488489/* Define to 1 if the system has the type `struct sockaddr_storage'. */490#define HAVE_STRUCT_SOCKADDR_STORAGE 1491492/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */493#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1494495/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */496#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1497498/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */499#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1500501/* Define to 1 if you have the <sys/bswap.h> header file. */502/* #undef HAVE_SYS_BSWAP_H */503504/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.505*/506/* #undef HAVE_SYS_DIR_H */507508/* Define if sys_errlist in libc */509#define HAVE_SYS_ERRLIST 1510511/* Define to 1 if you have the <sys/file.h> header file. */512#define HAVE_SYS_FILE_H 1513514/* Define to 1 if you have the <sys/filio.h> header file. */515#define HAVE_SYS_FILIO_H 1516517/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.518*/519/* #undef HAVE_SYS_NDIR_H */520521/* Define to 1 if you have the <sys/param.h> header file. */522#define HAVE_SYS_PARAM_H 1523524/* Define to 1 if you have the <sys/select.h> header file. */525#define HAVE_SYS_SELECT_H 1526527/* Define to 1 if you have the <sys/socket.h> header file. */528#define HAVE_SYS_SOCKET_H 1529530/* Define to 1 if you have the <sys/sockio.h> header file. */531#define HAVE_SYS_SOCKIO_H 1532533/* Define to 1 if you have the <sys/stat.h> header file. */534#define HAVE_SYS_STAT_H 1535536/* Define to 1 if you have the <sys/time.h> header file. */537#define HAVE_SYS_TIME_H 1538539/* Define to 1 if you have the <sys/types.h> header file. */540#define HAVE_SYS_TYPES_H 1541542/* Define to 1 if you have the <sys/uio.h> header file. */543#define HAVE_SYS_UIO_H 1544545/* Define to 1 if you have the `timegm' function. */546#define HAVE_TIMEGM 1547548/* Define to 1 if you have the <time.h> header file. */549#define HAVE_TIME_H 1550551/* Define to 1 if you have the <unistd.h> header file. */552#define HAVE_UNISTD_H 1553554/* Define to 1 if you have the `unsetenv' function. */555#define HAVE_UNSETENV 1556557/* Define to 1 if the system has the type `u_char'. */558#define HAVE_U_CHAR 1559560/* Define to 1 if the system has the type `u_int'. */561#define HAVE_U_INT 1562563/* Define to 1 if the system has the type `u_int16_t'. */564#define HAVE_U_INT16_T 1565566/* Define to 1 if the system has the type `u_int32_t'. */567#define HAVE_U_INT32_T 1568569/* Define to 1 if the system has the type `u_int8_t'. */570#define HAVE_U_INT8_T 1571572/* Define to 1 if the system has the type `u_long'. */573#define HAVE_U_LONG 1574575/* Define to 1 if you have the `vasprintf' function. */576#define HAVE_VASPRINTF 1577578/* Define to 1 if you have the `vsnprintf' function. */579#define HAVE_VSNPRINTF 1580581/* Define to 1 if you have the `vsprintf' function. */582#define HAVE_VSPRINTF 1583584/* Define to 1 if the system has the type `__int128_t'. */585#define HAVE___INT128_T 1586587/* Define to 1 if the system has the type `__uint128_t'. */588#define HAVE___UINT128_T 1589590/* Define if errno.h declares perror */591/* #undef HDR_HAS_PERROR */592593/* May need to be defined to enable IPv6 support, for example on IRIX */594/* #undef INET6 */595596/* Define if MIT Project Athena default configuration should be used */597/* #undef KRB5_ATHENA_COMPAT */598599/* Define for DNS support of locating realms and KDCs */600#define KRB5_DNS_LOOKUP 1601602/* Define to enable DNS lookups of Kerberos realm names */603/* #undef KRB5_DNS_LOOKUP_REALM */604605/* Define if the KDC should return only vague error codes to clients */606/* #undef KRBCONF_VAGUE_ERRORS */607608/* define if the system header files are missing prototype for daemon() */609#define NEED_DAEMON_PROTO 1610611/* Define if in6addr_any is not defined in libc */612/* #undef NEED_INSIXADDR_ANY */613614/* define if the system header files are missing prototype for615ss_execute_command() */616/* #undef NEED_SS_EXECUTE_COMMAND_PROTO */617618/* define if the system header files are missing prototype for strptime() */619/* #undef NEED_STRPTIME_PROTO */620621/* define if the system header files are missing prototype for swab() */622/* #undef NEED_SWAB_PROTO */623624/* Define if need to declare sys_errlist */625/* #undef NEED_SYS_ERRLIST */626627/* define if the system header files are missing prototype for vasprintf() */628/* #undef NEED_VASPRINTF_PROTO */629630/* Define if the KDC should use no lookaside cache */631/* #undef NOCACHE */632633/* Define if references to pthread routines should be non-weak. */634/* #undef NO_WEAK_PTHREADS */635636/* Define to the address where bug reports for this package should be sent. */637#define PACKAGE_BUGREPORT "[email protected]"638639/* Define to the full name of this package. */640#define PACKAGE_NAME "Kerberos 5"641642/* Define to the full name and version of this package. */643#define PACKAGE_STRING "Kerberos 5 1.22.1"644645/* Define to the one symbol short name of this package. */646#define PACKAGE_TARNAME "krb5"647648/* Define to the home page for this package. */649#define PACKAGE_URL ""650651/* Define to the version of this package. */652#define PACKAGE_VERSION "1.22.1"653654/* Default PKCS11 module name */655#define PKCS11_MODNAME "opensc-pkcs11.so"656657/* Define if setjmp indicates POSIX interface */658#define POSIX_SETJMP 1659660/* Define if POSIX signal handling is used */661#define POSIX_SIGNALS 1662663/* Define if termios.h exists and tcsetattr exists */664#define POSIX_TERMIOS 1665666/* Define to necessary symbol if this constant uses a non-standard name on667your system. */668/* #undef PTHREAD_CREATE_JOINABLE */669670/* Define as return type of setrpcent */671#define SETRPCENT_TYPE void672673/* The size of `size_t', as computed by sizeof. */674#define SIZEOF_SIZE_T __SIZEOF_SIZE_T__675676/* The size of `time_t', as computed by sizeof. */677#ifdef __i386__678#define SIZEOF_TIME_T 4679#else680#define SIZEOF_TIME_T 8681#endif682683/* Define to use OpenSSL for SPAKE preauth */684#define SPAKE_OPENSSL 1685686/* Define for static plugin linkage */687/* #undef STATIC_PLUGINS */688689/* Define to 1 if you have the ANSI C header files. */690#define STDC_HEADERS 1691692/* Define to 1 if strerror_r returns char *. */693/* #undef STRERROR_R_CHAR_P */694695/* Define if sys_errlist is defined in errno.h */696#define SYS_ERRLIST_DECLARED 1697698/* Define if no TLS implementation is selected */699/* #undef TLS_IMPL_NONE */700701/* Define if TLS implementation is OpenSSL */702#define TLS_IMPL_OPENSSL 1703704/* Define to build macOS CCAPI client */705/* #undef USE_CCAPI_MACOS */706707/* Define if you have dirent.h functionality */708#define USE_DIRENT_H 1709710/* Define if dlopen should be used */711#define USE_DLOPEN 1712713/* Define if the keyring ccache should be enabled */714/* #undef USE_KEYRING_CCACHE */715716/* Define if link-time options for library finalization will be used */717/* #undef USE_LINKER_FINI_OPTION */718719/* Define if link-time options for library initialization will be used */720/* #undef USE_LINKER_INIT_OPTION */721722/* Define if sigprocmask should be used */723#define USE_SIGPROCMASK 1724725/* Define if wait takes int as a argument */726#define WAIT_USES_INT 1727728/* Define to enable extensions in glibc */729#define _GNU_SOURCE 1730731/* Define to enable C11 extensions */732#define __STDC_WANT_LIB_EXT1__ 1733734/* Define to empty if `const' does not conform to ANSI C. */735/* #undef const */736737/* Define to `int' if <sys/types.h> doesn't define. */738/* #undef gid_t */739740/* Define to `__inline__' or `__inline' if that's what the C compiler741calls it, or to nothing if 'inline' is not supported under any name. */742#ifndef __cplusplus743/* #undef inline */744#endif745746/* Define to `int' if <sys/types.h> does not define. */747/* #undef mode_t */748749/* Define to `long int' if <sys/types.h> does not define. */750/* #undef off_t */751752/* Define to `long' if <sys/types.h> does not define. */753/* #undef time_t */754755/* Define to `int' if <sys/types.h> doesn't define. */756/* #undef uid_t */757758759#if defined(__GNUC__) && !defined(inline)760/* Silence gcc pedantic warnings about ANSI C. */761# define inline __inline__762#endif763#endif /* KRB5_AUTOCONF_H */764765766767