summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-06-16 00:28:14 +0000
committerSteve Huston <shuston@riverace.com>2000-06-16 00:28:14 +0000
commite53169566ea8e0d465cb3519e435393e2797acd9 (patch)
treead0c8a8f221bb78018c3de3e63dac58049be4ee3 /ace/config-aix-4.x.h
parent69912a6701d6b2fdf62446f1866b697341159e0f (diff)
downloadATCD-e53169566ea8e0d465cb3519e435393e2797acd9.tar.gz
ChangeLogTag:Thu Jun 15 16:10:51 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r--ace/config-aix-4.x.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index 6668f0ba156..42dd77418d8 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -14,7 +14,10 @@
//********************************************************************
//
// Compiler-related definitions. These are set for C Set ++ V3
-# define ACE_HAS_EXCEPTIONS
+# if !defined (ACE_HAS_EXCEPTIONS)
+# define ACE_HAS_EXCEPTIONS
+# endif
+
// Compiler supports the ssize_t typedef.
# define ACE_HAS_SSIZE_T