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 | c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (patch) | |
tree | bdb2fb834aebc257bfde0add6e4c965194838136 /ace/config-sco-4.2-nothread.h | |
parent | caa0581d42e1adfc5006d5c9e367470eb72f5e2c (diff) | |
download | ATCD-c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d.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 */ |