summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-05 18:25:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-05 18:25:21 +0000
commit7d28b39b81695598856e5fd863362025e2792e53 (patch)
tree6801d6c821412511e104f5e85d4e3930b12f65ff /ace/config-linux-common.h
parentf715ea7469b382e8d2169a427af944697be71147 (diff)
downloadATCD-7d28b39b81695598856e5fd863362025e2792e53.tar.gz
moved ACE_HAS_EXCEPTIONS #define from config-linux-common.h to config-g++-common.h
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index b38cda36fe8..b15ea2751ef 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -167,8 +167,4 @@
# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
-#if !defined (__EXCEPTIONS) && defined (ACE_HAS_EXCEPTIONS)
-# error ACE_HAS_EXCEPTIONS requested but old g++ does not support it well
-#endif /* ! __EXCEPTIONS && ACE_HAS_EXCEPTIONS */
-
#endif /* ACE_LINUX_COMMON_H */