summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.1.x.h
blob: 1ebd21479b8c41f145a3a6d8ac4a3d7e4ebeb41c (plain)
1
2
3
4
5
6
7
8
9
10
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"