]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/config.h.in
From: Kevin Coffman <kwc@citi.umich.edu>
[nfs-utils.git] / support / include / config.h.in
index f8c14975924edfeab4ce0b16a849c904e39bd78f..4be7b041ab8191cc44b48b881119a4c9be45a419 100644 (file)
@@ -5,6 +5,12 @@
 /* Define this if you have string.h */
 #undef  HAVE_STRING_H
 
+/* Define this if you have com_err.h */
+#undef  HAVE_COM_ERR_H
+
+/* Define this if you have <et/com_err.h> */
+#undef  HAVE_ET_COM_ERR_H
+
 /* Define this if you have netgroup support
  */
 #undef  HAVE_INNETGR
  * but lockd from using this service.
  */
 #undef RESTRICTED_STATD
+
+/* Define this if you want support for rpcsec_gss with
+ * the MIT krb5 mechanism compiled in */
+#undef HAVE_KRB5
+
+/* Define this if you want support for rpcsec_gss with
+ * the Heimdal krb5 mechanism compiled in */
+#undef HAVE_HEIMDAL
+
+/* Define this if the Kerberos gssapi library has function
+ * gss_krb5_export_lucid_sec_context */
+#undef HAVE_LUCID_CONTEXT_SUPPORT
+
+/* Define this if the Kerberos gssapi library has function
+ * gss_krb5_set_allowable_enctypes */
+#undef HAVE_SET_ALLOWABLE_ENCTYPES
+
+/* Define this if the Kerberos gssapi library has function
+ * gss_krb5_cache_name */
+#undef HAVE_GSS_KRB5_CCACHE_NAME
+
+/* 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
+
+/* The size of a `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T