summaryrefslogtreecommitdiff
path: root/ace/config-osf1-4.0.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 03:08:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-17 03:08:32 +0000
commit2793714fe0c012276471e1be5f322bc60a884db1 (patch)
tree26944b622d714a0247930649d41525afcf41ab0a /ace/config-osf1-4.0.h
parentfc95947d076de3b8f6056e8d16cb4badc0965500 (diff)
downloadATCD-2793714fe0c012276471e1be5f322bc60a884db1.tar.gz
.
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r--ace/config-osf1-4.0.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index d2e1f0fef50..116bc70063d 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -3,12 +3,13 @@
// The following configuration file is designed to work for the
// Digital UNIX V4.0a and later platforms with either the GNU g++, DEC
-// cxx 5.4 and later, or Rational RCC (2.4.1) compilers.
-// It is configured to use the IEEE Std 1003.1c-1995, POSIX System
-// Application Program Interface, or DCE threads (with cxx only); it
-// automatically selects the proper thread interface depending on whether
-// the cxx -pthread or -threads option was specified. By 4.0a the version
-// is meant that is called "V4.0 464" by uname -a.
+// cxx 5.4 and later, Rational RCC (2.4.1) compilers, or KAI 3.3
+// compilers. It is configured to use the IEEE Std 1003.1c-1995,
+// POSIX System Application Program Interface, or DCE threads (with
+// cxx only); it automatically selects the proper thread interface
+// depending on whether the cxx -pthread or -threads option was
+// specified. By 4.0a the version is meant that is called "V4.0 464"
+// by uname -a.
#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H
@@ -67,9 +68,10 @@
# define ACE_HAS_STDCPP_STL_INCLUDES
# define ACE_HAS_TEMPLATE_SPECIALIZATION
# define ACE_HAS_TYPENAME_KEYWORD
-#else /* ! __GNUG__ && ! __DECCXX && ! __rational__ */
+#elif defined (__KCC)
+# include "ace/config-kcc-common.h"
# error unsupported compiler on Digital Unix
-#endif /* ! __GNUG__ && ! __DECCXX && ! __rational__ */
+#endif /* ! __GNUG__ && ! __DECCXX && ! __rational__ && !_KCC */
#if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 199506L)
// cxx with POSIX 1003.1c-1995 threads (pthreads) . . .