summaryrefslogtreecommitdiff
path: root/ace/config-irix5.2.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-14 12:42:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-14 12:42:42 +0000
commit15c51aa123b765b38e1889f55894cc128c12646d (patch)
treeea4ab8a51bbfa1d18594b670762458424da8b7c9 /ace/config-irix5.2.h
parent6e4ebe2d9ea2da6f7275af0997bb48e706fd5204 (diff)
downloadATCD-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.2.h')
-rw-r--r--ace/config-irix5.2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-irix5.2.h b/ace/config-irix5.2.h
index b9e74f13d1b..d051b842b34 100644
--- a/ace/config-irix5.2.h
+++ b/ace/config-irix5.2.h
@@ -32,6 +32,11 @@
// Platform supports recvmsg and sendmsg.
#define ACE_HAS_MSG
+// 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.2 also.
+#define ACE_SIZEOF_LONG_DOUBLE 16
+
#define IRIX5
#define ACE_HAS_ALLOCA
// Compiler/platform has <alloca.h>