summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
commitc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (patch)
treebdb2fb834aebc257bfde0add6e4c965194838136 /ace
parentcaa0581d42e1adfc5006d5c9e367470eb72f5e2c (diff)
downloadATCD-c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d.tar.gz
foo
Diffstat (limited to 'ace')
-rw-r--r--ace/config-linux-lxpthreads.h6
-rw-r--r--ace/config-linux-pthread.h6
-rw-r--r--ace/config-linux.h6
-rw-r--r--ace/config-osf1-4.0-g++.h6
-rw-r--r--ace/config-sco-4.2-nothread.h6
-rw-r--r--ace/config-sunos5.4-g++.h6
-rw-r--r--ace/config-sunos5.5-g++.h2
-rw-r--r--ace/config-unixware-2.01-g++.h2
-rw-r--r--ace/config-vxworks-ghs-1.8.h2
9 files changed, 42 insertions, 0 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h
index db436dd630b..a3dc970ef65 100644
--- a/ace/config-linux-lxpthreads.h
+++ b/ace/config-linux-lxpthreads.h
@@ -31,6 +31,12 @@
#define ACE_HAS_PENTIUM
#define ACE_HAS_LONGLONG
+#define __ACE_INLINE__
+
+#if defined (__ACE_INLINE__)
+#define ACE_HAS_INLINED_OSCALLS
+#endif /* __ACE_INLINE__ */
+
// Fixes a problem with new versions of Linux...
#ifndef msg_accrights
#undef msg_control
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h
index 9de25cd9a0e..206008b2b7b 100644
--- a/ace/config-linux-pthread.h
+++ b/ace/config-linux-pthread.h
@@ -10,6 +10,12 @@
#define ACE_HAS_PENTIUM
#define ACE_HAS_LONGLONG
+#define __ACE_INLINE__
+
+#if defined (__ACE_INLINE__)
+#define ACE_HAS_INLINED_OSCALLS
+#endif /* __ACE_INLINE__ */
+
// Fixes a problem with new versions of Linux...
#ifndef msg_accrights
#undef msg_control
diff --git a/ace/config-linux.h b/ace/config-linux.h
index 583fd14cd4a..183dbc69fb5 100644
--- a/ace/config-linux.h
+++ b/ace/config-linux.h
@@ -10,6 +10,12 @@
// Do we really need this #define here?
#define LINUX 1.2.10
+#define __ACE_INLINE__
+
+#if defined (__ACE_INLINE__)
+#define ACE_HAS_INLINED_OSCALLS
+#endif /* __ACE_INLINE__ */
+
#define ACE_HAS_PENTIUM
#define ACE_HAS_LONGLONG
diff --git a/ace/config-osf1-4.0-g++.h b/ace/config-osf1-4.0-g++.h
index 320188d46ef..55244809670 100644
--- a/ace/config-osf1-4.0-g++.h
+++ b/ace/config-osf1-4.0-g++.h
@@ -9,6 +9,12 @@
#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H
+#define __ACE_INLINE__
+
+#if defined (__ACE_INLINE__)
+#define ACE_HAS_INLINED_OSCALLS
+#endif /* __ACE_INLINE__ */
+
/////////////////////////////////////////////////////////////////////////////
//
//
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 */
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index d5d8f7aac77..edce9b257cd 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -9,6 +9,12 @@
#define ACE_HAS_UNICODE
+#define __ACE_INLINE__
+
+#if defined (__ACE_INLINE__)
+#define ACE_HAS_INLINED_OSCALLS
+#endif /* __ACE_INLINE__ */
+
#define ACE_HAS_TERM_IOCTLS
// Must specialize templates due to G++'s lame parameterized type
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h
index 25ef3de5c2c..e2965c8ef48 100644
--- a/ace/config-sunos5.5-g++.h
+++ b/ace/config-sunos5.5-g++.h
@@ -16,6 +16,8 @@
#define ACE_HAS_UNICODE
+#define __ACE_INLINE__
+
#if defined (__ACE_INLINE__)
#define ACE_HAS_INLINED_OSCALLS
#endif /* __ACE_INLINE__ */
diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h
index 9356b60145e..66ff69664ca 100644
--- a/ace/config-unixware-2.01-g++.h
+++ b/ace/config-unixware-2.01-g++.h
@@ -14,6 +14,8 @@
#define ACE_HAS_CPLUSPLUS_HEADERS
#define ACE_HAS_GNU_CSTRING_H
+#define __ACE_INLINE__
+
#if defined (__ACE_INLINE__)
#define ACE_HAS_INLINED_OSCALLS
#endif /* __ACE_INLINE__ */
diff --git a/ace/config-vxworks-ghs-1.8.h b/ace/config-vxworks-ghs-1.8.h
index 4c9fa3ab40a..bfec0d48c64 100644
--- a/ace/config-vxworks-ghs-1.8.h
+++ b/ace/config-vxworks-ghs-1.8.h
@@ -17,6 +17,8 @@
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
#define ACE_HAS_CPLUSPLUS_HEADERS
+#define __ACE_INLINE__
+
#if defined (__ACE_INLINE__)
#define ACE_HAS_INLINED_OSCALLS
#endif /* __ACE_INLINE__ */