summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5-sunc++-4.x-orbix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x-orbix.h')
-rw-r--r--ace/config-sunos5.5-sunc++-4.x-orbix.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x-orbix.h b/ace/config-sunos5.5-sunc++-4.x-orbix.h
deleted file mode 100644
index d146931c63f..00000000000
--- a/ace/config-sunos5.5-sunc++-4.x-orbix.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* -*- 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 */