diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 17:31:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 17:31:19 +0000 |
commit | 1e8c3fdea51149600e0609399784ddcc038b4053 (patch) | |
tree | eb3071ec84d3d9b040d22efb9fb1194dd1f47641 /Configure | |
parent | 140a4568e52b385dcf174356de8d99c245712353 (diff) | |
download | perl-1e8c3fdea51149600e0609399784ddcc038b4053.tar.gz |
Put back madvise lost because of a typo.
p4raw-id: //depot/cfgperl@5326
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Feb 28 08:28:06 EET 2000 [metaconfig 3.0 PL70] +# Generated on Mon Feb 28 19:17:18 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -418,6 +418,7 @@ d_longlong='' longlongsize='' d_lseekproto='' d_lstat='' +d_madvise='' d_mblen='' d_mbstowcs='' d_mbtowc='' @@ -9596,6 +9597,10 @@ eval $hasproto set lstat d_lstat eval $inlibc +: see if madvise exists +set madvise d_madvise +eval $inlibc + : see if mblen exists set mblen d_mblen eval $inlibc @@ -14930,6 +14935,7 @@ d_longdbl='$d_longdbl' d_longlong='$d_longlong' d_lseekproto='$d_lseekproto' d_lstat='$d_lstat' +d_madvise='$d_madvise' d_mblen='$d_mblen' d_mbstowcs='$d_mbstowcs' d_mbtowc='$d_mbtowc' |