diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-14 22:04:44 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-14 22:04:44 +0000 |
commit | 778a283350345f51e4271da760e8e4629470b72b (patch) | |
tree | 516d875124e45da7df656ea365b654044f3d7ecc /gcc/acconfig.h | |
parent | 4ee3bd0d172dc9e34b03f65153eb6e3d7bfa0d20 (diff) | |
download | gcc-778a283350345f51e4271da760e8e4629470b72b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 18fe2115571..bec6f0f1e91 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -10,6 +10,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 |