1.1 --- a/epoc32/include/tools/stlport/stl/config/_icc.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/tools/stlport/stl/config/_icc.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,44 +1,44 @@
1.4 -// STLport configuration file
1.5 -// It is internal STLport header - DO NOT include it directly
1.6 -// A list of Intel compiler for Linux portion of STLport settings.
1.7 -
1.8 -#define _STLP_COMPILER "Intel ICC"
1.9 -
1.10 -#define _STLP_LONG_LONG long long
1.11 -
1.12 -// Edit relative path below (or put full path) to get native
1.13 -// compiler headers included. Default is "../include".
1.14 -// C headers may reside in different directory, so separate macro is provided.
1.15 -#if (__INTEL_COMPILER < 800)
1.16 -# define _STLP_NATIVE_INCLUDE_PATH ../include
1.17 -# define _STLP_NATIVE_C_INCLUDE_PATH ../include
1.18 -# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include
1.19 -#endif
1.20 -
1.21 -#if (__INTEL_COMPILER >= 800)
1.22 -# define _STLP_NATIVE_INCLUDE_PATH ../include/c++
1.23 -# define _STLP_NATIVE_C_INCLUDE_PATH ../include
1.24 -# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include
1.25 -
1.26 -#endif /* __INTEL_COMPILER >= 800 */
1.27 -
1.28 -#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.29 -#define _STLP_VENDOR_GLOBAL_CSTD 1
1.30 -
1.31 -/* Systems having GLIBC installed have different traits */
1.32 -#if !defined (_STLP_USE_GLIBC) && defined (__linux__)
1.33 -# define _STLP_USE_GLIBC
1.34 -# define _XOPEN_SOURCE 600
1.35 -#endif
1.36 -
1.37 -#undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT
1.38 -
1.39 -
1.40 -#ifndef __GNUC__
1.41 -# define __GNUC__ 3
1.42 -#endif
1.43 -
1.44 -//#define _STLP_NO_NATIVE_WIDE_FUNCTIONS 1
1.45 -
1.46 -#define _STLP_NO_FORCE_INSTANTIATE
1.47 -//#define _REENTRANT
1.48 +// STLport configuration file
1.49 +// It is internal STLport header - DO NOT include it directly
1.50 +// A list of Intel compiler for Linux portion of STLport settings.
1.51 +
1.52 +#define _STLP_COMPILER "Intel ICC"
1.53 +
1.54 +#define _STLP_LONG_LONG long long
1.55 +
1.56 +// Edit relative path below (or put full path) to get native
1.57 +// compiler headers included. Default is "../include".
1.58 +// C headers may reside in different directory, so separate macro is provided.
1.59 +#if (__INTEL_COMPILER < 800)
1.60 +# define _STLP_NATIVE_INCLUDE_PATH ../include
1.61 +# define _STLP_NATIVE_C_INCLUDE_PATH ../include
1.62 +# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include
1.63 +#endif
1.64 +
1.65 +#if (__INTEL_COMPILER >= 800)
1.66 +# define _STLP_NATIVE_INCLUDE_PATH ../include/c++
1.67 +# define _STLP_NATIVE_C_INCLUDE_PATH ../include
1.68 +# define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include
1.69 +
1.70 +#endif /* __INTEL_COMPILER >= 800 */
1.71 +
1.72 +#define _STLP_HAS_NO_NEW_C_HEADERS 1
1.73 +#define _STLP_VENDOR_GLOBAL_CSTD 1
1.74 +
1.75 +/* Systems having GLIBC installed have different traits */
1.76 +#if !defined (_STLP_USE_GLIBC) && defined (__linux__)
1.77 +# define _STLP_USE_GLIBC
1.78 +# define _XOPEN_SOURCE 600
1.79 +#endif
1.80 +
1.81 +#undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT
1.82 +
1.83 +
1.84 +#ifndef __GNUC__
1.85 +# define __GNUC__ 3
1.86 +#endif
1.87 +
1.88 +//#define _STLP_NO_NATIVE_WIDE_FUNCTIONS 1
1.89 +
1.90 +#define _STLP_NO_FORCE_INSTANTIATE
1.91 +//#define _REENTRANT