diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:42:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:42:44 +0000 |
commit | 44cc3617fe9ef41a2a73426fae34f77d47f093b9 (patch) | |
tree | 659c3f1db1e0ca34dc9c4addb925226f435e8036 /ace/config-sco-4.2-nothread.h | |
parent | 32b6ec7d26a3242a3fac10c2bd5118e5ff29c5f5 (diff) | |
download | ATCD-44cc3617fe9ef41a2a73426fae34f77d47f093b9.tar.gz |
removed ACE_HAS_INLINED_OSCALLS
Diffstat (limited to 'ace/config-sco-4.2-nothread.h')
-rw-r--r-- | ace/config-sco-4.2-nothread.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ace/config-sco-4.2-nothread.h b/ace/config-sco-4.2-nothread.h index f38e940804f..a80662db60c 100644 --- a/ace/config-sco-4.2-nothread.h +++ b/ace/config-sco-4.2-nothread.h @@ -7,20 +7,14 @@ #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 #endif /* SCO */ +#if ! defined (__ACE_INLINE__) #define __ACE_INLINE__ - -#if defined (__ACE_INLINE__) -#define ACE_HAS_INLINED_OSCALLS -#endif /* __ACE_INLINE__ */ +#endif /* ! __ACE_INLINE__ */ #if defined (SCO) && !defined (MAXPATHLEN) #define MAXPATHLEN 1023 |