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
commitb42a1c71c5a5f63b34a7790214872b128cfc1705 (patch)
treead0c8a8f221bb78018c3de3e63dac58049be4ee3 /ace/config-aix-4.x.h
parentdd1050a48c616e58dc77e2d109b01fc20c463473 (diff)
downloadATCD-b42a1c71c5a5f63b34a7790214872b128cfc1705.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