diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:56:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-03 01:56:37 +0000 |
commit | 0f9b966f35cd16e5c6e9007939659d6eda749ea7 (patch) | |
tree | d8b85f095819b06c91033deed73742081f53482a /ace/config-sunos5.4-sunc++-4.x.h | |
parent | 24080642f1f716a28a45ff2a1ee779d8670ae269 (diff) | |
download | ATCD-0f9b966f35cd16e5c6e9007939659d6eda749ea7.tar.gz |
added or protected #define of __ACE_INLINE__, and removed #define of ACE_HAS_INLINED_OSCALLS, because it's no longer needed
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 2020f1984d8..8d35cce6830 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -7,6 +7,10 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#if ! defined (__ACE_INLINE__) +#define __ACE_INLINE__ +#endif /* ! __ACE_INLINE__ */ + #define ACE_HAS_UNICODE // Platform supports System V IPC (most versions of UNIX, but not Win32) |