diff options
author | Guido Günther <agx@sigxcpu.org> | 2017-11-11 14:21:02 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2017-11-11 14:21:02 +0100 |
commit | 808ce78d212c6b434d24066f1f2d44d3e76224ae (patch) | |
tree | d810e5fb8e698189ebe9af7f76c53aec0fba7e19 /config.h.in | |
parent | New upstream version 3.20.0 (diff) | |
download | krb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.tar.gz krb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.tar.bz2 krb5-auth-dialog-808ce78d212c6b434d24066f1f2d44d3e76224ae.zip |
New upstream version 3.26.0
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 2438b4a..6d4b3b9 100644 --- a/config.h.in +++ b/config.h.in @@ -28,6 +28,14 @@ /* Defined if a `byte' is typedef'd */ #undef HAVE_BYTE_TYPEDEF +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT @@ -93,6 +101,9 @@ /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES +/* Define if libnm is available */ +#undef HAVE_LIBNM + /* Define to 1 if you have the `pam' library (-lpam). */ #undef HAVE_LIBPAM |