X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Fstl%2Fstl%2F_prolog.h;fp=include%2Fc%2B%2B%2Fstl%2Fstl%2F_prolog.h;h=1d276562ccccfa177d4662747ea86e58a7a52955;hp=0000000000000000000000000000000000000000;hb=173d8903eb9d51a4ea7d7fa3e52dc86c9bb6d4f1;hpb=b024710fe2b60cd4a42a8993b61333d6cdb56ca3 diff --git a/include/c++/stl/stl/_prolog.h b/include/c++/stl/stl/_prolog.h new file mode 100644 index 0000000..1d27656 --- /dev/null +++ b/include/c++/stl/stl/_prolog.h @@ -0,0 +1,25 @@ +/* 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. + */ + +#ifdef std +# undef std /* We undef "std" on entry , as STLport headers may include native ones. */ +#endif + +#ifdef _STLP_PROLOG_HEADER_INCLUDED +# error STlport prolog header can not be reincluded as long as epilog has not be included. +#endif + +#define _STLP_PROLOG_HEADER_INCLUDED + +#ifndef _STLP_FEATURES_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