autoconf.h.in   [plain text]


/* krb5/autoconf.h.in.  Generated from configure.in by autoheader.  */

/* Define if ANSI stdio is present (in particular "b" option to fopen) */
#undef ANSI_STDIO

/* Define if __attribute__((constructor)) works */
#undef CONSTRUCTOR_ATTR_WORKS

/* Define if library initialization should be delayed until first use */
#undef DELAY_INITIALIZER

/* Define if __attribute__((destructor)) works */
#undef DESTRUCTOR_ATTR_WORKS

/* Define if thread support enabled */
#undef ENABLE_THREADS

/* Define if gethostbyname_r returns int rather than struct hostent * */
#undef GETHOSTBYNAME_R_RETURNS_INT

/* Define if getpwnam_r exists but takes only 4 arguments (e.g., POSIX draft 6
   implementations like some Solaris releases). */
#undef GETPWNAM_R_4_ARGS

/* Define if getpwnam_r returns an int */
#undef GETPWNAM_R_RETURNS_INT

/* Define if getpwuid_r exists but takes only 4 arguments (e.g., POSIX draft 6
   implementations like some Solaris releases). */
#undef GETPWUID_R_4_ARGS

/* Define if getservbyname_r returns int rather than struct servent * */
#undef GETSERVBYNAME_R_RETURNS_INT

/* Define if gmtime_r returns int instead of struct tm pointer, as on old
   HP-UX systems. */
#undef GMTIME_R_RETURNS_INT

/* Define if bt_rseq is available, for recursive btree traversal. */
#undef HAVE_BT_RSEQ

/* Define to 1 if you have the `chmod' function. */
#undef HAVE_CHMOD

/* Define to 1 if you have the `dn_skipname' function. */
#undef HAVE_DN_SKIPNAME

/* Define to 1 if you have the `fchmod' function. */
#undef HAVE_FCHMOD

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `flock' function. */
#undef HAVE_FLOCK

/* Define if you have the getaddrinfo function */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the `getenv' function. */
#undef HAVE_GETENV

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `gethostbyname2' function. */
#undef HAVE_GETHOSTBYNAME2

/* Define if gethostbyname_r exists and its return type is known */
#undef HAVE_GETHOSTBYNAME_R

/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS

/* Define to 1 if you have the `getnameinfo' function. */
#undef HAVE_GETNAMEINFO

/* Define to 1 if you have the `getpwnam_r' function. */
#undef HAVE_GETPWNAM_R

/* Define to 1 if you have the `getpwuid_r' function. */
#undef HAVE_GETPWUID_R

/* Define if getservbyname_r exists and its return type is known */
#undef HAVE_GETSERVBYNAME_R

/* Define to 1 if you have the `gmtime_r' function. */
#undef HAVE_GMTIME_R

/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H

/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON

/* Define to 1 if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA

/* Define to 1 if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP

/* Define to 1 if you have the `inet_pton' function. */
#undef HAVE_INET_PTON

/* Define to 1 if the system has the type `int64_t'. */
#undef HAVE_INT64_T

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL

/* Define to 1 if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define to 1 if you have the `localtime_r' function. */
#undef HAVE_LOCALTIME_R

/* Define to 1 if the system has the type `long long'. */
#undef HAVE_LONG_LONG

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define if netdb.h declares h_errno */
#undef HAVE_NETDB_H_H_ERRNO

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 if you have the `ns_initparse' function. */
#undef HAVE_NS_INITPARSE

/* Define to 1 if you have the `ns_name_uncompress' function. */
#undef HAVE_NS_NAME_UNCOMPRESS

/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H

/* Define if #pragma weak references work */
#undef HAVE_PRAGMA_WEAK_REF

/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD

/* Define to 1 if you have the `pthread_mutexattr_setrobust_np' function. */
#undef HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP

/* Define if pthread_mutexattr_setrobust_np is provided in the thread library.
   */
#undef HAVE_PTHREAD_MUTEXATTR_SETROBUST_NP_IN_THREAD_LIB

/* Define to 1 if you have the `pthread_mutex_lock' function. */
#undef HAVE_PTHREAD_MUTEX_LOCK

/* Define to 1 if you have the `pthread_once' function. */
#undef HAVE_PTHREAD_ONCE

/* Define to 1 if you have the `pthread_rwlock_init' function. */
#undef HAVE_PTHREAD_RWLOCK_INIT

/* Define if pthread_rwlock_init is provided in the thread library. */
#undef HAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB

/* Define to 1 if you have the <regexpr.h> header file. */
#undef HAVE_REGEXPR_H

