/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_mwccnlm.hGo to the documentation of this file.00001 // STLport configuration file 00002 // It is internal STLport header - DO NOT include it directly 00003 00004 #define _STLP_COMPILER "Metrowerks CodeWarrior" 00005 00006 // Bring in definition of __MSL__ and related items 00007 #include <mslGlobals.h> 00008 #include <ansi_parms.h> 00009 00010 // *** CodeWarrior Compiler Common Features *** 00011 #if __option(longlong) 00012 # define _STLP_LONG_LONG long long 00013 #endif 00014 00015 #define _STLP_USE_UNIX_EMULATION_IO 1 00016 00017 #define _STLP_USE_AUTO_PTR_CONVERSIONS 1 00018 00019 #ifdef __INTEL__ 00020 # define _STLP_LITTLE_ENDIAN 00021 #else 00022 # define _STLP_BIG_ENDIAN 00023 #endif 00024 00025 #if defined(_MSL_NO_LOCALE) 00026 # define _STLP_NO_IMPORT_LOCALE 00027 #endif 00028 00029 #if !__option( wchar_type ) 00030 # define _STLP_WCHAR_T_IS_USHORT 00031 #endif 00032 00033 #if __MWERKS__ < 0x3000 00034 // *** CodeWarrior Compiler Common Bugs *** 00035 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this 00036 # define _STLP_NO_FRIEND_TEMPLATES 1 // Bug mysteriously reintroduced in this version. 00037 # define _STLP_THROW_RETURN_BUG 1 00038 #endif 00039 00040 #if __MWERKS__ >= 0x2405 00041 # define _STLP_HAS_NATIVE_FLOAT_ABS 00042 #endif 00043 00044 #if __MWERKS__ < 0x2405 00045 # define _STLP_STATIC_CONST_INIT_BUG 00046 #endif 00047 00048 #if __MWERKS__ <= 0x2303 00049 # define _STLP_NO_TEMPLATE_CONVERSIONS 1 00050 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 00051 #endif 00052 00053 #if __MWERKS__ < 0x2301 00054 # define _STLP_MEMBER_SPECIALIZATION_BUG 1 00055 #endif 00056 00057 #if __MWERKS__ < 0x2300 // CW Pro5 features 00058 # define _STLP_INLINE_MEMBER_TEMPLATES 1 00059 # define _STLP_RELOPS_IN_STD_BUG 1 00060 # define _STLP_DEF_CONST_PLCT_NEW_BUG 1 00061 # define _STLP_DEF_CONST_DEF_PARAM_BUG 1 00062 # define _STLP_NO_TYPENAME_ON_RETURN_TYPE 00063 #endif 00064 00065 // fixes to native inclusion wrappers. 00066 #if __MWERKS__ >= 0x2300 // CWPro5 changes paths - dwa 2/28/99 00067 # define _STLP_NATIVE_INCLUDE_PATH ../nwsdk/include/nlm 00068 # define _STLP_NATIVE_C_INCLUDE_PATH ../nwsdk/include/nlm 00069 # define _STLP_NATIVE_HEADER(header) <../nwsdk/include/nlm/##header> 00070 # define _STLP_NATIVE_CPP_C_HEADER(header) <../Libraries/MSL C++/Include/##header> 00071 # define _STLP_NATIVE_C_HEADER(header) <../nwsdk/include/nlm/##header> 00072 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../Libraries/MSL C++/Include/##header> 00073 00074 # define _STLP_VENDOR_GLOBAL_CSTD 1 00075 # define _STLP_NO_VENDOR_STDLIB_L 1 00076 # define _STLP_NO_VENDOR_MATH_F 1 00077 # define _STLP_NO_VENDOR_MATH_L 1 00078 //# define _MSL_NO_THROW_SPECS 00079 //# define _STD 00080 //# define _CSTD 00081 #endif 00082 00083 // fbp 00084 #if !defined( __MSL_CPP__ ) || __MSL_CPP__ <= 0x4105 00085 # define _STLP_NO_NATIVE_WIDE_STREAMS 1 00086 # endif 00087 00088 #define _STLP_DLLEXPORT_NEEDS_PREDECLARATION 1
Generated on Mon Mar 10 15:32:46 2008 by ![]() |