Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_kai.h
Go to the documentation of this file.
00001 // STLport config file for KAI C++ compiler 00002 00003 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) 00004 # define _STLP_RAND48 1 00005 #endif 00006 00007 # ifndef __KAI_STRICT /* _NO_LONGLONG */ 00008 # define _STLP_LONG_LONG long long 00009 # endif 00010 00011 # if !defined (__EXCEPTIONS) && ! defined (_EXCEPTIONS) 00012 # define _STLP_HAS_NO_EXCEPTIONS 00013 # endif 00014 00015 # ifndef __BUILDING_STLPORT 00016 # define _STLP_LINK_TIME_INSTANTIATION 1 00017 # endif 00018 00019 // two levels of macros do not work good with kcc. 00020 # define _STLP_NATIVE_HEADER(header) <../include/##header> 00021 # define _STLP_NATIVE_C_HEADER(header) <../include/##header> 00022 # define _STLP_NATIVE_CPP_C_HEADER(header) <../include/##header> 00023 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <../include/##header> 00024 00025 // KAI C++ uses EDG front-end, but apparently different switches 00026 // # define __EDG_SWITCHES 1 00027 00028 # define _STLP_VENDOR_GLOBAL_CSTD 1 00029 # define _STLP_VENDOR_MB_NAMESPACE std 00030 00031 // boris : some of those may also apply to KCC 3.4 00032 # if __KCC_VERSION < 4000 00033 # define _STLP_VENDOR_GLOBAL_EXCEPT_STD 1 00034 00035 # endif 00036 00037 # if defined (__sgi) 00038 // this requires some discrimination on whether we are actually on 00039 // a system officially supported by KAI. 00040 # define _STLP_HAS_NO_NEW_C_HEADERS 1 00041 # include <standards.h> 00042 # endif 00043 Generated on Fri May 25 2012 04:28:20 for ReactOS by
1.7.6.1
|