]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - include/c++/stl/stl/config/_cygwin.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _cygwin.h
diff --git a/include/c++/stl/stl/config/_cygwin.h b/include/c++/stl/stl/config/_cygwin.h
new file mode 100644 (file)
index 0000000..7960d01
--- /dev/null
@@ -0,0 +1,6 @@
+#define _STLP_PLATFORM "Cygwin"
+
+/* Glibc is the platform API */
+#if !defined (_STLP_USE_GLIBC)
+#  define _STLP_USE_GLIBC
+#endif