diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | 5744b6c51fa13f328c699cd544205ac2123696ef (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/config-sunos5.x-sunc++-4.x-orbix.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-sunos5.x-sunc++-4.x-orbix.h')
-rw-r--r-- | ace/config-sunos5.x-sunc++-4.x-orbix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-sunos5.x-sunc++-4.x-orbix.h b/ace/config-sunos5.x-sunc++-4.x-orbix.h index 569fba8f078..350624e7e6b 100644 --- a/ace/config-sunos5.x-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.x-sunc++-4.x-orbix.h @@ -5,11 +5,11 @@ // 5.[56] platforms using the SunC++ 4.x compiler. This works with the // Orbix 2.x CORBA IDL compiler. -#include "ace/config-sunos5.5-sunc++-4.x.h" - -#if !defined (ACE_CONFIG_ORBIX_H) +#ifndef ACE_CONFIG_ORBIX_H #define ACE_CONFIG_ORBIX_H +#include "ace/config-sunos5.5-sunc++-4.x.h" + // Platform contains the Orbix CORBA implementation. #define ACE_HAS_ORBIX 1 |