diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-05 15:05:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-05 15:05:59 +0000 |
commit | 566a64cbaecc36bfa1796d0bbd03feb22deb0ad0 (patch) | |
tree | 6333b3987551d46d2f6b4e75a75d8da0acb87875 /ace/config-osf1-3.2.h | |
parent | 065aa85607602cd2cb5084428892ed5317106dd7 (diff) | |
download | ATCD-566a64cbaecc36bfa1796d0bbd03feb22deb0ad0.tar.gz |
removed ACE_HAS_LONGLONG_T
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r-- | ace/config-osf1-3.2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h index d7cdd90f79d..070df041a4a 100644 --- a/ace/config-osf1-3.2.h +++ b/ace/config-osf1-3.2.h @@ -58,9 +58,6 @@ // Platform supports POSIX 1.b clock_gettime () #define ACE_HAS_CLOCK_GETTIME -// Compiler/platform supports the "long long" datatype. -#define ACE_HAS_LONGLONG_T - // Platform defines MAP_FAILED as a long constant. #define ACE_HAS_LONG_MAP_FAILED |