This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hints/hpux.sh: HP-UX mbrlen() and mbrtowc() don't work
authorKarl Williamson <khw@cpan.org>
Wed, 24 Jan 2018 22:57:30 +0000 (15:57 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 31 Jan 2018 05:12:46 +0000 (22:12 -0700)
commitaec39ab9804a09eb0b8c7320980e229fe7bbd986
tree97edc2e83e11711571a60e271dab9a5fe56b1444
parentc259273413d49173839cee5e7022ef968da82185
hints/hpux.sh: HP-UX mbrlen() and mbrtowc() don't work

In spite of there being man pages for these, the #include file doesn't
define the mbstate_t type which is required for a parameter to these
functions.

Perhaps the Configure probe could be enhanced so it doesn't return
defined unless these can be successfully compiled, but for now use the
hints file.
hints/hpux.sh