On Mon, 1 Nov 2004 22:54:23 +0000, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> How little does it take to make VMS build a config.h that reports that > they don't exist? (Not doing any probing, just decree that they aren't > there) Very little. The following should do it (though I'm not in a position to test it at the moment): --- configure.com;-0 Mon Apr 5 11:15:10 2004 +++ configure.com Mon Nov 1 14:32:31 2004 @@ -5556,6 +5556,8 @@ $ WC "d_strerrm='strerror((e),vaxc$errno)'" $ WC "d_strerror='define'" $ WC "d_strftime='define'" +$ WC "d_strlcat='undef'" +$ WC "d_strlcpy='undef'" $ WC "d_strtod='define'" $ WC "d_strtol='define'" $ WC "d_strtold='" + d_strtold + "'" [end] That should cover the case of "we don't have it and people who want to be portable should code alternates." It does not cover the case of "we don't have it so use Perl_xxx as a drop-in replacement."
