summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5-sunc++-4.x-orbix.h
blob: d146931c63facaa4a6d6a5ac17115ec676b8b2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- C++ -*- */
// $Id$

// The following configuration file is designed to work for SunOS 5.5
// platforms using the SunC++ 4.x compiler. This works with the
// Orbix 2.0 CORBA IDL compiler.

#include "ace/config-sunos5.5-sunc++-4.x.h"

#if !defined (ACE_CONFIG_ORBIX_H)
#define ACE_CONFIG_ORBIX_H

// Platform contains the Orbix CORBA implementation.
#define ACE_HAS_ORBIX 1

// Platform contains the multi-threaded Orbix CORBA implementation.
#define ACE_HAS_MT_ORBIX 1

#endif /* ACE_CONFIG_ORBIX_H */