/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_as400.hGo to the documentation of this file.00001 // STLport configuration file 00002 // It is internal STLport header - DO NOT include it directly 00003 00004 // AS/400 C++ config 00005 00006 # ifdef _REENTRANT 00007 # define _PTHREADS 00008 # endif 00009 00010 # define _STLP_NO_NEW_NEW_HEADER 1 00011 00012 # define _STLP_NO_BOOL 00013 # define _STLP_LIMITED_DEFAULT_TEMPLATES 00014 00015 # define _STLP_HAS_NO_NAMESPACES 00016 # define _STLP_NEED_TYPENAME 00017 # define _STLP_NEED_EXPLICIT 00018 # define _STLP_HAS_NO_EXCEPTIONS 00019 # define _STLP_NO_EXCEPTION_SPEC 00020 # define _STLP_NO_ARROW_OPERATOR 00021 # define _STLP_NO_NEW_STYLE_CASTS 00022 00023 # define _STLP_NEED_MUTABLE 00024 # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 00025 # define _STLP_NO_BAD_ALLOC 00026 # define _STLP_NO_MEMBER_TEMPLATES 00027 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 00028 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 00029 # define _STLP_NO_FRIEND_TEMPLATES 00030 # define _STLP_NO_QUALIFIED_FRIENDS 00031 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 00032 # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 00033 00034 # define _STLP_NO_METHOD_SPECIALIZATION 00035 # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 00036 00037 // # define _STLP_NO_EXCEPTION_HEADER 00038 00039 # define _STLP_HAS_NO_NEW_C_HEADERS 00040 00041 # define _STLP_STATIC_CONST_INIT_BUG 00042 # define _STLP_THROW_RETURN_BUG 00043 # define _STLP_LINK_TIME_INSTANTIATION 00044 # define _STLP_NO_TEMPLATE_CONVERSIONS 00045 00046 # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 00047 # define _STLP_TRIVIAL_DESTRUCTOR_BUG 1 00048 00049 # if defined(_LONG_LONG) 00050 # define _STLP_LONG_LONG long long 00051 # endif 00052 # if defined(_PTHREADS) 00053 # define _MULTI_THREADED 00054 # endif 00055 // fbp : to fix __partition() problem 00056 # define _STLP_NONTEMPL_BASE_MATCH_BUG 1
Generated on Mon Mar 10 15:32:46 2008 by ![]() |