diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 15:35:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 15:35:39 +0000 |
commit | d52e131773667ed1e2b53c878bae31e58b6a6fe8 (patch) | |
tree | 03246bc0db4e95ddf6cfb1a1af9393f23af4b9c7 /ace/config-sunos5.4-sunc++-4.x.h | |
parent | ef3eccd395cc1c64f18e1cf8eb230c1bfaa51606 (diff) | |
download | ATCD-d52e131773667ed1e2b53c878bae31e58b6a6fe8.tar.gz |
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index a3e715b6fe8..3bcf2b05330 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -8,7 +8,7 @@ #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) -#define __ACE_INLINE__ +# define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ #define ACE_HAS_TEMPLATE_SPECIALIZATION @@ -71,7 +71,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 @@ -173,13 +172,13 @@ // 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. // #define ACE_NTRACE 0 #if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 +# define ACE_NTRACE 1 #endif /* ACE_NTRACE */ // Defines the page size of the system. |