diff options
author | Craig A. Berry <craigberry@mac.com> | 2018-01-18 15:59:09 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2018-01-18 17:11:43 -0600 |
commit | 354810ee5b030780b7036ad80d5adf09f6dcb317 (patch) | |
tree | 4264b04009c6e7e7645b6532d0cb417ab794ca2c /configure.com | |
parent | 7426929780f7cd09d7e32c48d8c6151841479112 (diff) | |
download | perl-354810ee5b030780b7036ad80d5adf09f6dcb317.tar.gz |
Additional fix-ups for configure.com.
Some things VMS doesn't have and one that it does. All were
missing from the config.sh we generate.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 70f059f88c..7148d374bd 100644 --- a/configure.com +++ b/configure.com @@ -5353,6 +5353,7 @@ $ d_sigaction="define" $ d_siginfo_si_addr="define" $ d_siginfo_si_band="define" $ d_siginfo_si_errno="define" +$ d_siginfo_si_fd="define" $ d_siginfo_si_pid="define" $ d_siginfo_si_status="define" $ d_siginfo_si_uid="define" @@ -6008,6 +6009,7 @@ $ WC "d_double_style_vax='" + d_double_style_vax + "'" $ WC "d_drand48proto='" + d_drand48proto + "'" $ WC "d_dup2='define'" $ WC "d_dup3='undef'" +$ WC "d_duplocale='undef'" $ WC "d_eaccess='undef'" $ WC "d_endgrent='define'" $ WC "d_endhent='" + d_endhent + "'" @@ -6263,11 +6265,13 @@ $ WC "d_pwpasswd='define'" $ WC "d_pwquota='undef'" $ WC "d_qgcvt='undef'" $ WC "d_quad='" + d_quad + "'" +$ WC "d_re_comp='undef'" $ WC "d_readdir='define'" $ WC "d_readlink='" + d_readlink + "'" $ WC "d_readv='define'" $ WC "d_realpath='" + d_realpath + "'" $ WC "d_recvmsg='define'" +$ WC "d_regcmp='undef'" $ WC "d_regcomp='undef'" $ WC "d_remainder='" + d_remainder + "'" $ WC "d_remquo='" + d_remquo + "'" @@ -6336,6 +6340,7 @@ $ WC "d_sigaction='" + d_sigaction + "'" $ WC "d_siginfo_si_addr='" + d_siginfo_si_addr + "'" $ WC "d_siginfo_si_band='" + d_siginfo_si_band + "'" $ WC "d_siginfo_si_errno='" + d_siginfo_si_errno + "'" +$ WC "d_siginfo_si_fd='" + d_siginfo_si_fd + "'" $ WC "d_siginfo_si_pid='" + d_siginfo_si_pid + "'" $ WC "d_siginfo_si_status='" + d_siginfo_si_status + "'" $ WC "d_siginfo_si_uid='" + d_siginfo_si_uid + "'" |