diff options
author | Steve Huston <shuston@riverace.com> | 1998-10-30 01:09:27 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-10-30 01:09:27 +0000 |
commit | 7823681ad87db9ded8a399d9490c65b372f4495f (patch) | |
tree | d2b0fc2410728422a22848be85a0660edcc17416 /ace/config-aix-4.1.x.h | |
parent | fb96af8d3548771922cc8de9337d254cab7fb55f (diff) | |
download | ATCD-7823681ad87db9ded8a399d9490c65b372f4495f.tar.gz |
Moved ACE_HAS_EXCEPTIONS to the xlC part only. Moved ACE_HAS_DIRENT to the
general, all-compilers section.
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r-- | ace/config-aix-4.1.x.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index fd7f73780f9..52f1c1c22be 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -2,7 +2,7 @@ // $Id$ // The following configuration file is designed to work for OS -// platforms running AIX 4.1.x using the IBM C++ compiler. +// platforms running AIX 4.1.x using the IBM C++ compiler or g++. #ifndef ACE_CONFIG_H #define ACE_CONFIG_H @@ -13,8 +13,8 @@ // Grab appropriate settings for compiler in use #ifdef __GNUG__ # include "ace/config-g++-common.h" -# define ACE_HAS_DIRENT #else +# define ACE_HAS_EXCEPTIONS // Compiler supports the ssize_t typedef. # define ACE_HAS_SSIZE_T # define ACE_TEMPLATES_REQUIRE_PRAGMA @@ -22,9 +22,11 @@ // Use BSD 4.4 socket definitions #define _BSD 44 -#define ACE_HAS_EXCEPTIONS + + // Platform supports IP multicast #define ACE_HAS_IP_MULTICAST +#define ACE_HAS_DIRENT #define ACE_HAS_AIX_BROKEN_SOCKET_HEADER #define ACE_HAS_AIX_HI_RES_TIMER |