Blame src/include/autoconf.h.in

Packit fd8b60
/* include/autoconf.h.in.  Generated from configure.ac by autoheader.  */
Packit fd8b60
Packit fd8b60
Packit fd8b60
#ifndef KRB5_AUTOCONF_H
Packit fd8b60
#define KRB5_AUTOCONF_H
Packit fd8b60
Packit fd8b60
Packit fd8b60
/* Define if AES-NI support is enabled */
Packit fd8b60
#undef AESNI
Packit fd8b60
Packit fd8b60
/* Define if socket can't be bound to 0.0.0.0 */
Packit fd8b60
#undef BROKEN_STREAMS_SOCKETS
Packit fd8b60
Packit fd8b60
/* Define if va_list objects can be simply copied by assignment. */
Packit fd8b60
#undef CAN_COPY_VA_LIST
Packit fd8b60
Packit fd8b60
/* Define to reduce code size even if it means more cpu usage */
Packit fd8b60
#undef CONFIG_SMALL
Packit fd8b60
Packit fd8b60
/* Define if __attribute__((constructor)) works */
Packit fd8b60
#undef CONSTRUCTOR_ATTR_WORKS
Packit fd8b60
Packit fd8b60
/* Define to default ccache name */
Packit fd8b60
#undef DEFCCNAME
Packit fd8b60
Packit fd8b60
/* Define to default client keytab name */
Packit fd8b60
#undef DEFCKTNAME
Packit fd8b60
Packit fd8b60
/* Define to default keytab name */
Packit fd8b60
#undef DEFKTNAME
Packit fd8b60
Packit fd8b60
/* Define if library initialization should be delayed until first use */
Packit fd8b60
#undef DELAY_INITIALIZER
Packit fd8b60
Packit fd8b60
/* Define if __attribute__((destructor)) works */
Packit fd8b60
#undef DESTRUCTOR_ATTR_WORKS
Packit fd8b60
Packit fd8b60
/* Define to disable PKINIT plugin support */
Packit fd8b60
#undef DISABLE_PKINIT
Packit fd8b60
Packit fd8b60
/* Define if LDAP KDB support within the Kerberos library (mainly ASN.1 code)
Packit fd8b60
   should be enabled. */
Packit fd8b60
#undef ENABLE_LDAP
Packit fd8b60
Packit fd8b60
/* Define if translation functions should be used. */
Packit fd8b60
#undef ENABLE_NLS
Packit fd8b60
Packit fd8b60
/* Define if thread support enabled */
Packit fd8b60
#undef ENABLE_THREADS
Packit fd8b60
Packit fd8b60
/* Define as return type of endrpcent */
Packit fd8b60
#undef ENDRPCENT_TYPE
Packit fd8b60
Packit fd8b60
/* Define if Fortuna PRNG is selected */
Packit fd8b60
#undef FORTUNA
Packit fd8b60
Packit fd8b60
/* Define to the type of elements in the array set by `getgroups'. Usually
Packit fd8b60
   this is either `int' or `gid_t'. */
Packit fd8b60
#undef GETGROUPS_T
Packit fd8b60
Packit fd8b60
/* Define if gethostbyname_r returns int rather than struct hostent * */
Packit fd8b60
#undef GETHOSTBYNAME_R_RETURNS_INT
Packit fd8b60
Packit fd8b60
/* Type of getpeername second argument. */
Packit fd8b60
#undef GETPEERNAME_ARG3_TYPE
Packit fd8b60
Packit fd8b60
/* Define if getpwnam_r exists but takes only 4 arguments (e.g., POSIX draft 6
Packit fd8b60
   implementations like some Solaris releases). */
Packit fd8b60
#undef GETPWNAM_R_4_ARGS
Packit fd8b60
Packit fd8b60
/* Define if getpwnam_r returns an int */
Packit fd8b60
#undef GETPWNAM_R_RETURNS_INT
Packit fd8b60
Packit fd8b60
/* Define if getpwuid_r exists but takes only 4 arguments (e.g., POSIX draft 6
Packit fd8b60
   implementations like some Solaris releases). */
