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