summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index bc6ca45036..53c87651b6 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -826,3 +826,7 @@ esac
# needed, but for now simply undefine them
d_mbrlen='undef'
d_mbrtowc='undef'
+# And this one is not know on 11.11 (with HP C-ANSI-C)
+if [ "$xxOsRevMajor" -lt 11 ] || [ "$xxOsRevMinor" -lt 12 ]; then
+d_wcrtomb='undef'
+fi