summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-common.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-irix6.x-common.h
parented13c3359f3203a87b536709b5f480d9e99549e8 (diff)
downloadATCD-07c6335008f53d7d7b84026c084ca9d14c456d62.tar.gz
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r--ace/config-irix6.x-common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h
index 11f764162d9..c577fb8d2c1 100644
--- a/ace/config-irix6.x-common.h
+++ b/ace/config-irix6.x-common.h
@@ -121,15 +121,9 @@
//**************************************************************
// Not so sure how next lines should look like
-// Platform supports POSIX timers via timestruc_t.
-// This will *NOT* work in 6.4, but ACE doesn't use it anymore.
-// #define ACE_HAS_POSIX_TIME
-// #define ACE_HAS_SVR4_TIME
-
// Platform supports POSIX timers via timestruc_t.
#define ACE_HAS_POSIX_TIME
-// #define ACE_HAS_SVR4_TIME
#define ACE_LACKS_SYSTIME_H
//**************************************************************
@@ -140,8 +134,7 @@
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
-#define ACE_NTRACE 1
+# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
-
#endif /* ACE_CONFIG_IRIX6X_COMMON_H */