]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2006-04-10 kwc@citi.umich.edu
authorneilbrown <neilbrown>
Sun, 9 Apr 2006 23:47:08 +0000 (23:47 +0000)
committerneilbrown <neilbrown>
Sun, 9 Apr 2006 23:47:08 +0000 (23:47 +0000)
Fix support/include/config.h.in such as would be done be running autoheader.

ChangeLog
support/include/config.h.in

index 08230ab89c28b44513cd3dbce532c1ca3103a249..7fdc5cc5c88732a64b3797895fd80073cccedee9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-04-10 kwc@citi.umich.edu
+       Fix support/include/config.h.in such as would be done be running autoheader.
+       
 2006-03-28 NeilBrown <neilb@suse.de>
        1.0.8-pre3, aclocal/autoconf/automake
        
index 72913dd455eabe79c22a2a7094769aebaa90238b..6aa74d9837d856dfbe1b5745273b7ba9cf58161f 100644 (file)
@@ -38,6 +38,9 @@
    authgss_set_debug_level */
 #undef HAVE_AUTHGSS_SET_DEBUG_LEVEL
 
+/* Define this if you want to use BSD signal semantics */
+#undef HAVE_BSD_SIGNALS
+
 /* Define to 1 if you have the <com_err.h> header file. */
 #undef HAVE_COM_ERR_H
 
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define this if the Kerberos GSS library supports gss_krb5_ccache_name */
+#undef HAVE_GSS_KRB5_CCACHE_NAME
+
 /* Define to 1 if you have the `hasmntopt' function. */
 #undef HAVE_HASMNTOPT
 
+/* Define this if you have Heimdal Kerberos libraries */
+#undef HAVE_HEIMDAL
+
 /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define this if you have MIT Kerberos libraries */
+#undef HAVE_KRB5
+
 /* Define to 1 if you have the <libintl.h> header file. */
 #undef HAVE_LIBINTL_H
 
    zero-length file name argument. */
 #undef HAVE_LSTAT_EMPTY_STRING_BUG
 
+/* Define this if the Kerberos GSS library supports
+   gss_krb5_export_lucid_sec_context */
+#undef HAVE_LUCID_CONTEXT_SUPPORT
+
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
 /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT
 
+/* Define this if the Kerberos GSS library supports
+   gss_krb5_set_allowable_enctypes */
+#undef HAVE_SET_ALLOWABLE_ENCTYPES
+
 /* Define to 1 if you have the `socket' function. */
 #undef HAVE_SOCKET
 
 /* Define to 1 if `vfork' works. */
 #undef HAVE_WORKING_VFORK
 
+/* Define this as the Kerberos version number */
+#undef KRB5_VERSION
+
+/* tcp-wrapper */
+#undef LIBWRAP
+
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
+/* Define this if the private function, gss_krb5_cache_name, must be used to
+   tell the Kerberos library which credentials cache to use. Otherwise, this
+   is done by setting the KRB5CCNAME environment variable */
+#undef USE_GSS_KRB5_CCACHE_NAME
+
 /* Version number of package */
 #undef VERSION