diff options
Diffstat (limited to 'ace/config-sco-4.2-nothread.h')
-rw-r--r-- | ace/config-sco-4.2-nothread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-sco-4.2-nothread.h b/ace/config-sco-4.2-nothread.h index 428f601493e..7b06f57db8e 100644 --- a/ace/config-sco-4.2-nothread.h +++ b/ace/config-sco-4.2-nothread.h @@ -12,6 +12,12 @@ #define SCO #endif /* SCO */ +#define __ACE_INLINE__ + +#if defined (__ACE_INLINE__) +#define ACE_HAS_INLINED_OSCALLS +#endif /* __ACE_INLINE__ */ + #if defined (SCO) && !defined (MAXPATHLEN) #define MAXPATHLEN 1023 #endif /* SCO */ |