diff options
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 |