diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-09 19:48:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-09 19:48:58 +0000 |
commit | ca52efda54f22f3846895a11e0ba33d987d8ca85 (patch) | |
tree | 8a20916bfba593e113993a6c781abb599a3d3a22 /Configure | |
parent | 18c4b137c9980e718512bda9b795c3430bccd5f4 (diff) | |
download | perl-ca52efda54f22f3846895a11e0ba33d987d8ca85.tar.gz |
Regenerate Configure for I_SYSLOG.
p4raw-id: //depot/cfgperl@5055
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 9 |
1 files changed, 8 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 Wed Feb 9 05:56:14 EET 2000 [metaconfig 3.0 PL70] +# Generated on Wed Feb 9 21:43:07 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -651,6 +651,7 @@ i_bsdioctl='' i_sysfilio='' i_sysioctl='' i_syssockio='' +i_syslog='' i_sysmman='' i_sysmount='' i_sysndir='' @@ -14123,6 +14124,11 @@ fi set i_sysioctl eval $setvar + +: see if this is a syslog.h system +set syslog.h i_syslog +eval $inhdr + : see if sys/resource.h has to be included set sys/resource.h i_sysresrc eval $inhdr @@ -14941,6 +14947,7 @@ i_sysfile='$i_sysfile' i_sysfilio='$i_sysfilio' i_sysin='$i_sysin' i_sysioctl='$i_sysioctl' +i_syslog='$i_syslog' i_sysmman='$i_sysmman' i_sysmount='$i_sysmount' i_sysndir='$i_sysndir' |