diff options
Diffstat (limited to 'extension/configh.in')
-rw-r--r-- | extension/configh.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extension/configh.in b/extension/configh.in index 73ce026c..571b7a7e 100644 --- a/extension/configh.in +++ b/extension/configh.in @@ -4,6 +4,14 @@ language is requested. */ #undef ENABLE_NLS +/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT @@ -32,6 +40,9 @@ /* Define to 1 if you have the `fts_read' function. */ #undef HAVE_FTS_READ +/* Define to 1 if you have the `getdtablesize' function. */ +#undef HAVE_GETDTABLESIZE + /* Define to 1 if you have the `GetSystemTimeAsFileTime' function. */ #undef HAVE_GETSYSTEMTIMEASFILETIME |