diff -r 000000000000 -r e4d67989cc36 ossrv_pub/configuration/inc/stdapis/stlport/stl/_prolog.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ossrv_pub/configuration/inc/stdapis/stlport/stl/_prolog.h Tue Feb 02 02:01:42 2010 +0200 @@ -0,0 +1,17 @@ +/* NOTE : this header has no guards and is MEANT for multiple inclusion ! + * If you are using "header protection" option with your compiler, + * please also find #pragma which disables it and put it here, to + * allow reentrancy of this header. + */ +/* We undef "std" on entry , as STLport headers may include native ones. */ +# undef std + +# ifndef _STLP_CONFIG_H +# include +# endif + +/* If the platform provides any specific prolog actions, + * like #pragmas, do include platform-specific prolog file */ +# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) +# include +# endif