Packit fd8b60
#undef GETPWUID_R_4_ARGS
Packit fd8b60
Packit fd8b60
/* Define if getservbyname_r returns int rather than struct servent * */
Packit fd8b60
#undef GETSERVBYNAME_R_RETURNS_INT
Packit fd8b60
Packit fd8b60
/* Type of pointer target for argument 3 to getsockname */
Packit fd8b60
#undef GETSOCKNAME_ARG3_TYPE
Packit fd8b60
Packit fd8b60
/* Define if gmtime_r returns int instead of struct tm pointer, as on old
Packit fd8b60
   HP-UX systems. */
Packit fd8b60
#undef GMTIME_R_RETURNS_INT
Packit fd8b60
Packit fd8b60
/* Define if va_copy macro or function is available. */
Packit fd8b60
#undef HAS_VA_COPY
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `access' function. */
Packit fd8b60
#undef HAVE_ACCESS
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <alloca.h> header file. */
Packit fd8b60
#undef HAVE_ALLOCA_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <arpa/inet.h> header file. */
Packit fd8b60
#undef HAVE_ARPA_INET_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `bswap16' function. */
Packit fd8b60
#undef HAVE_BSWAP16
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `bswap64' function. */
Packit fd8b60
#undef HAVE_BSWAP64
Packit fd8b60
Packit fd8b60
/* Define to 1 if bswap_16 is available via byteswap.h */
Packit fd8b60
#undef HAVE_BSWAP_16
Packit fd8b60
Packit fd8b60
/* Define to 1 if bswap_64 is available via byteswap.h */
Packit fd8b60
#undef HAVE_BSWAP_64
Packit fd8b60
Packit fd8b60
/* Define if bt_rseq is available, for recursive btree traversal. */
Packit fd8b60
#undef HAVE_BT_RSEQ
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <byteswap.h> header file. */
Packit fd8b60
#undef HAVE_BYTESWAP_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `chmod' function. */
Packit fd8b60
#undef HAVE_CHMOD
Packit fd8b60
Packit fd8b60
/* Define if cmocka library is available. */
Packit fd8b60
#undef HAVE_CMOCKA
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `compile' function. */
Packit fd8b60
#undef HAVE_COMPILE
Packit fd8b60
Packit fd8b60
/* Define if com_err has compatible gettext support */
Packit fd8b60
#undef HAVE_COM_ERR_INTL
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <cpuid.h> header file. */
Packit fd8b60
#undef HAVE_CPUID_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `daemon' function. */
Packit fd8b60
#undef HAVE_DAEMON
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
Packit fd8b60
   don't. */
Packit fd8b60
#undef HAVE_DECL_STRERROR_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
Packit fd8b60
   */
