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