Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
    * ACE/ace/config-qnx.h:
  • Loading branch information
jwillemsen committed Oct 27, 2023
1 parent 5413f3b commit 4c57b10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ACE/ace/config-qnx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c57b10

Please sign in to comment.