summaryrefslogtreecommitdiff
path: root/ace/config-vxworks5.x.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 12:37:24 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 12:37:24 +0000
commit1be31c882d3ff9f822d8e288069496eb6ca981a4 (patch)
tree2e14fa02fdc9686983237b88f2cf435c00fae3b1 /ace/config-vxworks5.x.h
parent6e98a2f156481defb6a7be5a30308741949b2213 (diff)
downloadATCD-1be31c882d3ff9f822d8e288069496eb6ca981a4.tar.gz
ChangeLogTag:Wed Jul 16 12:15:34 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r--ace/config-vxworks5.x.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h
index cd4a164a016..6a4c105e8bf 100644
--- a/ace/config-vxworks5.x.h
+++ b/ace/config-vxworks5.x.h
@@ -33,16 +33,6 @@
// that it doesn't. It causes undefined symbols for math functions.
# define ACE_LACKS_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
- // don't have any static instances of non-class (built-in) types, the
- // hooks refer to the file name, e.g., "foo.cpp". That file name gets
- // embedded in a variable name by munch. The output from munch won't
- // 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_LACKS_LINEBUFFERED_STREAMBUF
# define ACE_LACKS_SIGNED_CHAR