From 4c57b10a4a13235df38deab47bb054e5e238e08e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 27 Oct 2023 11:21:05 +0200 Subject: [PATCH] More cleanup * ACE/ace/config-qnx.h: --- ACE/ace/config-qnx.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ACE/ace/config-qnx.h b/ACE/ace/config-qnx.h index d855c6124620d..33dce4ae3b754 100644 --- a/ACE/ace/config-qnx.h +++ b/ACE/ace/config-qnx.h @@ -139,7 +139,15 @@ # define ACE_LACKS_WCSNICMP # define ACE_LACKS_WCSDUP # define ACE_LACKS_STD_WSTRING - +// /usr/nto/include/float.h defines +// FLT_MAX_EXP 127 +// DBL_MAX_EXP 1023 +// ace expects 128 & 1024 respectively +// to set the following macros in ace/Basic_Types.h +// These macros are: +# define ACE_SIZEOF_DOUBLE 8 +# define ACE_SIZEOF_FLOAT 4 +# define _POSIX_C_SOURCE 199506 #endif #define ACE_LACKS_ISCTYPE