summaryrefslogtreecommitdiffstats
path: root/WebKit/android/stlport/stl/config/_macosx.h
blob: 3d3452b3bbc1c3b4ce5ba44261b03e1c15106305 (plain)
1
2
3
4
5
6
7
#define _STLP_PLATFORM "Mac OS X"

#if defined (__BIG_ENDIAN__)
#  define _STLP_BIG_ENDIAN 1
#elif defined (__LITTLE_ENDIAN__)
#  define _STLP_LITTLE_ENDIAN 1
#endif