summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.3.x.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-aix-4.3.x.h')
-rw-r--r--ace/config-aix-4.3.x.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/config-aix-4.3.x.h b/ace/config-aix-4.3.x.h
deleted file mode 100644
index dae15950e06..00000000000
--- a/ace/config-aix-4.3.x.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* -*- 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 3
-#endif
-
-#include "ace/config-aix-4.x.h"