diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-14 12:42:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-14 12:42:42 +0000 |
commit | 15c51aa123b765b38e1889f55894cc128c12646d (patch) | |
tree | ea4ab8a51bbfa1d18594b670762458424da8b7c9 /ace/config-irix5.3-g++.h | |
parent | 6e4ebe2d9ea2da6f7275af0997bb48e706fd5204 (diff) | |
download | ATCD-15c51aa123b765b38e1889f55894cc128c12646d.tar.gz |
moved WIN32 and SGI-specific code out of Basic_Types.h and into their respective config files
Diffstat (limited to 'ace/config-irix5.3-g++.h')
-rw-r--r-- | ace/config-irix5.3-g++.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index 4957d0fe5e3..d1418b44991 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -9,6 +9,11 @@ #include "ace/config-g++-common.h" +// The Irix 6.x float.h doesn't allow us to distinguish between a +// double and a long double. So, we have to hard-code this. We +// assume that it is necessary on Irix 5.3 also. +#define ACE_SIZEOF_LONG_DOUBLE 16 + #define ACE_NEEDS_SYSTIME_H // Platform supports getpagesize() call. #define ACE_HAS_GETPAGESIZE |