]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - include/c++/stl/stl/config/_hpux.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / stl / config / _hpux.h
diff --git a/include/c++/stl/stl/config/_hpux.h b/include/c++/stl/stl/config/_hpux.h
new file mode 100644 (file)
index 0000000..1a67c08
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __stl_config__hpux_h
+#define __stl_config__hpux_h
+
+#define _STLP_PLATFORM "HP Unix"
+
+#ifdef __GNUC__
+#  define _STLP_NO_WCHAR_T
+#  define _STLP_NO_LONG_DOUBLE
+#endif
+
+#endif /* __stl_config__hpux_h */