Packit fd8b60
#undef HAVE_DIRENT_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit fd8b60
#undef HAVE_DLFCN_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `dn_skipname' function. */
Packit fd8b60
#undef HAVE_DN_SKIPNAME
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <endian.h> header file. */
Packit fd8b60
#undef HAVE_ENDIAN_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <errno.h> header file. */
Packit fd8b60
#undef HAVE_ERRNO_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `explicit_bzero' function. */
Packit fd8b60
#undef HAVE_EXPLICIT_BZERO
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `explicit_memset' function. */
Packit fd8b60
#undef HAVE_EXPLICIT_MEMSET
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `fchmod' function. */
Packit fd8b60
#undef HAVE_FCHMOD
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <fcntl.h> header file. */
Packit fd8b60
#undef HAVE_FCNTL_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `flock' function. */
Packit fd8b60
#undef HAVE_FLOCK
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `fnmatch' function. */
Packit fd8b60
#undef HAVE_FNMATCH
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <fnmatch.h> header file. */
Packit fd8b60
#undef HAVE_FNMATCH_H
Packit fd8b60
Packit fd8b60
/* Define if you have the getaddrinfo function */
Packit fd8b60
#undef HAVE_GETADDRINFO
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getcwd' function. */
Packit fd8b60
#undef HAVE_GETCWD
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getenv' function. */
Packit fd8b60
#undef HAVE_GETENV
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `geteuid' function. */
Packit fd8b60
#undef HAVE_GETEUID
Packit fd8b60
Packit fd8b60
/* Define if gethostbyname_r exists and its return type is known */
Packit fd8b60
#undef HAVE_GETHOSTBYNAME_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getnameinfo' function. */
Packit fd8b60
#undef HAVE_GETNAMEINFO
Packit fd8b60
Packit fd8b60
/* Define if system getopt should be used. */
Packit fd8b60
#undef HAVE_GETOPT
Packit fd8b60
Packit fd8b60
/* Define if system getopt_long should be used. */
Packit fd8b60
#undef HAVE_GETOPT_LONG
Packit fd8b60
Packit fd8b60
/* Define if getpwnam_r is available and useful. */
Packit fd8b60
#undef HAVE_GETPWNAM_R
Packit fd8b60
Packit fd8b60
/* Define if getpwuid_r is available and useful. */
Packit fd8b60
#undef HAVE_GETPWUID_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getresgid' function. */
Packit fd8b60
#undef HAVE_GETRESGID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getresuid' function. */
Packit fd8b60
#undef HAVE_GETRESUID
Packit fd8b60
Packit fd8b60
/* Define if getservbyname_r exists and its return type is known */
Packit fd8b60
#undef HAVE_GETSERVBYNAME_R
Packit fd8b60
Packit fd8b60
/* Have the gettimeofday function */
Packit fd8b60
#undef HAVE_GETTIMEOFDAY
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `getusershell' function. */
Packit fd8b60
#undef HAVE_GETUSERSHELL
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `gmtime_r' function. */
Packit fd8b60
#undef HAVE_GMTIME_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <ifaddrs.h> header file. */
Packit fd8b60
#undef HAVE_IFADDRS_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `inet_ntop' function. */
Packit fd8b60
#undef HAVE_INET_NTOP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `inet_pton' function. */
Packit fd8b60
#undef HAVE_INET_PTON
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `int16_t'. */
Packit fd8b60
#undef HAVE_INT16_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `int32_t'. */
Packit fd8b60
#undef HAVE_INT32_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `int8_t'. */
Packit fd8b60
#undef HAVE_INT8_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <inttypes.h> header file. */
Packit fd8b60
#undef HAVE_INTTYPES_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <keyutils.h> header file. */
Packit fd8b60
#undef HAVE_KEYUTILS_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <lber.h> header file. */
Packit fd8b60
#undef HAVE_LBER_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <ldap.h> header file. */
Packit fd8b60
#undef HAVE_LDAP_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `crypto' library (-lcrypto). */
Packit fd8b60
#undef HAVE_LIBCRYPTO
Packit fd8b60
Packit fd8b60
/* Define if building with libedit. */
Packit fd8b60
#undef HAVE_LIBEDIT
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `nsl' library (-lnsl). */
Packit fd8b60
#undef HAVE_LIBNSL
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `resolv' library (-lresolv). */
Packit fd8b60
#undef HAVE_LIBRESOLV
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `socket' library (-lsocket). */
Packit fd8b60
#undef HAVE_LIBSOCKET
Packit fd8b60
Packit fd8b60
/* Define if the util library is available */
Packit fd8b60
#undef HAVE_LIBUTIL
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <limits.h> header file. */
Packit fd8b60
#undef HAVE_LIMITS_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `localtime_r' function. */
Packit fd8b60
#undef HAVE_LOCALTIME_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <machine/byte_order.h> header file. */
Packit fd8b60
#undef HAVE_MACHINE_BYTE_ORDER_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <machine/endian.h> header file. */
Packit fd8b60
#undef HAVE_MACHINE_ENDIAN_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <memory.h> header file. */
Packit fd8b60
#undef HAVE_MEMORY_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `mkstemp' function. */
Packit fd8b60
#undef HAVE_MKSTEMP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
Packit fd8b60
#undef HAVE_NDIR_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <netdb.h> header file. */
Packit fd8b60
#undef HAVE_NETDB_H
Packit fd8b60
Packit fd8b60
/* Define if netdb.h declares h_errno */
Packit fd8b60
#undef HAVE_NETDB_H_H_ERRNO
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <netinet/in.h> header file. */
Packit fd8b60
#undef HAVE_NETINET_IN_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `ns_initparse' function. */
Packit fd8b60
#undef HAVE_NS_INITPARSE
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `ns_name_uncompress' function. */
Packit fd8b60
#undef HAVE_NS_NAME_UNCOMPRESS
Packit fd8b60
Packit fd8b60
/* Define if OpenSSL supports cms. */
Packit fd8b60
#undef HAVE_OPENSSL_CMS
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <paths.h> header file. */
Packit fd8b60
#undef HAVE_PATHS_H
Packit fd8b60
Packit fd8b60
/* Define if persistent keyrings are supported */
Packit fd8b60
#undef HAVE_PERSISTENT_KEYRING
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <poll.h> header file. */
Packit fd8b60
#undef HAVE_POLL_H
Packit fd8b60
Packit fd8b60
/* Define if #pragma weak references work */
Packit fd8b60
#undef HAVE_PRAGMA_WEAK_REF
Packit fd8b60
Packit fd8b60
/* Define if you have POSIX threads libraries and header files. */
Packit fd8b60
#undef HAVE_PTHREAD
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `pthread_once' function. */
Packit fd8b60
#undef HAVE_PTHREAD_ONCE
Packit fd8b60
Packit fd8b60
/* Have PTHREAD_PRIO_INHERIT. */
Packit fd8b60
#undef HAVE_PTHREAD_PRIO_INHERIT
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `pthread_rwlock_init' function. */
Packit fd8b60
#undef HAVE_PTHREAD_RWLOCK_INIT
Packit fd8b60
Packit fd8b60
/* Define if pthread_rwlock_init is provided in the thread library. */
Packit fd8b60
#undef HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <pwd.h> header file. */
Packit fd8b60
#undef HAVE_PWD_H
Packit fd8b60
Packit fd8b60
/* Define if building with GNU Readline. */
Packit fd8b60
#undef HAVE_READLINE
Packit fd8b60
Packit fd8b60
/* Define if regcomp exists and functions */
Packit fd8b60
#undef HAVE_REGCOMP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `regexec' function. */
Packit fd8b60
#undef HAVE_REGEXEC
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <regexpr.h> header file. */
Packit fd8b60
#undef HAVE_REGEXPR_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <regex.h> header file. */
Packit fd8b60
#undef HAVE_REGEX_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `res_nclose' function. */
Packit fd8b60
#undef HAVE_RES_NCLOSE
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `res_ndestroy' function. */
Packit fd8b60
#undef HAVE_RES_NDESTROY
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `res_ninit' function. */
Packit fd8b60
#undef HAVE_RES_NINIT
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `res_nsearch' function. */
Packit fd8b60
#undef HAVE_RES_NSEARCH
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `res_search' function */
Packit fd8b60
#undef HAVE_RES_SEARCH
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `re_comp' function. */
Packit fd8b60
#undef HAVE_RE_COMP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `re_exec' function. */
Packit fd8b60
#undef HAVE_RE_EXEC
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sasl/sasl.h> header file. */
Packit fd8b60
#undef HAVE_SASL_SASL_H
Packit fd8b60
Packit fd8b60
/* Define if struct sockaddr contains sa_len */
Packit fd8b60
#undef HAVE_SA_LEN
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `secure_getenv' function. */
Packit fd8b60
#undef HAVE_SECURE_GETENV
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setegid' function. */
Packit fd8b60
#undef HAVE_SETEGID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setenv' function. */
Packit fd8b60
#undef HAVE_SETENV
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `seteuid' function. */
Packit fd8b60
#undef HAVE_SETEUID
Packit fd8b60
Packit fd8b60
/* Define if setluid provided in OSF/1 security library */
Packit fd8b60
#undef HAVE_SETLUID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setregid' function. */
Packit fd8b60
#undef HAVE_SETREGID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setresgid' function. */
Packit fd8b60
#undef HAVE_SETRESGID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setresuid' function. */
Packit fd8b60
#undef HAVE_SETRESUID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setreuid' function. */
Packit fd8b60
#undef HAVE_SETREUID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setsid' function. */
Packit fd8b60
#undef HAVE_SETSID
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `setvbuf' function. */
Packit fd8b60
#undef HAVE_SETVBUF
Packit fd8b60
Packit fd8b60
/* Define if there is a socklen_t type. If not, probably use size_t */
Packit fd8b60
#undef HAVE_SOCKLEN_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `srand' function. */
Packit fd8b60
#undef HAVE_SRAND
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `srand48' function. */
Packit fd8b60
#undef HAVE_SRAND48
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `srandom' function. */
Packit fd8b60
#undef HAVE_SRANDOM
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `ssize_t'. */
Packit fd8b60
#undef HAVE_SSIZE_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `stat' function. */
Packit fd8b60
#undef HAVE_STAT
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <stddef.h> header file. */
Packit fd8b60
#undef HAVE_STDDEF_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <stdint.h> header file. */
Packit fd8b60
#undef HAVE_STDINT_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <stdlib.h> header file. */
Packit fd8b60
#undef HAVE_STDLIB_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `step' function. */
Packit fd8b60
#undef HAVE_STEP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strchr' function. */
Packit fd8b60
#undef HAVE_STRCHR
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strdup' function. */
Packit fd8b60
#undef HAVE_STRDUP
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strerror' function. */
Packit fd8b60
#undef HAVE_STRERROR
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strerror_r' function. */
Packit fd8b60
#undef HAVE_STRERROR_R
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <strings.h> header file. */
Packit fd8b60
#undef HAVE_STRINGS_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <string.h> header file. */
Packit fd8b60
#undef HAVE_STRING_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strlcpy' function. */
Packit fd8b60
#undef HAVE_STRLCPY
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `strptime' function. */
Packit fd8b60
#undef HAVE_STRPTIME
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `struct cmsghdr'. */
Packit fd8b60
#undef HAVE_STRUCT_CMSGHDR
Packit fd8b60
Packit fd8b60
/* Define if there is a struct if_laddrconf. */
Packit fd8b60
#undef HAVE_STRUCT_IF_LADDRCONF
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `struct in6_pktinfo'. */
Packit fd8b60
#undef HAVE_STRUCT_IN6_PKTINFO
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `struct in_pktinfo'. */
Packit fd8b60
#undef HAVE_STRUCT_IN_PKTINFO
Packit fd8b60
Packit fd8b60
/* Define if there is a struct lifconf. */
Packit fd8b60
#undef HAVE_STRUCT_LIFCONF
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `struct rt_msghdr'. */
Packit fd8b60
#undef HAVE_STRUCT_RT_MSGHDR
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
Packit fd8b60
#undef HAVE_STRUCT_SOCKADDR_STORAGE
Packit fd8b60
Packit fd8b60
/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
Packit fd8b60
#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
Packit fd8b60
Packit fd8b60
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
Packit fd8b60
#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
Packit fd8b60
Packit fd8b60
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
Packit fd8b60
#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/bswap.h> header file. */
Packit fd8b60
#undef HAVE_SYS_BSWAP_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
Packit fd8b60
   */
Packit fd8b60
#undef HAVE_SYS_DIR_H
Packit fd8b60
Packit fd8b60
/* Define if sys_errlist in libc */
Packit fd8b60
#undef HAVE_SYS_ERRLIST
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/file.h> header file. */
Packit fd8b60
#undef HAVE_SYS_FILE_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/filio.h> header file. */
Packit fd8b60
#undef HAVE_SYS_FILIO_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
Packit fd8b60
   */
Packit fd8b60
#undef HAVE_SYS_NDIR_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/param.h> header file. */
Packit fd8b60
#undef HAVE_SYS_PARAM_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/select.h> header file. */
Packit fd8b60
#undef HAVE_SYS_SELECT_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit fd8b60
#undef HAVE_SYS_SOCKET_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/sockio.h> header file. */
Packit fd8b60
#undef HAVE_SYS_SOCKIO_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit fd8b60
#undef HAVE_SYS_STAT_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/time.h> header file. */
Packit fd8b60
#undef HAVE_SYS_TIME_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/types.h> header file. */
Packit fd8b60
#undef HAVE_SYS_TYPES_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <sys/uio.h> header file. */
Packit fd8b60
#undef HAVE_SYS_UIO_H
Packit fd8b60
Packit fd8b60
/* Define if tcl.h found */
Packit fd8b60
#undef HAVE_TCL_H
Packit fd8b60
Packit fd8b60
/* Define if tcl/tcl.h found */
Packit fd8b60
#undef HAVE_TCL_TCL_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `timegm' function. */
Packit fd8b60
#undef HAVE_TIMEGM
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <time.h> header file. */
Packit fd8b60
#undef HAVE_TIME_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the <unistd.h> header file. */
Packit fd8b60
#undef HAVE_UNISTD_H
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `unsetenv' function. */
Packit fd8b60
#undef HAVE_UNSETENV
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_char'. */
Packit fd8b60
#undef HAVE_U_CHAR
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_int'. */
Packit fd8b60
#undef HAVE_U_INT
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_int16_t'. */
Packit fd8b60
#undef HAVE_U_INT16_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_int32_t'. */
Packit fd8b60
#undef HAVE_U_INT32_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_int8_t'. */
Packit fd8b60
#undef HAVE_U_INT8_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `u_long'. */
Packit fd8b60
#undef HAVE_U_LONG
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `vasprintf' function. */
Packit fd8b60
#undef HAVE_VASPRINTF
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `vsnprintf' function. */
Packit fd8b60
#undef HAVE_VSNPRINTF
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the `vsprintf' function. */
Packit fd8b60
#undef HAVE_VSPRINTF
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `__int128_t'. */
Packit fd8b60
#undef HAVE___INT128_T
Packit fd8b60
Packit fd8b60
/* Define to 1 if the system has the type `__uint128_t'. */
Packit fd8b60
#undef HAVE___UINT128_T
Packit fd8b60
Packit fd8b60
/* Define if errno.h declares perror */
Packit fd8b60
#undef HDR_HAS_PERROR
Packit fd8b60
Packit fd8b60
/* May need to be defined to enable IPv6 support, for example on IRIX */
Packit fd8b60
#undef INET6
Packit fd8b60
Packit fd8b60
/* Define if MIT Project Athena default configuration should be used */
Packit fd8b60
#undef KRB5_ATHENA_COMPAT
Packit fd8b60
Packit fd8b60
/* Define for DNS support of locating realms and KDCs */
Packit fd8b60
#undef KRB5_DNS_LOOKUP
Packit fd8b60
Packit fd8b60
/* Define to enable DNS lookups of Kerberos realm names */
Packit fd8b60
#undef KRB5_DNS_LOOKUP_REALM
Packit fd8b60
Packit fd8b60
/* Define if the KDC should return only vague error codes to clients */
Packit fd8b60
#undef KRBCONF_VAGUE_ERRORS
Packit fd8b60
Packit fd8b60
/* define if the system header files are missing prototype for daemon() */
Packit fd8b60
#undef NEED_DAEMON_PROTO
Packit fd8b60
Packit fd8b60
/* Define if in6addr_any is not defined in libc */
Packit fd8b60
#undef NEED_INSIXADDR_ANY
Packit fd8b60
Packit fd8b60
/* define if the system header files are missing prototype for
Packit fd8b60
   ss_execute_command() */
