summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.2.x.h
blob: 25672351a0cd4cce6011716ad1f8e22c483108be (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 2
#endif

#include "ace/config-aix-4.x.h"