summaryrefslogtreecommitdiff
path: root/ace/config-sco-4.2-nothread.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 21:42:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 21:42:44 +0000
commita283f12d3280388d91af337582055c1b59dcb4d2 (patch)
tree659c3f1db1e0ca34dc9c4addb925226f435e8036 /ace/config-sco-4.2-nothread.h
parent02b2c5234b84ff7d0efe32583b5ba5eb77a0322d (diff)
downloadATCD-a283f12d3280388d91af337582055c1b59dcb4d2.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.h10
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