Packit fd8b60
#undef NEED_SS_EXECUTE_COMMAND_PROTO
Packit fd8b60
Packit fd8b60
/* define if the system header files are missing prototype for strptime() */
Packit fd8b60
#undef NEED_STRPTIME_PROTO
Packit fd8b60
Packit fd8b60
/* define if the system header files are missing prototype for swab() */
Packit fd8b60
#undef NEED_SWAB_PROTO
Packit fd8b60
Packit fd8b60
/* Define if need to declare sys_errlist */
Packit fd8b60
#undef NEED_SYS_ERRLIST
Packit fd8b60
Packit fd8b60
/* define if the system header files are missing prototype for vasprintf() */
Packit fd8b60
#undef NEED_VASPRINTF_PROTO
Packit fd8b60
Packit fd8b60
/* Define if the KDC should use no lookaside cache */
Packit fd8b60
#undef NOCACHE
Packit fd8b60
Packit fd8b60
/* Define if references to pthread routines should be non-weak. */
Packit fd8b60
#undef NO_WEAK_PTHREADS
Packit fd8b60
Packit fd8b60
/* Define if lex produes code with yylineno */
Packit fd8b60
#undef NO_YYLINENO
Packit fd8b60
Packit fd8b60
/* Define to the address where bug reports for this package should be sent. */
Packit fd8b60
#undef PACKAGE_BUGREPORT
Packit fd8b60
Packit fd8b60
/* Define to the full name of this package. */
Packit fd8b60
#undef PACKAGE_NAME
Packit fd8b60
Packit fd8b60
/* Define to the full name and version of this package. */
Packit fd8b60
#undef PACKAGE_STRING
Packit fd8b60
Packit fd8b60
/* Define to the one symbol short name of this package. */
Packit fd8b60
#undef PACKAGE_TARNAME
Packit fd8b60
Packit fd8b60
/* Define to the home page for this package. */
Packit fd8b60
#undef PACKAGE_URL
Packit fd8b60
Packit fd8b60
/* Define to the version of this package. */
Packit fd8b60
#undef PACKAGE_VERSION
Packit fd8b60
Packit fd8b60
/* Define if setjmp indicates POSIX interface */
Packit fd8b60
#undef POSIX_SETJMP
Packit fd8b60
Packit fd8b60
/* Define if POSIX signal handling is used */
Packit fd8b60
#undef POSIX_SIGNALS
Packit fd8b60
Packit fd8b60
/* Define if POSIX signal handlers are used */
Packit fd8b60
#undef POSIX_SIGTYPE
Packit fd8b60
Packit fd8b60
/* Define if termios.h exists and tcsetattr exists */
Packit fd8b60
#undef POSIX_TERMIOS
Packit fd8b60
Packit fd8b60
/* Define to necessary symbol if this constant uses a non-standard name on
Packit fd8b60
   your system. */
