diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:04 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 16:58:04 -0700 |
commit | 52a00911071f6b1f61fc0a1f9c6f54bf38ab50a6 (patch) | |
tree | f60df4fa425feede71437ea91e6176369a5ae3b6 /config.h.in | |
parent | 6054a5b5806ed1e529b9fbed1c2284580f2a01be (diff) | |
parent | edf31eba414d9a105791c076fb1444a78d210dff (diff) |
Update upstream source from tag 'upstream/1.4'
Update to upstream version '1.4'
with Debian dir 0b0d636e76769b309abb838da9361d95c611ebfe
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 |