summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 20:35:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 20:35:44 +0000
commitd7d80ba3607d33840b7088f44387fe5ad667e7b4 (patch)
treece255e96241a905c479bba980ced9fb4fe0e0242 /ace
parent477db17731d9219b73e57e35fc5f591933aac936 (diff)
downloadATCD-d7d80ba3607d33840b7088f44387fe5ad667e7b4.tar.gz
ChangeLogTag: Mon Jul 12 15:27:37 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/config-osf1-4.0.h11
-rw-r--r--ace/config-osf1.h4
-rw-r--r--ace/config-tru64.h4
3 files changed, 11 insertions, 8 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index 32a1ed81b1a..aa520fc9887 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -1,14 +1,17 @@
/* -*- C++ -*- */
// $Id$
+// NOTE: if you are using Digital UNIX V4.0f or later, you must
+// use config-osf1.h instead of directly using this config file.
+
// The following configuration file is designed to work for the
-// Digital UNIX V4.0a and later platforms with either the GNU g++, DEC
+// Digital UNIX V4.0a through V4.0d with either the GNU g++, DEC
// 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"
+// specified. By 4.0a, the version is meant that is called "V4.0 464"
// by uname -a.
#ifndef ACE_CONFIG_H
@@ -80,7 +83,7 @@
# pragma message disable intconlosbit
# endif /* __DECCXX_VER >= 60190029 */
-# if defined (DIGITAL_UNIX) && DIGITAL_UNIX == 5
+# if defined (DIGITAL_UNIX) && DIGITAL_UNIX == 0x50
// variable "PTHREAD_THIS_CATCH_NP" was declared but never referenced
# pragma message disable declbutnotref
# endif /* DIGITAL_UNIX 5 */
@@ -119,7 +122,7 @@
# define ACE_LACKS_T_ERRNO
# define ACE_POLL_IS_BROKEN
# if !defined (DIGITAL_UNIX)
-# define DIGITAL_UNIX
+# define DIGITAL_UNIX 0x40
# endif /* ! DIGITAL_UNIX */
// DJT removed this due to some minor issues related to the
// definitions of timestruc_t and tid_t in procfs.h not sure what
diff --git a/ace/config-osf1.h b/ace/config-osf1.h
index 1e6541392c7..6d16b99501a 100644
--- a/ace/config-osf1.h
+++ b/ace/config-osf1.h
@@ -10,10 +10,10 @@
#if defined (DIGITAL_UNIX)
# include "ace/config-osf1-4.0.h"
-# if DIGITAL_UNIX >= 5
+# if DIGITAL_UNIX >= 0x4F
# define _LIBC_POLLUTION_H_
# define ACE_LACKS_SYSTIME_H
-# endif /* DIGITAL_UNIX >= 5 */
+# endif /* DIGITAL_UNIX >= 0x50 */
#else /* ! DIGITAL_UNIX */
# include "ace/config-osf1-3.2.h"
#endif /* ! DIGITAL_UNIX */
diff --git a/ace/config-tru64.h b/ace/config-tru64.h
index 1e6541392c7..6d16b99501a 100644
--- a/ace/config-tru64.h
+++ b/ace/config-tru64.h
@@ -10,10 +10,10 @@
#if defined (DIGITAL_UNIX)
# include "ace/config-osf1-4.0.h"
-# if DIGITAL_UNIX >= 5
+# if DIGITAL_UNIX >= 0x4F
# define _LIBC_POLLUTION_H_
# define ACE_LACKS_SYSTIME_H
-# endif /* DIGITAL_UNIX >= 5 */
+# endif /* DIGITAL_UNIX >= 0x50 */
#else /* ! DIGITAL_UNIX */
# include "ace/config-osf1-3.2.h"
#endif /* ! DIGITAL_UNIX */