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 | 07c6335008f53d7d7b84026c084ca9d14c456d62 (patch) | |
tree | 03246bc0db4e95ddf6cfb1a1af9393f23af4b9c7 /ace/config-tandem.h | |
parent | ed13c3359f3203a87b536709b5f480d9e99549e8 (diff) | |
download | ATCD-07c6335008f53d7d7b84026c084ca9d14c456d62.tar.gz |
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r-- | ace/config-tandem.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h index a7fe50c76ff..6b797eb4062 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -19,7 +19,7 @@ #define ACE_CONFIG_H #if ! defined (__ACE_INLINE__) -#define __ACE_INLINE__ +# define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ #define ACE_HAS_IDTYPE_T @@ -85,7 +85,6 @@ // Platform supports the POSIX struct timespec type #define ACE_HAS_POSIX_TIME // As i understand it, but i'm in deep water //Platform supports the SVR4 timestruc_t type -#define ACE_HAS_SVR4_TIME //ACE_HAS_PROC_FS Platform supports the /proc file system @@ -447,12 +446,10 @@ //ACE_USE_POLL Use the poll() event demultiplexor //rather than select(). - - // 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. |