AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

streams_CompConf.h

Go to the documentation of this file.
00001 #ifndef STREAMS_COMPILER_CONFIG_H
00002 #define STREAMS_COMPILER_CONFIG_H
00003 
00008 // Uncomment this for own STLPort-streams 
00009 // #define _STLSTREAMS 1
00010 
00011 #if (defined __xlC__ && __IBMCPP__ >= 500)
00012 # define _STLSTREAMS 1
00013 #endif
00014 
00015 // If _STLSTREAMS is in effect, you have to link with libstlport.a
00016 // and comment out # define   _STLP_NO_OWN_IOSTREAMS    1
00017 // in stlport/stl_user_config.h
00018 // If _STLSTREAMS is not not effect, uncomment
00019 // # define   _STLP_NO_OWN_IOSTREAMS    1
00020 // in stlport/stl_user_config.h
00021 
00022 #ifdef _STLSTREAMS
00023 typedef _STLP_NEW_IO_NAMESPACE::streampos streampos;
00024 #endif
00025 
00026 #if defined __KCC
00027 # include <iosfwd>
00028 # include <istream>
00029 # include <ostream>
00030 namespace std {
00031   typedef basic_istream<char, char_traits<char> > istream_char;
00032   typedef basic_ostream<char, char_traits<char> > ostream_char;
00033   istream_char& __kai_extract_char(istream_char& in, char& c);
00034   ostream_char& __kai_extract_char(ostream_char& in, char& c);
00035   ostream_char& flush(ostream_char &);
00036 }
00037 #endif
00038 
00039 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04