diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2023-11-14 01:02:22 +0100 |
---|---|---|
committer | Arsen Arsenović <arsen@gcc.gnu.org> | 2023-11-14 01:02:22 +0100 |
commit | 5ee4349fa9c34e711ca6a0a6b21defb62dfa2c62 (patch) | |
tree | 0150c2aace7ce601c98426f193fc88f7129b3ddd | |
parent | db50aea62595452db12565186cb520728540d987 (diff) | |
download | gcc-5ee4349fa9c34e711ca6a0a6b21defb62dfa2c62.zip gcc-5ee4349fa9c34e711ca6a0a6b21defb62dfa2c62.tar.gz gcc-5ee4349fa9c34e711ca6a0a6b21defb62dfa2c62.tar.bz2 |
libcpp: Regenerate config.in
The previous commit did not include regenerating files maintained by
autoheader.
libcpp/ChangeLog:
* config.in: Regenerate.
-rw-r--r-- | libcpp/config.in | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/libcpp/config.in b/libcpp/config.in index 32397b8..df4fd44 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -38,9 +38,21 @@ */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the Mac OS X function + CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES + +/* 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 `clearerr_unlocked' function. */ #undef HAVE_CLEARERR_UNLOCKED +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#undef HAVE_DCGETTEXT + /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. */ #undef HAVE_DECL_ABORT @@ -171,7 +183,10 @@ /* Define to 1 if you have the `getc_unlocked' function. */ #undef HAVE_GETC_UNLOCKED -/* Define if you have the iconv() function. */ +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + +/* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the <inttypes.h> header file. */ |