/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_icc.hGo to the documentation of this file.00001 // STLport configuration file 00002 // It is internal STLport header - DO NOT include it directly 00003 // A list of Intel compiler for Linux portion of STLport settings. 00004 00005 #define _STLP_COMPILER "Intel ICC" 00006 00007 #define _STLP_LONG_LONG long long 00008 00009 // Edit relative path below (or put full path) to get native 00010 // compiler headers included. Default is "../include". 00011 // C headers may reside in different directory, so separate macro is provided. 00012 #if (__INTEL_COMPILER < 800) 00013 # define _STLP_NATIVE_INCLUDE_PATH ../include 00014 # define _STLP_NATIVE_C_INCLUDE_PATH ../include 00015 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include 00016 #endif 00017 00018 #if (__INTEL_COMPILER >= 800) 00019 # define _STLP_NATIVE_INCLUDE_PATH ../include/c++ 00020 # define _STLP_NATIVE_C_INCLUDE_PATH ../include 00021 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include 00022 00023 #endif /* __INTEL_COMPILER >= 800 */ 00024 00025 #define _STLP_HAS_NO_NEW_C_HEADERS 1 00026 #define _STLP_VENDOR_GLOBAL_CSTD 1 00027 00028 /* Systems having GLIBC installed have different traits */ 00029 #if !defined (_STLP_USE_GLIBC) && defined (__linux__) 00030 # define _STLP_USE_GLIBC 00031 # define _XOPEN_SOURCE 600 00032 #endif 00033 00034 #undef _STLP_NO_UNCAUGHT_EXCEPT_SUPPORT 00035 00036 00037 #ifndef __GNUC__ 00038 # define __GNUC__ 3 00039 #endif 00040 00041 //#define _STLP_NO_NATIVE_WIDE_FUNCTIONS 1 00042 00043 #define _STLP_NO_FORCE_INSTANTIATE 00044 //#define _REENTRANT
Generated on Mon Mar 10 15:32:46 2008 by ![]() |