diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-30 16:30:07 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-30 16:30:07 +0000 |
commit | ee2db2ac08a2a084b3fafd51142f0a890bfe72e7 (patch) | |
tree | edf2b56df2899bc32ec0951ffb97ccca1d805b26 /ace/config-linux-lxpthreads.h | |
parent | 63efa4188ebd00de409ea91b1d4e781d449c750b (diff) | |
download | ATCD-ee2db2ac08a2a084b3fafd51142f0a890bfe72e7.tar.gz |
Fixed problem with longlong and the high res timer.
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index 4545756bf1b..79a9051002a 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -34,7 +34,7 @@ #define ACE_HAS_LONG_FDMASK #define ACE_HAS_PENTIUM -#define ACE_HAS_LONGLONG +#define ACE_HAS_LONGLONG_T #define ACE_HAS_STRING_CLASS // Fixes a problem with new versions of Linux... |