diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-23 05:08:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-23 05:08:26 +0000 |
commit | 7a9e2a6e37c46248428d593738ca3b71d2d9476b (patch) | |
tree | 1e064839e3e7b0747077bf85fdb8b068977fd77a /ace/config-linux-pthread.h | |
parent | c094573513b6a2305c4538edeadd7b3e95061669 (diff) | |
download | ATCD-7a9e2a6e37c46248428d593738ca3b71d2d9476b.tar.gz |
added ACE_OS::gethrtime () support for Linux on Pentiums
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r-- | ace/config-linux-pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h index f51e803689d..9de25cd9a0e 100644 --- a/ace/config-linux-pthread.h +++ b/ace/config-linux-pthread.h @@ -7,6 +7,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 |