diff options
author | Steve Huston <shuston@riverace.com> | 1999-03-31 16:51:59 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-03-31 16:51:59 +0000 |
commit | 0f775df26b2f9615343c938b1ca1ac5522cdfe30 (patch) | |
tree | 898f006feef8bc44bf1c62855c370332b086ce55 /ace/config-aix-4.x.h | |
parent | 798b90d473c54ae0c69df86ca4db20098cbfbfe2 (diff) | |
download | ATCD-0f775df26b2f9615343c938b1ca1ac5522cdfe30.tar.gz |
Don't set _BSD for AIX 4.2 either. Setting it works, but breaks TAO builds.
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r-- | ace/config-aix-4.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 790c0b62ad9..77cf115a16a 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -46,9 +46,9 @@ // Compiling for AIX. #define AIX -// Use BSD 4.4 socket definitions for pre-AIX 4.3. The _BSD setting also +// Use BSD 4.4 socket definitions for pre-AIX 4.2. The _BSD setting also // controls the data type used for waitpid(), wait(), and wait3(). -#if (ACE_AIX_MINOR_VERS < 3) +#if (ACE_AIX_MINOR_VERS < 2) # define _BSD 44 # define ACE_HAS_UNION_WAIT #endif /* ACE_AIX_MINOR_VERS < 3 */ |