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%2Fconfig%2F_polintos.h;fp=include%2Fc%2B%2B%2Fstl%2Fstl%2Fconfig%2F_polintos.h;h=ea77078aac67d37bcfed887da14e5a4fad80eb7e;hp=0000000000000000000000000000000000000000;hb=9fa824211a5dcb9a87d18b45d604599748dbff6c;hpb=43144347afc26dd4ebcf8c56579c8225d9bcbb16 diff --git a/include/c++/stl/stl/config/_polintos.h b/include/c++/stl/stl/config/_polintos.h new file mode 100644 index 0000000..ea77078 --- /dev/null +++ b/include/c++/stl/stl/config/_polintos.h @@ -0,0 +1,18 @@ +#ifndef __stl_config__polintos_h +#define __stl_config__polintos_h + +#define _STLP_PLATFORM "PolIntOS" +#define _STLP_THREADS + +#ifdef __LITTLE_ENDIAN +#define _STLP_LITTLE_ENDIAN 1 +#elif defined(__BIG_ENDIAN) +#define _STLP_BIG_ENDIAN 1 +#else +#error Unknown endianness +#endif + +#define _STLP_NATIVE_INCLUDE_PATH ../std +#define _STLP_NATIVE_C_INCLUDE_PATH ../../c/std + +#endif