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