summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-sunc++-4.x-orbix.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-sunos5.4-sunc++-4.x-orbix.h
parented13c3359f3203a87b536709b5f480d9e99549e8 (diff)
downloadATCD-07c6335008f53d7d7b84026c084ca9d14c456d62.tar.gz
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x-orbix.h')
-rw-r--r--ace/config-sunos5.4-sunc++-4.x-orbix.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x-orbix.h b/ace/config-sunos5.4-sunc++-4.x-orbix.h
index 67a3b5c4fa0..88cfc6279b2 100644
--- a/ace/config-sunos5.4-sunc++-4.x-orbix.h
+++ b/ace/config-sunos5.4-sunc++-4.x-orbix.h
@@ -9,7 +9,7 @@
#define ACE_CONFIG_H
#if ! defined (__ACE_INLINE__)
-#define __ACE_INLINE__
+# define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
#define ACE_HAS_TEMPLATE_SPECIALIZATION
@@ -77,7 +77,6 @@
// Platform supports POSIX timers via timestruc_t.
#define ACE_HAS_POSIX_TIME
-#define ACE_HAS_SVR4_TIME
// Platform supports the /proc file system.
#define ACE_HAS_PROC_FS
@@ -176,12 +175,12 @@
// 10 millisecond fudge factor to account for Solaris timers...
#if !defined (ACE_TIMER_SKEW)
-#define ACE_TIMER_SKEW 1000 * 10
+# define ACE_TIMER_SKEW 1000 * 10
#endif /* ACE_TIMER_SKEW */
// 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.