X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=d22b0098888ecdfa27f03c6bfa1c211cdd43fd07;hb=7e1af8bca57f405a8444b575a870918a6d88fc5c;hp=c8ee9f6e5f3ee558c13802f0fa71405a93157e02;hpb=7f3dfc00eaef7e421633b2b47af9963dbc626e75;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index c8ee9f6..d22b009 100755 --- a/Configure +++ b/Configure @@ -304,6 +304,7 @@ d_getppid='' d_getprior='' d_gnulibc='' d_htonl='' +d_inetaton='' d_isascii='' d_killpg='' d_link='' @@ -2025,7 +2026,7 @@ if xxx=`./loc arch blurfl $pth`; $test -f "$xxx"; then tarch=`arch`"-$osname" elif xxx=`./loc uname blurfl $pth`; $test -f "$xxx" ; then if uname -m > tmparch 2>&1 ; then - tarch=`$sed -e 's/ *$//' -e 's/ /_/g' + tarch=`$sed -e 's/ *$//' -e 's/ /_/g' \ -e 's/$/'"-$osname/" tmparch` else tarch="$osname" @@ -6628,6 +6629,10 @@ set d_strchr; eval $setvar val="$vali" set d_index; eval $setvar +: check whether inet_aton exists +set inet_aton d_inetaton +eval $inlibc + : Look for isascii echo " " $cat >isascii.c <<'EOCP' @@ -9926,6 +9931,7 @@ d_gettimeod='$d_gettimeod' d_gnulibc='$d_gnulibc' d_htonl='$d_htonl' d_index='$d_index' +d_inetaton='$d_inetaton' d_isascii='$d_isascii' d_killpg='$d_killpg' d_link='$d_link'