diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-08-14 22:04:44 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-08-14 15:04:44 -0700 |
commit | f4ab28e3c6d7c75dea19860717bcab77f4bd332f (patch) | |
tree | 516d875124e45da7df656ea365b654044f3d7ecc /gcc/config.in | |
parent | efc3b511cbb097b9e8ce05a9ff44e1d8b7435528 (diff) | |
download | gcc-f4ab28e3c6d7c75dea19860717bcab77f4bd332f.zip gcc-f4ab28e3c6d7c75dea19860717bcab77f4bd332f.tar.gz gcc-f4ab28e3c6d7c75dea19860717bcab77f4bd332f.tar.bz2 |
Mumit Khan <khan@xraylith.wisc.edu>
* configure.in: Handle --disable/enable-win32-registry.
* install.texi: Document --disable/enable-win32-registry.
* acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
(WIN32_REGISTRY_KEY): New macro.
* prefix.c: Use to enable/disable win32-specific code.
(lookup_key): Use versioned key.
* configure: Regenerate.
* config.in: Likewise.
From-SVN: r28712
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 5c59a47..dac9efe 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 |