diff options
author | Steve Huston <shuston@riverace.com> | 2000-06-16 00:28:14 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-06-16 00:28:14 +0000 |
commit | b42a1c71c5a5f63b34a7790214872b128cfc1705 (patch) | |
tree | ad0c8a8f221bb78018c3de3e63dac58049be4ee3 /ace/config-aix-4.x.h | |
parent | dd1050a48c616e58dc77e2d109b01fc20c463473 (diff) | |
download | ATCD-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.h | 5 |
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 |