Packit fd8b60
#undef PTHREAD_CREATE_JOINABLE
Packit fd8b60
Packit fd8b60
/* Define as the return type of signal handlers (`int' or `void'). */
Packit fd8b60
#undef RETSIGTYPE
Packit fd8b60
Packit fd8b60
/* Define as return type of setrpcent */
Packit fd8b60
#undef SETRPCENT_TYPE
Packit fd8b60
Packit fd8b60
/* The size of `size_t', as computed by sizeof. */
Packit fd8b60
#undef SIZEOF_SIZE_T
Packit fd8b60
Packit fd8b60
/* The size of `time_t', as computed by sizeof. */
Packit fd8b60
#undef SIZEOF_TIME_T
Packit fd8b60
Packit fd8b60
/* Define to use OpenSSL for SPAKE preauth */
Packit fd8b60
#undef SPAKE_OPENSSL
Packit fd8b60
Packit fd8b60
/* Define for static plugin linkage */
Packit fd8b60
#undef STATIC_PLUGINS
Packit fd8b60
Packit fd8b60
/* Define to 1 if you have the ANSI C header files. */
Packit fd8b60
#undef STDC_HEADERS
Packit fd8b60
Packit fd8b60
/* Define to 1 if strerror_r returns char *. */
Packit fd8b60
#undef STRERROR_R_CHAR_P
Packit fd8b60
Packit fd8b60
/* Define if sys_errlist is defined in errno.h */
Packit fd8b60
#undef SYS_ERRLIST_DECLARED
Packit fd8b60
Packit fd8b60
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit fd8b60
#undef TIME_WITH_SYS_TIME
Packit fd8b60
Packit fd8b60
/* Define if no TLS implementation is selected */
Packit fd8b60
#undef TLS_IMPL_NONE
Packit fd8b60
Packit fd8b60
/* Define if TLS implementation is OpenSSL */
Packit fd8b60
#undef TLS_IMPL_OPENSSL
Packit fd8b60
Packit fd8b60
/* Define if you have dirent.h functionality */
Packit fd8b60
#undef USE_DIRENT_H
Packit fd8b60
Packit fd8b60
/* Define if dlopen should be used */
Packit fd8b60
#undef USE_DLOPEN
Packit fd8b60
Packit fd8b60
/* Define if the keyring ccache should be enabled */
Packit fd8b60
#undef USE_KEYRING_CCACHE
Packit fd8b60
Packit fd8b60
/* Define if link-time options for library finalization will be used */
Packit fd8b60
#undef USE_LINKER_FINI_OPTION
Packit fd8b60
Packit fd8b60
/* Define if link-time options for library initialization will be used */
Packit fd8b60
#undef USE_LINKER_INIT_OPTION
Packit fd8b60
Packit fd8b60
/* Define if sigprocmask should be used */
Packit fd8b60
#undef USE_SIGPROCMASK
Packit fd8b60
Packit fd8b60
/* Define if wait takes int as a argument */
Packit fd8b60
#undef WAIT_USES_INT
Packit fd8b60
Packit fd8b60
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Packit fd8b60
   `char[]'. */
Packit fd8b60
#undef YYTEXT_POINTER
Packit fd8b60
Packit fd8b60
/* Define to enable extensions in glibc */
Packit fd8b60
#undef _GNU_SOURCE
Packit fd8b60
Packit fd8b60
/* Define to enable C11 extensions */
Packit fd8b60
#undef __STDC_WANT_LIB_EXT1__
Packit fd8b60
Packit fd8b60
/* Define to empty if `const' does not conform to ANSI C. */
Packit fd8b60
#undef const
Packit fd8b60
Packit fd8b60
/* Define to `int' if <sys/types.h> doesn't define. */
Packit fd8b60
#undef gid_t
Packit fd8b60
Packit fd8b60
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit fd8b60
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit fd8b60
#ifndef __cplusplus
Packit fd8b60
#undef inline
Packit fd8b60
#endif
Packit fd8b60
Packit fd8b60
/* Define krb5_sigtype to type of signal handler */
Packit fd8b60
#undef krb5_sigtype
Packit fd8b60
Packit fd8b60
/* Define to `int' if <sys/types.h> does not define. */
Packit fd8b60
#undef mode_t
Packit fd8b60
Packit fd8b60
/* Define to `long int' if <sys/types.h> does not define. */
Packit fd8b60
#undef off_t
Packit fd8b60
Packit fd8b60
/* Define to `long' if <sys/types.h> does not define. */
Packit fd8b60
#undef time_t
Packit fd8b60
Packit fd8b60
/* Define to `int' if <sys/types.h> doesn't define. */
Packit fd8b60
#undef uid_t
Packit fd8b60
Packit fd8b60
Packit fd8b60
#if defined(__GNUC__) && !defined(inline)
Packit fd8b60
/* Silence gcc pedantic warnings about ANSI C.  */
Packit fd8b60
# define inline __inline__
Packit fd8b60
#endif
Packit fd8b60
#endif /* KRB5_AUTOCONF_H */
Packit fd8b60