From b42a1c71c5a5f63b34a7790214872b128cfc1705 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 16 Jun 2000 00:28:14 +0000 Subject: ChangeLogTag:Thu Jun 15 16:10:51 2000 Steve Huston --- ace/config-aix-4.x.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ace/config-aix-4.x.h') 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 -- cgit v1.2.1