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 /* We undef "std" on entry , as STLport headers may include native ones. */ 00007 # undef std 00008 00009 # ifndef _STLP_CONFIG_H 00010 # include <stl/_config.h> 00011 # endif 00012 00013 /* If the platform provides any specific prolog actions, 00014 * like #pragmas, do include platform-specific prolog file */ 00015 # if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) 00016 # include <config/_prolog.h> 00017 # endif