diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-18 20:54:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-18 20:54:34 +0000 |
commit | df4f069d8992a5bb68da8c1ec7dec2dbec984ab4 (patch) | |
tree | 5900c959de7376896bb6cc253bde50e658291292 /ace | |
parent | 8dba028ebab3810b001acffdcad2c510c5eec6e3 (diff) | |
download | ATCD-df4f069d8992a5bb68da8c1ec7dec2dbec984ab4.tar.gz |
added ACE_HAS_LONGLONG_T
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-vxworks5.x-g++.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-vxworks5.x-g++.h b/ace/config-vxworks5.x-g++.h index 8f3bfc4ee89..ef6bdd7ecf5 100644 --- a/ace/config-vxworks5.x-g++.h +++ b/ace/config-vxworks5.x-g++.h @@ -18,6 +18,7 @@ #define ACE_HAS_CLOCK_GETTIME #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES #define ACE_HAS_CPLUSPLUS_HEADERS +#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 |