]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/stl/config/_polintos.h
minor doc updates
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _polintos.h
1 #ifndef __stl_config__polintos_h
2 #define __stl_config__polintos_h
3
4 #define _STLP_PLATFORM "PolIntOS"
5 #define _STLP_THREADS
6
7 #ifdef __LITTLE_ENDIAN
8 #define _STLP_LITTLE_ENDIAN 1
9 #elif defined(__BIG_ENDIAN)
10 #define _STLP_BIG_ENDIAN 1
11 #else
12 #error Unknown endianness
13 #endif
14
15 #define _STLP_NATIVE_INCLUDE_PATH ../std
16 #define _STLP_NATIVE_C_INCLUDE_PATH ../../c/std
17
18 #endif