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-irix5.3-g++.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-irix5.3-g++.h')
-rw-r--r-- | ace/config-irix5.3-g++.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index f47390785ed..133b862d2c9 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -54,7 +54,6 @@ // Platform supports POSIX timers via timestruc_t. #define ACE_HAS_POSIX_TIME -#define ACE_HAS_SVR4_TIME // Compiler/platform has correctly prototyped header files. #define ACE_HAS_CPLUSPLUS_HEADERS @@ -109,7 +108,7 @@ // Turns off the tracing feature. #if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 +# define ACE_NTRACE 1 #endif /* ACE_NTRACE */ #endif /* ACE_CONFIG_H */ |