diff options
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 25672351a0c..dbf51bbb06c 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -1,7 +1,7 @@ /* -*- C++ -*- */ // $Id$ -#if !defined (ACE_AIX_MAJOR_VERS) +#ifndef ACE_AIX_MAJOR_VERS # define ACE_AIX_MAJOR_VERS 4 #endif #if !defined (ACE_AIX_MINOR_VERS) |