epoc32/include/tools/stlport/stl/config/_macosx.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/stl/config/_macosx.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +#define _STLP_PLATFORM "Mac OS X"
     1.5 +
     1.6 +#if defined (__BIG_ENDIAN__)
     1.7 +#  define _STLP_BIG_ENDIAN 1
     1.8 +#elif defined (__LITTLE_ENDIAN__)
     1.9 +#  define _STLP_LITTLE_ENDIAN 1
    1.10 +#endif