diff options
author | Steve Huston <shuston@riverace.com> | 2001-09-05 15:53:45 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-09-05 15:53:45 +0000 |
commit | f590e3630061416a871889deb0b93e663e4cb3a8 (patch) | |
tree | 402be6f32b29da80d666a2aa9a815edfbd3d4996 /ace/config-aix-4.3.x.h | |
parent | 9fd52f508217cc6309bdfd11f1be7e15442f1f69 (diff) | |
download | ATCD-f590e3630061416a871889deb0b93e663e4cb3a8.tar.gz |
ChangeLogTag:Wed Sep 05 11:52:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-aix-4.3.x.h')
-rw-r--r-- | ace/config-aix-4.3.x.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/config-aix-4.3.x.h b/ace/config-aix-4.3.x.h index 55b3818809a..d6b2824ec35 100644 --- a/ace/config-aix-4.3.x.h +++ b/ace/config-aix-4.3.x.h @@ -1,11 +1,8 @@ /* -*- C++ -*- */ // $Id$ -#ifndef ACE_AIX_MAJOR_VERS -# define ACE_AIX_MAJOR_VERS 4 -#endif -#if !defined (ACE_AIX_MINOR_VERS) -# define ACE_AIX_MINOR_VERS 3 +#ifndef ACE_AIX_VERS +# define ACE_AIX_VERS 403 #endif #include "ace/config-aix-4.x.h" |