williamr@2: // STLport configuration file williamr@2: // It is internal STLport header - DO NOT include it directly williamr@2: williamr@2: #define _STLP_COMPILER "Intel ICL" williamr@2: williamr@2: #define _STLP_IMPORT_TEMPLATE_KEYWORD extern williamr@2: williamr@2: /* You need to undef following macro if your icl install is binded to MSVC 6 williamr@2: * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option. williamr@2: */ williamr@2: /* #define _STLP_MSVC_LIB 1200 */ williamr@2: /* You need to undef following macro if your icl install is binded to MSVC .Net 2002 williamr@2: * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1 williamr@2: * or /Qvc8 option. williamr@2: */ williamr@2: /* #define _STLP_MSVC_LIB 1300 */ williamr@2: /* You need to undef following macro if your icl install is binded to MSVC .Net 2002 williamr@2: * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 williamr@2: * or /Qvc8 option. williamr@2: */ williamr@2: /* #define _STLP_MSVC_LIB 1310 */ williamr@2: /* You need to undef following macro if your icl install is binded to MSVC .Net 2002 williamr@2: * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7 williamr@2: * or /Qvc7.1 option. williamr@2: */ williamr@2: /* #define _STLP_MSVC_LIB 1400 */ williamr@2: williamr@2: #include williamr@2: williamr@2: #if defined (_STLP_DONT_RETURN_VOID) williamr@2: # undef _STLP_DONT_RETURN_VOID williamr@2: #endif williamr@2: williamr@2: #if (__ICL >= 900) williamr@2: //# undef _STLP_NO_UNEXPECTED_EXCEPT_SUPPORT williamr@2: # if !defined (_STLP_DONT_USE_EXCEPTIONS) williamr@2: # define _STLP_NOTHROW throw() williamr@2: # endif williamr@2: #endif williamr@2: williamr@2: #if (__ICL >= 800) williamr@2: # define _STLP_STATIC_CONST_INIT_BUG 1 williamr@2: #endif williamr@2: williamr@2: #if (__ICL >= 450) williamr@2: # define _STLP_DLLEXPORT_NEEDS_PREDECLARATION 1 williamr@2: #endif williamr@2: williamr@2: #if (__ICL < 450) williamr@2: /* only static STLport lib works for ICL */ williamr@2: # undef _STLP_USE_STATIC_LIB williamr@2: # undef _STLP_USE_DYNAMIC_LIB williamr@2: # define _STLP_USE_STATIC_LIB williamr@2: /* disable hook which makes template symbols to be searched for in the library */ williamr@2: # undef _STLP_NO_CUSTOM_IO williamr@2: #endif williamr@2: williamr@2: #undef _STLP_LONG_LONG williamr@2: #define _STLP_LONG_LONG long long williamr@2: williamr@2: #if defined (__cplusplus) && (__ICL >= 900) && (_STLP_MSVC_LIB < 1300) williamr@2: namespace std williamr@2: { williamr@2: void _STLP_CALL unexpected(); williamr@2: } williamr@2: #endif