aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:07 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-28 20:27:07 +0200
commitb6cfb6e707bb3151df08fe2f521da3b323dc87a3 (patch)
tree2a8881c5611dd20b699eb16082d33c098e12dcb4 /config.h.in
parentImported Upstream version 0.12 (diff)
downloadkrb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.gz
krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.tar.bz2
krb5-auth-dialog-b6cfb6e707bb3151df08fe2f521da3b323dc87a3.zip
Imported Upstream version 0.13
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 14 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 442e30b..6f19718 100644
--- a/config.h.in
+++ b/config.h.in
@@ -46,21 +46,27 @@
/* Define to 1 if you have the `krb5_cc_clear_mcred' function. */
#undef HAVE_KRB5_CC_CLEAR_MCRED
-/* Define to 1 if `flags' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags'. */
#undef HAVE_KRB5_CREDS_FLAGS
-/* Define to 1 if `flags.b.forwardable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.forwardable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_FORWARDABLE
-/* Define to 1 if `flags.b.proxiable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.proxiable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_PROXIABLE
-/* Define to 1 if `flags.b.renewable' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `flags.b.renewable'. */
#undef HAVE_KRB5_CREDS_FLAGS_B_RENEWABLE
-/* Define to 1 if `ticket_flags' is member of `krb5_creds'. */
+/* Define to 1 if `krb5_creds' is a member of `ticket_flags'. */
#undef HAVE_KRB5_CREDS_TICKET_FLAGS
+/* Define to 1 if you have the `krb5_free_error_message' function. */
+#undef HAVE_KRB5_FREE_ERROR_MESSAGE
+
+/* Define to 1 if you have the `krb5_free_error_string' function. */
+#undef HAVE_KRB5_FREE_ERROR_STRING
+
/* Define to 1 if you have the `krb5_get_error_message' function. */
#undef HAVE_KRB5_GET_ERROR_MESSAGE
@@ -167,6 +173,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
bgstack15