summaryrefslogtreecommitdiffstats
path: root/WebKit/android/stlport/stl/config/_hpux.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/stlport/stl/config/_hpux.h')
-rw-r--r--WebKit/android/stlport/stl/config/_hpux.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/android/stlport/stl/config/_hpux.h b/WebKit/android/stlport/stl/config/_hpux.h
new file mode 100644
index 0000000..1a67c08
--- /dev/null
+++ b/WebKit/android/stlport/stl/config/_hpux.h
@@ -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 */