diff options
author | Gisle Aas <gisle@activestate.com> | 2006-03-30 12:31:26 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-03-30 12:31:26 +0000 |
commit | a04d9d89390de90855aea3352a83bfabc09fcd3b (patch) | |
tree | c928205b69e0c98a5086a5ea4eecd3cc0f098107 /configure.com | |
parent | 64207fdecf440d47a0141fa8dc2b88f627811e7c (diff) | |
download | perl-a04d9d89390de90855aea3352a83bfabc09fcd3b.tar.gz |
Populate pre-canned config.sh files with
d_archlib and d_inc_version_list.
Ref change 27632.
p4raw-id: //depot/perl@27634
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.com b/configure.com index e2b24ae99a..eebc998f32 100644 --- a/configure.com +++ b/configure.com @@ -5789,6 +5789,7 @@ $ WC "d_grpasswd='undef'" $ WC "d_hasmntopt='undef'" $ WC "d_htonl='" + d_htonl + "'" $ WC "d_ilogbl='undef'" +$ WC "d_inc_version_list='undef'" $ WC "d_index='" + d_index + "'" $ WC "d_inetaton='undef'" $ WC "d_int64_t='" + d_int64_t + "'" @@ -5927,6 +5928,7 @@ $ WC "d_shmatprototype='undef'" $ WC "d_sigaction='" + d_sigaction + "'" $ WC "d_sigprocmask='" + d_sigprocmask + "'" $ WC "d_sigsetjmp='" + d_sigsetjmp + "'" +$ WC "d_sitearch='define'" $ WC "d_sockatmark='undef'" $ WC "d_sockatmarkproto='undef'" $ WC "d_socket='" + d_socket + "'" |