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