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 | a795310f8970b1c86a07222ebd1c3002622d6815 (patch) | |
tree | d8b85f095819b06c91033deed73742081f53482a /ace/config-sco-4.2-nothread.h | |
parent | 99d5552f7476643eb2fe072af79784801a66a6c1 (diff) | |
download | ATCD-a795310f8970b1c86a07222ebd1c3002622d6815.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-sco-4.2-nothread.h')
-rw-r--r-- | ace/config-sco-4.2-nothread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-sco-4.2-nothread.h b/ace/config-sco-4.2-nothread.h index 7b06f57db8e..f7f42c4b050 100644 --- a/ace/config-sco-4.2-nothread.h +++ b/ace/config-sco-4.2-nothread.h @@ -7,6 +7,10 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#if ! defined (__ACE_INLINE__) +#define __ACE_INLINE__ +#endif /* ! __ACE_INLINE__ */ + // Compiling for SCO. #if !defined (SCO) #define SCO |