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 /Porting | |
parent | 18c4b137c9980e718512bda9b795c3430bccd5f4 (diff) | |
download | perl-ca52efda54f22f3846895a11e0ba33d987d8ca85.tar.gz |
Regenerate Configure for I_SYSLOG.
p4raw-id: //depot/cfgperl@5055
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 | ||||
-rw-r--r-- | Porting/config.sh | 5 | ||||
-rw-r--r-- | Porting/config_H | 8 |
3 files changed, 14 insertions, 3 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 8784524812..25676c20a6 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2040,6 +2040,10 @@ i_sysioctl (i_sysioctl.U): indicates to the C program that <sys/ioctl.h> 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 <syslog.h>. + i_sysmman (i_sysmman.U): This variable conditionally defines the I_SYS_MMAN symbol, and indicates whether a C program should include <sys/mman.h>. diff --git a/Porting/config.sh b/Porting/config.sh index 6e837e3237..b6544148f9 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 97d87e85cd..e999cb9206 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 <syslog.h> exists and + * should be included. + */ +#define I_SYSLOG /**/ + /* I_SYS_MOUNT: * This symbol, if defined, indicates that <sys/mount.h> exists and * should be included. |