From 13fecb591de85ad80ff007a738835f2698f8bf69 Mon Sep 17 00:00:00 2001 From: levine Date: Sun, 23 Feb 1997 05:08:26 +0000 Subject: added ACE_OS::gethrtime () support for Linux on Pentiums --- ace/config-linux-lxpthreads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ace/config-linux-lxpthreads.h') diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index cde763730dd..db436dd630b 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -28,6 +28,9 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#define ACE_HAS_PENTIUM +#define ACE_HAS_LONGLONG + // Fixes a problem with new versions of Linux... #ifndef msg_accrights #undef msg_control -- cgit v1.2.1