ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

_icc.h
Go 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 Sun May 27 2012 04:29:47 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.