summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 16:42:04 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-22 16:42:04 +0000
commita840a26ddcbb249b9586e8912847bd25450aa404 (patch)
tree52b35cb53e1a590155a83975c3f62ba7fc628958 /ace/config-lynxos.h
parent89f81e5c382178556fecc596891c4453714aadc7 (diff)
downloadATCD-a840a26ddcbb249b9586e8912847bd25450aa404.tar.gz
added ACE_HAS_POWERPC_TIMER with __powerpc__, but commented it out
because it requires an OS patch
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 5d4492dd79e..8f7e205c156 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -30,7 +30,10 @@
# define ACE_HAS_ALLOCA
# define ACE_HAS_ALLOCA_H
# define ACE_HAS_PENTIUM
-#endif /* x86 */
+#elif defined (__powerpc__)
+ // This doesn't work on LynxOS 3.0.0, because it resets the TimeBaseRegister.
+ // # define ACE_HAS_POWERPC_TIMER
+#endif /* __x86__ || __powerpc__ */
// System include files are not in sys/, this gets rid of warning.
#define __NO_INCLUDE_WARN__