summaryrefslogtreecommitdiff
path: root/ace/config-linux.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:56:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:56:37 +0000
commit0f9b966f35cd16e5c6e9007939659d6eda749ea7 (patch)
treed8b85f095819b06c91033deed73742081f53482a /ace/config-linux.h
parent24080642f1f716a28a45ff2a1ee779d8670ae269 (diff)
downloadATCD-0f9b966f35cd16e5c6e9007939659d6eda749ea7.tar.gz
added or protected #define of __ACE_INLINE__, and removed #define of ACE_HAS_INLINED_OSCALLS, because it's no longer needed
Diffstat (limited to 'ace/config-linux.h')
-rw-r--r--ace/config-linux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-linux.h b/ace/config-linux.h
index 183dbc69fb5..958acef947f 100644
--- a/ace/config-linux.h
+++ b/ace/config-linux.h
@@ -7,6 +7,10 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
+#if ! defined (__ACE_INLINE__)
+#define __ACE_INLINE__
+#endif /* ! __ACE_INLINE__ */
+
// Do we really need this #define here?
#define LINUX 1.2.10