diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:02 -0700 |
commit | edf31eba414d9a105791c076fb1444a78d210dff (patch) | |
tree | 2bac18fa3b71593e616061a0fbcbfdd6ab26a255 /config.h.in | |
parent | 4b3f858ef567c0d12511e7fea2a56f08f2729635 (diff) | |
parent | 68c4b05c268cd6e358cc41c8feb44bc2c7fcb898 (diff) |
New upstream version 1.4
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index fb9dc50..4f98d04 100644 --- a/config.h.in +++ b/config.h.in @@ -39,6 +39,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <k5profile.h> header file. */ +#undef HAVE_K5PROFILE_H + /* Define to 1 if you have the <kerberosv5/com_err.h> header file. */ #undef HAVE_KERBEROSV5_COM_ERR_H @@ -48,6 +51,12 @@ /* Define to enable Kerberos features. */ #undef HAVE_KRB5 +/* Define to 1 if you have the `krb5_appdefault_string' function. */ +#undef HAVE_KRB5_APPDEFAULT_STRING + +/* Define to 1 if you have the `krb5_free_default_realm' function. */ +#undef HAVE_KRB5_FREE_DEFAULT_REALM + /* Define to 1 if you have the `krb5_free_error_message' function. */ #undef HAVE_KRB5_FREE_ERROR_MESSAGE @@ -73,6 +82,9 @@ function. */ #undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_DEFAULT_FLAGS +/* Define to 1 if you have the `krb5_get_profile' function. */ +#undef HAVE_KRB5_GET_PROFILE + /* Define to 1 if you have the <krb5.h> header file. */ #undef HAVE_KRB5_H @@ -85,6 +97,9 @@ /* Define to 1 if you have the `krb5_principal_get_realm' function. */ #undef HAVE_KRB5_PRINCIPAL_GET_REALM +/* Define to 1 if the system has the type `krb5_realm'. */ +#undef HAVE_KRB5_REALM + /* Define to 1 if you have the `krb5_svc_get_msg' function. */ #undef HAVE_KRB5_SVC_GET_MSG @@ -97,6 +112,9 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP +/* Define to 1 if you have the <profile.h> header file. */ +#undef HAVE_PROFILE_H + /* Define to 1 if you have the `reallocarray' function. */ #undef HAVE_REALLOCARRAY |