/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_apcc.hGo to the documentation of this file.00001 // STLport config file for Apogee 4.x 00002 00003 #define _STLP_COMPILER "Apogee" 00004 00005 #define _STLP_NO_NEW_NEW_HEADER 1 00006 #define _STLP_HAS_NO_NEW_IOSTREAMS 1 00007 #define _STLP_HAS_NO_NEW_C_HEADERS 1 00008 00009 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) 00010 # define _STLP_RAND48 1 00011 #endif 00012 // # define _STLP_RAND48 1 00013 #define _STLP_LONG_LONG long long 00014 #define _STLP_NO_BAD_ALLOC 1 00015 #define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 00016 #define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 00017 // # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 00018 #define _STLP_NO_EXCEPTION_HEADER 1 00019 00020 #undef _STLP_LINK_TIME_INSTANTIATION 00021 #define _STLP_LINK_TIME_INSTANTIATION 1 00022 00023 #ifdef __STDLIB 00024 # undef _STLP_NO_NEW_C_HEADERS 00025 # undef _STLP_NO_NEW_NEW_HEADER 00026 # undef _STLP_NO_BAD_ALLOC 00027 # undef _STLP_LONG_LONG 00028 #else 00029 # undef _STLP_NO_EXCEPTION_SPEC 00030 # define _STLP_NO_EXCEPTION_SPEC 1 00031 #endif
Generated on Mon Mar 10 15:32:46 2008 by ![]() |