/* Define to 1 if you have the <regexp.h> header file. */
#undef HAVE_REGEXP_H

/* Define to 1 if you have the <regex.h> header file. */
#undef HAVE_REGEX_H

/* Define to 1 if you have the `res_ndestroy' function. */
#undef HAVE_RES_NDESTROY

/* Define to 1 if you have the `res_nsearch' function. */
#undef HAVE_RES_NSEARCH

/* Define to 1 if you have the `res_search' function */
#undef HAVE_RES_SEARCH

/* Define if struct sockaddr contains sa_len */
#undef HAVE_SA_LEN

/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

/* Define to 1 if you have the `sched_yield' function. */
#undef HAVE_SCHED_YIELD

/* Define to 1 if you have the `setegid' function. */
#undef HAVE_SETEGID

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID

/* Define to 1 if you have the `setregid' function. */
#undef HAVE_SETREGID

/* Define to 1 if you have the `setresgid' function. */
#undef HAVE_SETRESGID

/* Define to 1 if you have the `setresuid' function. */
#undef HAVE_SETRESUID

/* Define to 1 if you have the `setreuid' function. */
#undef HAVE_SETREUID

/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID

/* Define to 1 if you have the `setvbuf' function. */
#undef HAVE_SETVBUF

/* Define if there is a socklen_t type. If not, probably use size_t */
#undef HAVE_SOCKLEN_T

/* Define if stdarg available and compiles */
#undef HAVE_STDARG_H

/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

/* Define to 1 if you have the `strftime' function. */
#undef HAVE_STRFTIME

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strptime' function. */
#undef HAVE_STRPTIME

/* Define if there is a struct if_laddrconf. */
#undef HAVE_STRUCT_IF_LADDRCONF

/* Define if there is a struct lifconf. */
#undef HAVE_STRUCT_LIFCONF

/* Define if "struct sockaddr_storage" is available. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE

/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H

/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define to 1 if the system has the type `uint64_t'. */
#undef HAVE_UINT64_T

/* Define to 1 if the system has the type `uintmax_t'. */
#undef HAVE_UINTMAX_T

/* Define to 1 if the system has the type `uintptr_t'. */
#undef HAVE_UINTPTR_T

/* Define to 1 if the system has the type `uint_least32_t'. */
#undef HAVE_UINT_LEAST32_T

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV

/* Define if varargs available and compiles */
#undef HAVE_VARARGS_H

/* Define to 1 if you have the <xom.h> header file. */
#undef HAVE_XOM_H

/* May need to be defined to enable IPv6 support, for example on IRIX */
#undef INET6

/* Define if MIT Project Athena default configuration should be used */
#undef KRB5_ATHENA_COMPAT

/* Define only if building in-tree */
#undef KRB5_DEPRECATED

/* Define for DNS support of locating realms and KDCs */
#undef KRB5_DNS_LOOKUP

/* Define to enable DNS lookups of Kerberos KDCs */
#undef KRB5_DNS_LOOKUP_KDC

/* Define to enable DNS lookups of Kerberos realm names */
#undef KRB5_DNS_LOOKUP_REALM

/* Define if Kerberos V4 backwards compatibility should be supported */
#undef KRB5_KRB4_COMPAT

/* Define only if building in-tree */
#undef KRB5_PRIVATE

/* Define if we should compile in IPv6 support (even if we can't use it at run
   time) */
#undef KRB5_USE_INET6

/* Define if in6addr_any is not defined in libc */
#undef NEED_INSIXADDR_ANY

/* Define if lex produes code with yylineno */
#undef NO_YYLINENO

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define if POSIX signal handlers are used */
#undef POSIX_SIGTYPE

/* Define if termios.h exists and tcsetattr exists */
#undef POSIX_TERMIOS

/* Define to the necessary symbol if this constant uses a non-standard name on
   your system. */
#undef PTHREAD_CREATE_JOINABLE

/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define if you have dirent.h functionality */
#undef USE_DIRENT_H

/* Define if link-time options for library finalization will be used */
#undef USE_LINKER_FINI_OPTION

/* Define if link-time options for library initialization will be used */
#undef USE_LINKER_INIT_OPTION

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#undef YYTEXT_POINTER

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

/* Define krb5_sigtype to type of signal handler */
#undef krb5_sigtype

/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t

/* Define to `long' if <sys/types.h> does not define. */
#undef time_t

/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t


#if defined(__GNUC__) && !defined(inline)
/* Silence gcc pedantic warnings about ANSI C.  */
# define inline __inline__
#endif