diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 5c59a47da8b..dac9efe6068 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -11,6 +11,13 @@ /* Define to 1 if NLS is requested. */ #undef ENABLE_NLS +/* Define to 1 if installation paths should be looked up in Windows32 + Registry. Ignored on non windows32 hosts. */ +#undef ENABLE_WIN32_REGISTRY + +/* Define to be the last portion of registry key on windows hosts. */ +#undef WIN32_REGISTRY_KEY + /* Define as 1 if you have catgets and don't want to use GNU gettext. */ #undef HAVE_CATGETS |