/home/ntakagi/work/STLport-5.1.5/stlport/stl/_prolog.hGo to the documentation of this file.00001 /* NOTE : this header has no guards and is MEANT for multiple inclusion! 00002 * If you are using "header protection" option with your compiler, 00003 * please also find #pragma which disables it and put it here, to 00004 * allow reentrancy of this header. 00005 */ 00006 00007 #ifdef std 00008 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */ 00009 #endif 00010 00011 #ifdef _STLP_PROLOG_HEADER_INCLUDED 00012 # error STlport prolog header can not be reincluded as long as epilog has not be included. 00013 #endif 00014 00015 #define _STLP_PROLOG_HEADER_INCLUDED 00016 00017 #ifndef _STLP_FEATURES_H 00018 # include <stl/config/features.h> 00019 #endif 00020 00021 /* If the platform provides any specific prolog actions, 00022 * like #pragmas, do include platform-specific prolog file */ 00023 #if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) 00024 # include <stl/config/_prolog.h> 00025 #endif
Generated on Mon Mar 10 15:32:32 2008 by ![]() |