blob: dbf51bbb06cc9039019c8ee429758957c3d5f718 (
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 2
#endif
#include "ace/config-aix-4.x.h"
|