summaryrefslogtreecommitdiff
path: root/ace/config-unixware-2.1.2-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.1.2-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.1.2-g++.h')
-rw-r--r--ace/config-unixware-2.1.2-g++.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/ace/config-unixware-2.1.2-g++.h b/ace/config-unixware-2.1.2-g++.h
index a1c774118a7..12f8799e816 100644
--- a/ace/config-unixware-2.1.2-g++.h
+++ b/ace/config-unixware-2.1.2-g++.h
@@ -10,7 +10,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__)
@@ -53,7 +53,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
@@ -79,17 +78,20 @@
#if !defined (ACE_MT_SAFE)
# define ACE_MT_SAFE 1
#endif
+
#define ACE_PAGE_SIZE 4096
#define ACE_REDEFINES_XTI_FUNCTIONS
-#if ! defined (UNIXWARE)
-#define UNIXWARE
-#define UNIXWARE_2_1
+#if !defined (UNIXWARE)
+# define UNIXWARE
+# define UNIXWARE_2_1
#endif /* ! UNIXWARE */
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
-#define ACE_NTRACE 1
+# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
+
#define ACE_HAS_IDTYPE_T
+
#endif /* ACE_CONFIG_H */