diff options
Diffstat (limited to 'gcc/acconfig.h')
| -rw-r--r-- | gcc/acconfig.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 04875706983..5c78dbea5d8 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -7,6 +7,15 @@ /* Define if you want expensive run-time checks. */ #undef ENABLE_CHECKING +/* Define to 1 if NLS is requested. */ +#undef ENABLE_NLS + +/* Define as 1 if you have catgets and don't want to use GNU gettext. */ +#undef HAVE_CATGETS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + /* Define if your cpp understands the stringify operator. */ #undef HAVE_CPP_STRINGIFY @@ -27,6 +36,12 @@ /* Define if you have a working <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define as 1 if you have the stpcpy function. */ +#undef HAVE_STPCPY + /* Whether malloc must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_MALLOC @@ -93,4 +108,9 @@ /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER +/* Define to the name of the distribution. */ +#undef PACKAGE + +/* Define to the version of the distribution. */ +#undef VERSION @TOP@ |

