summaryrefslogtreecommitdiffstats
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-06 06:47:52 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-06 06:47:52 +0000
commit95e835c69b28bae6430b63f95475a06209cee451 (patch)
treedf0b456feff57c5603e065121205fbc80b72c449 /gcc/acconfig.h
parent71352380731f9031a8d9bceb6d7189a67f396fc5 (diff)
downloadppe42-gcc-95e835c69b28bae6430b63f95475a06209cee451.tar.gz
ppe42-gcc-95e835c69b28bae6430b63f95475a06209cee451.zip
2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
* configure.in: And here. * configure: Regenerate. * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if --enable-libstdcxx-v3 is passed at configure time. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 2d0457b6c8b..cfa12f4ed37 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -4,6 +4,12 @@
/* Define if printf supports "%p". */
#undef HAVE_PRINTF_PTR
+/* Define if you want to enable namespaces (-fhonor-std) by default. */
+#undef ENABLE_STD_NAMESPACE
+#if !defined(ENABLE_STD_NAMESPACE)
+# define ENABLE_STD_NAMESPACE 0
+#endif
+
/* Define if you want to always select the new-abi for g++. */
#undef ENABLE_NEW_GXX_ABI
OpenPOWER on IntegriCloud