First public contribution.
1 // STLport configuration file
2 // It is internal STLport header - DO NOT include it directly
6 # if defined(_STLP_DESIGNATED_DLL)
7 # define _STLP_CALL __cdecl __export
8 # elif defined(_RTLDLL)
9 # define _STLP_CALL __cdecl __import
11 # define _STLP_CALL __cdecl
15 # define _STLP_USE_OWN_MBSTATE_T
16 // # define _STLP_USE_OWN_NAMESPACE
17 # define _STLP_DLLEXPORT_NEEDS_PREDECLARATION
18 # define _STLP_OPERATOR_SPEC_NEEDS_TEMPLATE_ARGS
20 // most of <exception> contents is still in global namespace
21 // # define _STLP_VENDOR_UNEXPECTED_STD
24 # define _STLP_STATIC_CONST_INIT_BUG
27 # define _STLP_MEMBER_SPECIALIZATION_BUG
28 # define _STLP_HAS_SPECIFIC_PROLOG_EPILOG 1
30 #if ( __BORLANDC__ < 0x540 )
31 // Borland C++ Builder 3 (?)
32 // those are assumptions, if some of them actually work, please let me know
33 // # define _STLP_STATIC_CONST_INIT_BUG 1
34 // # define _STLP_THROW_RETURN_BUG 1
35 # define _STLP_NO_TEMPLATE_CONVERSIONS 1
36 # define _STLP_DEFAULT_CONSTRUCTOR_BUG 1
37 # define _STLP_NO_TYPENAME_ON_RETURN_TYPE
39 # define _STLP_LONG_LONG __int64
42 // BCB 2 or less (Borland 5.02)
43 #if ( __BORLANDC__ < 0x530 )
45 # define _STLP_NO_OWN_IOSTREAMS
46 # undef _STLP_OWN_IOSTREAMS
48 # define _STLP_GLOBAL_VENDOR_CSTD 1
49 # define _STLP_HAS_NO_NEW_IOSTREAMS 1
50 # define _STLP_HAS_NO_NEW_C_HEADERS 1
52 # define _STLP_NO_MEMBER_TEMPLATES 1
53 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
54 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
55 # define _STLP_NO_FRIEND_TEMPLATES 1
56 # define _STLP_NO_QUALIFIED_FRIENDS 1
57 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
58 # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
59 # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
61 # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
63 # define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1
64 # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
65 # define _STLP_MEMBER_SPECIALIZATION_BUG
66 # define _STLP_NO_EXCEPTION_HEADER 1
67 # define _STLP_NO_EXCEPTION_SPEC 1
69 # define _STLP_NO_BAD_ALLOC 1
70 # define _STLP_NO_ARROW_OPERATOR 1
72 typedef char mbstate_t;
74 # define _STLP_LIMITED_DEFAULT_TEMPLATES 1
75 # define _STLP_NO_TYPEINFO
76 # define _STLP_NO_METHOD_SPECIALIZATION
81 #if ( __BORLANDC__ < 0x520 )
83 # define _STLP_BROKEN_USING_DIRECTIVE 1
84 # define _STLP_EXPORT_KEYWORD _export
85 # define _STLP_IMPORT_KEYWORD _import
86 # define _STLP_EXPORT_TEMPLATE_KEYWORD _export
87 # define _STLP_IMPORT_TEMPLATE_KEYWORD _import
90 #if ( __BORLANDC__ < 0x501 )
91 # define _STLP_NONTEMPL_BASE_MATCH_BUG 1
92 # define _STLP_NO_WCHAR_T 1
96 #if ( __BORLANDC__ < 0x500 )
97 # define _STLP_NESTED_TYPE_PARAM_BUG 1
98 # define _STLP_STATIC_ARRAY_BUG 1
99 # define _STLP_NO_BOOL 1
100 # define _STLP_HAS_NO_NAMESPACES 1
101 # define _STLP_NEED_TYPENAME 1
102 # define _STLP_NEED_EXPLICIT 1
103 # define _STLP_NEED_MUTABLE 1
104 # define _STLP_NO_WCHAR_T 1
107 // auto enable thread safety and exceptions:
109 # define _STLP_HAS_NO_EXCEPTIONS
112 # if defined ( __MT__ ) && !defined (_NOTHREADS) && !defined (_REENTRANT)
113 # define _REENTRANT 1
116 # if defined ( __DEBUG ) && ( __DEBUG > 1 )
120 # define _STLP_LIB_BASENAME "stlp"
122 # if (__BORLANDC__ < 0x540)
124 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
125 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
126 # define _STLP_IMPORT_TEMPLATE_KEYWORD extern
127 # define _STLP_EXPORT_TEMPLATE_KEYWORD
129 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
130 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
132 # if !defined (_STLP_NO_OWN_IOSTREAMS)
134 # if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
135 || defined (_STLP_USE_DYNAMIC_LIB) ) \
136 && ! defined (_STLP_USE_STATIC_LIB)
137 # undef _STLP_USE_DECLSPEC
138 # define _STLP_USE_DECLSPEC
144 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
145 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
147 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
148 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
150 # if !defined (_STLP_NO_OWN_IOSTREAMS)
152 # if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
153 || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) )
154 # undef _STLP_USE_DECLSPEC
155 # define _STLP_USE_DECLSPEC 1
158 # ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
159 # define _STLP_IMPORT_TEMPLATE_KEYWORD __declspec(dllimport)
161 # define _STLP_EXPORT_TEMPLATE_KEYWORD __declspec(dllexport)
163 # if (__BORLANDC__ >= 0x560) && ! defined (_STLP_OWN_IOSTREAMS)
164 // # define _STLP_IS_NATIVE_LIB
165 # define _STLP_NATIVE_INCLUDE_PATH ../include/oldstl
166 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/oldstl
167 # define _STLP_NATIVE_C_INCLUDE_PATH ../include/oldstl
168 # define _STLP_NATIVE_CPP_RUNTIME_PATH ../include/oldstl
171 # ifndef __BUILDING_STLPORT
175 # pragma comment(lib,"stlpmt_stldebug45.lib")
177 # pragma comment(lib,"stlpmt_stldebugst.lib")
181 # pragma comment(lib,"stlp_stldebug45.lib")
183 # pragma comment(lib,"stlp_stldebugst.lib")
189 # pragma comment(lib,"stlpmt45.lib")
191 # pragma comment(lib,"stlpmtst.lib")
195 # pragma comment(lib,"stlp45.lib")
197 # pragma comment(lib,"stlpst.lib")
203 # endif /* _STLP_OWN_IOSTREAMS */