summaryrefslogtreecommitdiff
path: root/ace/config-osf1-3.2.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:35:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 15:35:39 +0000
commit07c6335008f53d7d7b84026c084ca9d14c456d62 (patch)
tree03246bc0db4e95ddf6cfb1a1af9393f23af4b9c7 /ace/config-osf1-3.2.h
parented13c3359f3203a87b536709b5f480d9e99549e8 (diff)
downloadATCD-07c6335008f53d7d7b84026c084ca9d14c456d62.tar.gz
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r--ace/config-osf1-3.2.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index a7fcfc04d9f..dca7b92dbc9 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -24,8 +24,8 @@
#define ACE_HAS_STRING_CLASS
// DF: Seems apropriate since this is a new compiler...
-#if ! defined (__ACE_INLINE__)
-#define __ACE_INLINE__
+#if !defined (__ACE_INLINE__)
+# define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
#define ACE_HAS_BROKEN_MSG_H
@@ -107,7 +107,6 @@
// Platform defines struct timespec in <sys/timers.h>
#define ACE_HAS_BROKEN_POSIX_TIME
-// #define ACE_HAS_SVR4_TIME
// Platform supports POSIX O_NONBLOCK semantics.
#define ACE_HAS_POSIX_NONBLOCK
@@ -171,14 +170,14 @@
// Compile using multi-thread libraries.
#if !defined (ACE_MT_SAFE)
- #define ACE_MT_SAFE 1
+# define ACE_MT_SAFE 1
#endif
#define ACE_NEEDS_DEV_IO_CONVERSION
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
-#define ACE_NTRACE 1
+# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
// Defines the page size of the system.