From 119d24d17a770d4a535c5da3897469d1c7dba354 Mon Sep 17 00:00:00 2001 From: Kaveh Ghazi Date: Tue, 25 Apr 2000 20:30:16 +0000 Subject: acconfig.h (ENABLE_STD_NAMESPACE, [...]): Delete entries. * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING, ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING, ENABLE_GC_ALWAYS_COLLECT): Delete entries. * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING, ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING, ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE for these macros. Clean up spacing and linewraps. From-SVN: r33420 --- gcc/acconfig.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'gcc/acconfig.h') diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 958843e..0a7d341 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -1,32 +1,3 @@ -/* 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 more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -#undef ENABLE_CHECKING - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -#undef ENABLE_TREE_CHECKING - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -#undef ENABLE_RTL_CHECKING - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -#undef ENABLE_GC_CHECKING - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -#undef ENABLE_GC_ALWAYS_COLLECT - /* Define to 1 if NLS is requested. */ #undef ENABLE_NLS -- cgit v1.1