1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/stdcpp/include/config/stl_bc.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,204 @@
1.4 +// STLport configuration file
1.5 +// It is internal STLport header - DO NOT include it directly
1.6 +
1.7 +
1.8 +// versions ?
1.9 +# if defined(_STLP_DESIGNATED_DLL)
1.10 +# define _STLP_CALL __cdecl __export
1.11 +# elif defined(_RTLDLL)
1.12 +# define _STLP_CALL __cdecl __import
1.13 +# else
1.14 +# define _STLP_CALL __cdecl
1.15 +# endif
1.16 +
1.17 +# define _USE_STLP
1.18 +# define _STLP_USE_OWN_MBSTATE_T
1.19 +// # define _STLP_USE_OWN_NAMESPACE
1.20 +# define _STLP_DLLEXPORT_NEEDS_PREDECLARATION
1.21 +# define _STLP_OPERATOR_SPEC_NEEDS_TEMPLATE_ARGS
1.22 +
1.23 +// most of <exception> contents is still in global namespace
1.24 +// # define _STLP_VENDOR_UNEXPECTED_STD
1.25 +
1.26 +// <limits> problem
1.27 +# define _STLP_STATIC_CONST_INIT_BUG
1.28 +
1.29 +// <bitset> problems
1.30 +# define _STLP_MEMBER_SPECIALIZATION_BUG
1.31 +# define _STLP_HAS_SPECIFIC_PROLOG_EPILOG 1
1.32 +
1.33 +#if ( __BORLANDC__ < 0x540 )
1.34 +// Borland C++ Builder 3 (?)
1.35 +// those are assumptions, if some of them actually work, please let me know
1.36 +// # define _STLP_STATIC_CONST_INIT_BUG 1
1.37 +// # define _STLP_THROW_RETURN_BUG 1
1.38 +# define _STLP_NO_TEMPLATE_CONVERSIONS 1
1.39 +# define _STLP_DEFAULT_CONSTRUCTOR_BUG 1
1.40 +# define _STLP_NO_TYPENAME_ON_RETURN_TYPE
1.41 +#else
1.42 +# define _STLP_LONG_LONG __int64
1.43 +#endif
1.44 +
1.45 +// BCB 2 or less (Borland 5.02)
1.46 +#if ( __BORLANDC__ < 0x530 )
1.47 +
1.48 +# define _STLP_NO_OWN_IOSTREAMS
1.49 +# undef _STLP_OWN_IOSTREAMS
1.50 +
1.51 +# define _STLP_GLOBAL_VENDOR_CSTD 1
1.52 +# define _STLP_HAS_NO_NEW_IOSTREAMS 1
1.53 +# define _STLP_HAS_NO_NEW_C_HEADERS 1
1.54 +
1.55 +# define _STLP_NO_MEMBER_TEMPLATES 1
1.56 +# define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
1.57 +# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
1.58 +# define _STLP_NO_FRIEND_TEMPLATES 1
1.59 +# define _STLP_NO_QUALIFIED_FRIENDS 1
1.60 +# define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
1.61 +# define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
1.62 +# define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
1.63 +
1.64 +# define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
1.65 +
1.66 +# define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1
1.67 +# define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
1.68 +# define _STLP_MEMBER_SPECIALIZATION_BUG
1.69 +# define _STLP_NO_EXCEPTION_HEADER 1
1.70 +# define _STLP_NO_EXCEPTION_SPEC 1
1.71 +
1.72 +# define _STLP_NO_BAD_ALLOC 1
1.73 +# define _STLP_NO_ARROW_OPERATOR 1
1.74 +
1.75 +typedef char mbstate_t;
1.76 +
1.77 +# define _STLP_LIMITED_DEFAULT_TEMPLATES 1
1.78 +# define _STLP_NO_TYPEINFO
1.79 +# define _STLP_NO_METHOD_SPECIALIZATION
1.80 +
1.81 +#endif
1.82 +
1.83 +// Borland 5.0x
1.84 +#if ( __BORLANDC__ < 0x520 )
1.85 +
1.86 +# define _STLP_BROKEN_USING_DIRECTIVE 1
1.87 +# define _STLP_EXPORT_KEYWORD _export
1.88 +# define _STLP_IMPORT_KEYWORD _import
1.89 +# define _STLP_EXPORT_TEMPLATE_KEYWORD _export
1.90 +# define _STLP_IMPORT_TEMPLATE_KEYWORD _import
1.91 +#endif
1.92 +
1.93 +#if ( __BORLANDC__ < 0x501 )
1.94 +# define _STLP_NONTEMPL_BASE_MATCH_BUG 1
1.95 +# define _STLP_NO_WCHAR_T 1
1.96 +#endif
1.97 +
1.98 +// 4.x
1.99 +#if ( __BORLANDC__ < 0x500 )
1.100 +# define _STLP_NESTED_TYPE_PARAM_BUG 1
1.101 +# define _STLP_STATIC_ARRAY_BUG 1
1.102 +# define _STLP_NO_BOOL 1
1.103 +# define _STLP_HAS_NO_NAMESPACES 1
1.104 +# define _STLP_NEED_TYPENAME 1
1.105 +# define _STLP_NEED_EXPLICIT 1
1.106 +# define _STLP_NEED_MUTABLE 1
1.107 +# define _STLP_NO_WCHAR_T 1
1.108 +#endif
1.109 +
1.110 +// auto enable thread safety and exceptions:
1.111 +# ifndef _CPPUNWIND
1.112 +# define _STLP_HAS_NO_EXCEPTIONS
1.113 +# endif
1.114 +
1.115 +# if defined ( __MT__ ) && !defined (_NOTHREADS) && !defined (_REENTRANT)
1.116 +# define _REENTRANT 1
1.117 +# endif
1.118 +
1.119 +# if defined ( __DEBUG ) && ( __DEBUG > 1 )
1.120 +# define _STLP_DEBUG
1.121 +# endif
1.122 +
1.123 +# define _STLP_LIB_BASENAME "stlp"
1.124 +
1.125 +# if (__BORLANDC__ < 0x540)
1.126 +
1.127 +# define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
1.128 +# define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
1.129 +# define _STLP_IMPORT_TEMPLATE_KEYWORD extern
1.130 +# define _STLP_EXPORT_TEMPLATE_KEYWORD
1.131 +
1.132 +# define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
1.133 +# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
1.134 +
1.135 +# if !defined (_STLP_NO_OWN_IOSTREAMS)
1.136 +
1.137 +# if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
1.138 + || defined (_STLP_USE_DYNAMIC_LIB) ) \
1.139 + && ! defined (_STLP_USE_STATIC_LIB)
1.140 +# undef _STLP_USE_DECLSPEC
1.141 +# define _STLP_USE_DECLSPEC
1.142 +# endif
1.143 +# endif
1.144 +
1.145 +# else
1.146 +
1.147 +# define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
1.148 +# define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
1.149 +
1.150 +# define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
1.151 +# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
1.152 +
1.153 +# if !defined (_STLP_NO_OWN_IOSTREAMS)
1.154 +
1.155 +# if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
1.156 + || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) )
1.157 +# undef _STLP_USE_DECLSPEC
1.158 +# define _STLP_USE_DECLSPEC 1
1.159 +# endif
1.160 +
1.161 +# ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
1.162 +# define _STLP_IMPORT_TEMPLATE_KEYWORD __declspec(dllimport)
1.163 +# endif
1.164 +# define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
1.165 +
1.166 +# if (__BORLANDC__ >= 0x560) && ! defined (_STLP_OWN_IOSTREAMS)
1.167 +// # define _STLP_IS_NATIVE_LIB
1.168 +# define _STLP_NATIVE_INCLUDE_PATH ../include/oldstl
1.169 +# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/oldstl
1.170 +# define _STLP_NATIVE_C_INCLUDE_PATH ../include/oldstl
1.171 +# define _STLP_NATIVE_CPP_RUNTIME_PATH ../include/oldstl
1.172 +# endif
1.173 +
1.174 +# ifndef __BUILDING_STLPORT
1.175 +# ifdef _STLP_DEBUG
1.176 +# ifdef _MT
1.177 +# ifdef _RTLDLL
1.178 +# pragma comment(lib,"stlpmt_stldebug45.lib")
1.179 +# else
1.180 +# pragma comment(lib,"stlpmt_stldebugst.lib")
1.181 +# endif
1.182 +# else
1.183 +# ifdef _RTLDLL
1.184 +# pragma comment(lib,"stlp_stldebug45.lib")
1.185 +# else
1.186 +# pragma comment(lib,"stlp_stldebugst.lib")
1.187 +# endif
1.188 +# endif
1.189 +# else
1.190 +# ifdef _MT
1.191 +# ifdef _RTLDLL
1.192 +# pragma comment(lib,"stlpmt45.lib")
1.193 +# else
1.194 +# pragma comment(lib,"stlpmtst.lib")
1.195 +# endif
1.196 +# else
1.197 +# ifdef _RTLDLL
1.198 +# pragma comment(lib,"stlp45.lib")
1.199 +# else
1.200 +# pragma comment(lib,"stlpst.lib")
1.201 +# endif
1.202 +# endif
1.203 +# endif
1.204 +# endif
1.205 +
1.206 +# endif /* _STLP_OWN_IOSTREAMS */
1.207 +# endif