diff options
author | Craig A. Berry <craigberry@mac.com> | 2013-08-16 17:13:24 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2013-08-16 17:13:24 -0500 |
commit | 82446b561fa3cf4c21487362a4c7cbfdd4807f73 (patch) | |
tree | 0a0dd1c03667fe7ab8ee113560e24648e2fa366c /configure.com | |
parent | 190abcd875efa4196888e86034d274f97614cfc1 (diff) | |
download | perl-82446b561fa3cf4c21487362a4c7cbfdd4807f73.tar.gz |
Fix include-related missing variables in configure.com.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 4349e8c9e5..3c0da48f26 100644 --- a/configure.com +++ b/configure.com @@ -6440,6 +6440,8 @@ $ WC "gidsign='1'" $ WC "gidsize='4'" $ WC "gidtype='" + gidtype + "'" $ WC "groupstype='Gid_t'" +$ WC "h_fcntl='false'" +$ WC "h_sysfile='false'" $ WC "hint='none'" $ WC "hintfile='" + "'" $ WC "i16size='" + i16size + "'" @@ -6452,10 +6454,12 @@ $ WC "i8size='" + i8size + "'" $ WC "i8type='" + i8type + "'" $ WC "i_arpainet='undef'" $ WC "i_assert='define'" +$ WC "i_bsdioctl='undef'" $ WC "i_crypt='undef'" $ WC "i_db='undef'" $ WC "i_dbm='undef'" $ WC "i_dirent='undef'" ! we roll our own +$ WC "i_dld='undef'" $ WC "i_dlfcn='undef'" $ WC "i_fcntl='" + i_fcntl + "'" $ WC "i_float='define'" @@ -6473,6 +6477,7 @@ $ WC "i_limits='define'" $ WC "i_locale='" + i_locale + "'" $ WC "i_machcthr='undef'" $ WC "i_machcthreads='undef'" +$ WC "i_malloc='undef'" $ WC "i_mallocmalloc='undef'" $ WC "i_math='define'" $ WC "i_memory='undef'" @@ -6505,6 +6510,8 @@ $ WC "i_sunmath='undef'" $ WC "i_sysaccess='" + i_sysaccess + "'" $ WC "i_sysdir='undef'" $ WC "i_sysfile='" + i_sysfile + "'" +$ WC "i_sysfilio='undef'" +$ WC "i_sysin='undef'" $ WC "i_sysioctl='" + i_sysioctl + "'" $ WC "i_syslog='" + i_syslog + "'" $ WC "i_sysmman='undef'" @@ -6537,6 +6544,7 @@ $ WC "i_ustat='undef'" $ WC "i_utime='" + i_utime + "'" $ WC "i_values='undef'" $ WC "i_varargs='undef'" +$ WC "i_varhdr='stdarg.h'" $ WC "i_vfork='undef'" $ WC "inc_version_list='0'" $ WC "inc_version_list_init='0'" |