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