From 917760705d334106e2ee686b3643936ec8cd9494 Mon Sep 17 00:00:00 2001 From: levine Date: Fri, 18 Jul 1997 21:14:23 +0000 Subject: commented out ACE_HAS_LONGLONG_T --- ace/config-vxworks5.x-g++.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ace') diff --git a/ace/config-vxworks5.x-g++.h b/ace/config-vxworks5.x-g++.h index ef6bdd7ecf5..a5f50e4ab11 100644 --- a/ace/config-vxworks5.x-g++.h +++ b/ace/config-vxworks5.x-g++.h @@ -18,7 +18,12 @@ #define ACE_HAS_CLOCK_GETTIME #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES #define ACE_HAS_CPLUSPLUS_HEADERS -#define ACE_HAS_LONGLONG_T + +// Even though the documentation suggests that g++/VxWorks 5.3.1 +// supports long long, WRS tech support says that it doesn't. And +// It causes undefined symbols for math functions. +// #define ACE_HAS_LONGLONG_T + // On g++/VxWorks, iostream.h defines a static instance (yes, instance) // of the Iostream_init class. That causes all files that #include it // to put in the global constructor/destructor hooks. For files that @@ -28,6 +33,7 @@ // compile, though, because of the period! So, let g++/VxWorks users // include iostream.h only where they need it. #define ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION + #define ACE_HAS_MSG #define ACE_HAS_MT_SAFE_SOCKETS #define ACE_HAS_POSIX_NONBLOCK -- cgit v1.2.1