diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 20:44:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 20:44:30 +0000 |
commit | cb86ce0e71355d781c8bc843c5a2c7c61381dce9 (patch) | |
tree | 104309da546ee83b7b4575614340bb45e1bc4a7c /Configure | |
parent | 968dcd912296607f6d74dceeeccc670bbe106928 (diff) | |
download | perl-cb86ce0e71355d781c8bc843c5a2c7c61381dce9.tar.gz |
These should've been already in #2803.
p4raw-id: //depot/cfgperl@2804
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 2 14:48:18 EET 1999 [metaconfig 3.0 PL70] +# Generated on Tue Feb 2 22:42:52 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -513,6 +513,7 @@ d_sysconf='' d_system='' d_tcgetpgrp='' d_tcsetpgrp='' +d_telldirproto='' d_time='' timetype='' clocktype='' @@ -9942,6 +9943,15 @@ eval $inlibc set tcsetpgrp d_tcsetpgrp eval $inlibc +: see if sys/types.h has to be included +set sys/types.h i_systypes +eval $inhdr + +: see if prototype for telldir is available +echo " " +set d_telldirproto telldir $i_systypes sys/types.h $i_dirent dirent.h +eval $hasproto + : define an is-a-typedef? function typedef='type=$1; var=$2; def=$3; shift; shift; shift; inclist=$@; case "$inclist" in @@ -10085,10 +10095,6 @@ eval $inhdr set sys/ndir.h i_sysndir eval $inhdr -: see if sys/types.h has to be included -set sys/types.h i_systypes -eval $inhdr - : see if closedir exists set closedir d_closedir eval $inlibc @@ -12751,6 +12757,7 @@ d_tcgetpgrp='$d_tcgetpgrp' d_tcsetpgrp='$d_tcsetpgrp' d_telldir64='$d_telldir64' d_telldir='$d_telldir' +d_telldirproto='$d_telldirproto' d_time='$d_time' d_times='$d_times' d_tmpfile64='$d_tmpfile64' |