summaryrefslogtreecommitdiffstats
path: root/5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h
diff options
context:
space:
mode:
Diffstat (limited to '5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h')
-rw-r--r--5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h b/5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h
new file mode 100644
index 0000000..54a9222
--- /dev/null
+++ b/5/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h
@@ -0,0 +1,9 @@
+#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
+
+#define _STLP_USE_UNIX_IO