summaryrefslogtreecommitdiff
path: root/ace/config-unixware-2.01-g++.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
commitd52e131773667ed1e2b53c878bae31e58b6a6fe8 (patch)
tree03246bc0db4e95ddf6cfb1a1af9393f23af4b9c7 /ace/config-unixware-2.01-g++.h
parentef3eccd395cc1c64f18e1cf8eb230c1bfaa51606 (diff)
downloadATCD-d52e131773667ed1e2b53c878bae31e58b6a6fe8.tar.gz
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-unixware-2.01-g++.h')
-rw-r--r--ace/config-unixware-2.01-g++.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h
index 3ca397b6fcf..d9e6ec1d64f 100644
--- a/ace/config-unixware-2.01-g++.h
+++ b/ace/config-unixware-2.01-g++.h
@@ -9,7 +9,7 @@
// See README for what the ACE_HAS... and ACE_LACKS... macros mean
#if ! defined (__ACE_INLINE__)
-#define __ACE_INLINE__
+# define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
#if defined (__GNUG__)
@@ -51,7 +51,6 @@
#define ACE_HAS_STREAM_PIPES
#define ACE_HAS_STRERROR
#define ACE_HAS_SVR4_DYNAMIC_LINKING
-#define ACE_HAS_SVR4_TIME
#define ACE_HAS_SYSCALL_H
#define ACE_HAS_SYSINFO
#define ACE_HAS_SYSV_IPC
@@ -74,13 +73,14 @@
#if !defined (ACE_MT_SAFE)
# define ACE_MT_SAFE 1
#endif
+
#define ACE_PAGE_SIZE 4096
#define ACE_REDEFINES_XTI_FUNCTIONS
// Compiling for UNIXWARE
#if !defined (UNIXWARE)
-#define UNIXWARE
-#define UNIXARE_2_0
+# define UNIXWARE
+# define UNIXARE_2_0
#endif /* UNIXWARE */
// These seem to be missing... Process_Manager uses them
@@ -102,7 +102,7 @@
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
-#define ACE_NTRACE 1
+# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
#endif /* ACE_CONFIG_H */