From 808ce78d212c6b434d24066f1f2d44d3e76224ae Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 11 Nov 2017 14:21:02 +0100 Subject: New upstream version 3.26.0 --- config.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.h.in') 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 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 -- cgit