summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.1.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-13 12:18:58 +0000
committerSteve Huston <shuston@riverace.com>1999-07-13 12:18:58 +0000
commitc41c2d51bfcfdad681fadc881fa64b389179edfe (patch)
tree5fc60a869678f1e31969348bef5ab3dd82c3776f /ace/config-aix-4.1.x.h
parent2edfdda361811811554eefc306435f6c8320bc2e (diff)
downloadATCD-c41c2d51bfcfdad681fadc881fa64b389179edfe.tar.gz
Added major/minor version setting if not defined, to ease backwards compatibility
and for those who don't use the platform_macros.GNU file to build their apps.
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r--ace/config-aix-4.1.x.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h
index 0f74d39a0c1..1ebd21479b8 100644
--- a/ace/config-aix-4.1.x.h
+++ b/ace/config-aix-4.1.x.h
@@ -1,4 +1,11 @@
/* -*- C++ -*- */
// $Id$
+#if !defined (ACE_AIX_MAJOR_VERS)
+# define ACE_AIX_MAJOR_VERS 4
+#endif
+#if !defined (ACE_AIX_MINOR_VERS)
+# define ACE_AIX_MINOR_VERS 1
+#endif
+
#include "ace/config-aix-4.x.h"