diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index b16f4ff..f525d5e 100644 --- a/config.h.in +++ b/config.h.in @@ -40,7 +40,7 @@ #undef HAVE_INTTYPES_H /* Define to enable Kerberos features. */ -#undef HAVE_KERBEROS +#undef HAVE_KRB5 /* Define to 1 if you have the `krb5_free_error_message' function. */ #undef HAVE_KRB5_FREE_ERROR_MESSAGE @@ -82,7 +82,7 @@ /* Define to 1 if you have the `krb5_svc_get_msg' function. */ #undef HAVE_KRB5_SVC_GET_MSG -/* Define to 1 if the system has the type `long long int'. */ +/* Define to 1 if the system has the type 'long long int'. */ #undef HAVE_LONG_LONG_INT /* Define to 1 if you have the <memory.h> header file. */ @@ -91,6 +91,9 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP +/* Define to 1 if you have the `reallocarray' function. */ +#undef HAVE_REALLOCARRAY + /* Define to enable remctl features. */ #undef HAVE_REMCTL @@ -145,12 +148,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if the system has the type 'unsigned long long int'. */ +#undef HAVE_UNSIGNED_LONG_LONG_INT + /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE @@ -212,6 +215,17 @@ /* Define to the default server host name. */ #undef WALLET_SERVER +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX |