From: Jarkko Hietaniemi Date: Wed, 9 Feb 2000 19:48:58 +0000 (+0000) Subject: Regenerate Configure for I_SYSLOG. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca52efda54f22f3846895a11e0ba33d987d8ca85;p=p5sagit%2Fp5-mst-13.2.git Regenerate Configure for I_SYSLOG. p4raw-id: //depot/cfgperl@5055 --- diff --git a/Configure b/Configure index 2a8cf9b..35cbfad 100755 --- a/Configure +++ b/Configure @@ -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$$ < exists and should be included. +i_syslog (i_syslog.U): + This variable conditionally defines the I_SYSLOG symbol, + and indicates whether a C program should include . + i_sysmman (i_sysmman.U): This variable conditionally defines the I_SYS_MMAN symbol, and indicates whether a C program should include . diff --git a/Porting/config.sh b/Porting/config.sh index 6e837e3..b654414 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Wed Feb 9 04:57:13 EET 2000 +# Configuration time: Wed Feb 9 21:48:10 EET 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -59,7 +59,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed Feb 9 04:57:13 EET 2000' +cf_time='Wed Feb 9 21:48:10 EET 2000' charsize='1' chgrp='' chmod='' @@ -464,6 +464,7 @@ i_sysfile='define' i_sysfilio='undef' i_sysin='undef' i_sysioctl='define' +i_syslog='define' i_sysmman='define' i_sysmount='define' i_sysndir='undef' diff --git a/Porting/config_H b/Porting/config_H index 97d87e8..e999cb9 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Wed Feb 9 04:57:13 EET 2000 + * Configuration time: Wed Feb 9 21:48:10 EET 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2334,6 +2334,12 @@ */ /*#define I_SOCKS / **/ +/* I_SYSLOG: + * This symbol, if defined, indicates that exists and + * should be included. + */ +#define I_SYSLOG /**/ + /* I_SYS_MOUNT: * This symbol, if defined, indicates that exists and * should be included. diff --git a/config_h.SH b/config_h.SH index 633c062..6795efd 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2348,6 +2348,12 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$i_socks I_SOCKS /**/ +/* I_SYSLOG: + * This symbol, if defined, indicates that exists and + * should be included. + */ +#$i_syslog I_SYSLOG /**/ + /* I_SYS_MOUNT: * This symbol, if defined, indicates that exists and * should be included.