summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-sunc++-4.x-orbix.h
diff options
context:
space:
mode:
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.