diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-23 17:49:43 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-23 17:49:43 +0000 |
commit | 0f851c862ded130ab58f41aa5438418246b2a8fa (patch) | |
tree | 24acbc85e03cf6a2275c539cfee0ef3d4df9da2f /ace/config-sunos5.5-sunc++-4.1.h | |
parent | 38fd291e039cb769266090168163117ad84e9b90 (diff) | |
download | ATCD-0f851c862ded130ab58f41aa5438418246b2a8fa.tar.gz |
added ACE_HAS_INLINED_OSCALLS, if __ACE_INLINE__ is #defined
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.1.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.1.h b/ace/config-sunos5.5-sunc++-4.1.h index 5152c480c1a..cec5a407b13 100644 --- a/ace/config-sunos5.5-sunc++-4.1.h +++ b/ace/config-sunos5.5-sunc++-4.1.h @@ -10,6 +10,10 @@ #define ACE_HAS_EXCEPTIONS #define ACE_HAS_UNICODE +#if defined (__ACE_INLINE__) +#define ACE_HAS_INLINED_OSCALLS +#endif /* __ACE_INLINE__ */ + // Note that SunC++ 4.1 fixes template bugs that prevented earlier // versions from supporting template typedefs correctly. // #define ACE_HAS_TEMPLATE_TYPEDEFS |