summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1999-08-14 22:04:44 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-08-14 15:04:44 -0700
commitf4ab28e3c6d7c75dea19860717bcab77f4bd332f (patch)
tree516d875124e45da7df656ea365b654044f3d7ecc /gcc/acconfig.h
parentefc3b511cbb097b9e8ce05a9ff44e1d8b7435528 (diff)
downloadgcc-f4ab28e3c6d7c75dea19860717bcab77f4bd332f.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. From-SVN: r28712
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h7
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