diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-03 01:08:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-03 01:08:10 +0000 |
commit | 7de71a6b97664cf63f1323a058d58e03053ca18c (patch) | |
tree | bdb2fb834aebc257bfde0add6e4c965194838136 /ace/config-sco-4.2-nothread.h | |
parent | 88e8a85817e54509736cc079420c9235a1ed3c12 (diff) | |
download | ATCD-7de71a6b97664cf63f1323a058d58e03053ca18c.tar.gz |
foo
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 */ |