diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-12 23:29:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-12 23:29:08 +0000 |
commit | 6f748670132fcfd6aa343cd6dd2a0b18fc867c63 (patch) | |
tree | 1ce19df577dce64ecf2ff4bcfdb09bc25c0496f5 | |
parent | 2ef4b6742e0ba3a235ff787ef1289fa04447ab83 (diff) | |
download | perl-6f748670132fcfd6aa343cd6dd2a0b18fc867c63.tar.gz |
Introduce the man[24-8] variables, from Andy Dougherty.
p4raw-id: //depot/perl@7205
-rwxr-xr-x | Configure | 2 | ||||
-rw-r--r-- | Porting/config.sh | 4 | ||||
-rw-r--r-- | Porting/config_H | 2 | ||||
-rw-r--r-- | epoc/config.sh | 14 | ||||
-rw-r--r-- | uconfig.h | 46 | ||||
-rw-r--r-- | vos/config.h | 46 | ||||
-rwxr-xr-x | vos/config_h.SH_orig | 46 | ||||
-rw-r--r-- | win32/config.bc | 15 | ||||
-rw-r--r-- | win32/config.gc | 15 | ||||
-rw-r--r-- | win32/config.vc | 15 |
10 files changed, 132 insertions, 73 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Oct 11 00:32:36 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Fri Oct 13 02:10:51 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF diff --git a/Porting/config.sh b/Porting/config.sh index bd63468810..632c469288 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : /m/fs/work/work/permanent/perl/pp4/perl -# Configuration time: Wed Oct 11 00:34:23 EET DST 2000 +# Configuration time: Fri Oct 13 02:12:22 EET DST 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed Oct 11 00:34:23 EET DST 2000' +cf_time='Fri Oct 13 02:12:22 EET DST 2000' charsize='1' chgrp='' chmod='' diff --git a/Porting/config_H b/Porting/config_H index a8f945677a..149760ceaf 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : /m/fs/work/work/permanent/perl/pp4/perl - * Configuration time: Wed Oct 11 00:01:55 EET DST 2000 + * Configuration time: Fri Oct 13 02:12:22 EET DST 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ diff --git a/epoc/config.sh b/epoc/config.sh index 2687a7797a..ee65ee35ce 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -533,12 +533,26 @@ make_set_make='#' mallocobj='' mallocsrc='' malloctype='void *' +man1='man1' man1dir='' man1direxp='' man1ext='' +man2='man2' +man2ext='2' +man3='man3' man3dir='' man3direxp='' man3ext='' +man4='man4' +man4ext='4' +man5='man5' +man5ext='5' +man6='man6' +man6ext='6' +man7='man7' +man7ext='7' +man8='man8' +man8ext='8' mips='' mips_type='' mkdir='mkdir' @@ -220,17 +220,6 @@ */ /*#define HAS_GETPGID / **/ -/* HAS_GETPGRP: - * This symbol, if defined, indicates that the getpgrp routine is - * available to get the current process group. - */ -/* USE_BSD_GETPGRP: - * This symbol, if defined, indicates that getpgrp needs one - * arguments whereas USG one needs none. - */ -/*#define HAS_GETPGRP / **/ -/*#define USE_BSD_GETPGRP / **/ - /* HAS_GETPGRP2: * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX) * routine is available to get the current process group. @@ -485,18 +474,6 @@ */ /*#define HAS_SETPGID / **/ -/* HAS_SETPGRP: - * This symbol, if defined, indicates that the setpgrp routine is - * available to set the current process group. - */ -/* USE_BSD_SETPGRP: - * This symbol, if defined, indicates that setpgrp needs two - * arguments whereas USG one needs none. See also HAS_SETPGID - * for a POSIX interface. - */ -/*#define HAS_SETPGRP / **/ -/*#define USE_BSD_SETPGRP / **/ - /* HAS_SETPGRP2: * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX) * routine is available to set the current process group. @@ -3169,4 +3146,27 @@ #define PERL_XS_APIVERSION "5.005" #define PERL_PM_APIVERSION "5.005" +/* HAS_GETPGRP: + * This symbol, if defined, indicates that the getpgrp routine is + * available to get the current process group. + */ +/* USE_BSD_GETPGRP: + * This symbol, if defined, indicates that getpgrp needs one + * arguments whereas USG one needs none. + */ +/*#define HAS_GETPGRP / **/ +/*#define USE_BSD_GETPGRP / **/ + +/* HAS_SETPGRP: + * This symbol, if defined, indicates that the setpgrp routine is + * available to set the current process group. + */ +/* USE_BSD_SETPGRP: + * This symbol, if defined, indicates that setpgrp needs two + * arguments whereas USG one needs none. See also HAS_SETPGID + * for a POSIX interface. + */ +/*#define HAS_SETPGRP / **/ +/*#define USE_BSD_SETPGRP / **/ + #endif diff --git a/vos/config.h b/vos/config.h index 9454c79215..985e6ea5bc 100644 --- a/vos/config.h +++ b/vos/config.h @@ -220,17 +220,6 @@ */ /*#define HAS_GETPGID /**/ -/* HAS_GETPGRP: - * This symbol, if defined, indicates that the getpgrp routine is - * available to get the current process group. - */ -/* USE_BSD_GETPGRP: - * This symbol, if defined, indicates that getpgrp needs one - * arguments whereas USG one needs none. - */ -#define HAS_GETPGRP /**/ -/*#define USE_BSD_GETPGRP /**/ - /* HAS_GETPGRP2: * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX) * routine is available to get the current process group. @@ -485,18 +474,6 @@ */ /*#define HAS_SETPGID /**/ -/* HAS_SETPGRP: - * This symbol, if defined, indicates that the setpgrp routine is - * available to set the current process group. - */ -/* USE_BSD_SETPGRP: - * This symbol, if defined, indicates that setpgrp needs two - * arguments whereas USG one needs none. See also HAS_SETPGID - * for a POSIX interface. - */ -/*#define HAS_SETPGRP /**/ -/*#define USE_BSD_SETPGRP /**/ - /* HAS_SETPGRP2: * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX) * routine is available to set the current process group. @@ -3169,4 +3146,27 @@ #define PERL_XS_APIVERSION "5.00563" #define PERL_PM_APIVERSION "5.005" +/* HAS_GETPGRP: + * This symbol, if defined, indicates that the getpgrp routine is + * available to get the current process group. + */ +/* USE_BSD_GETPGRP: + * This symbol, if defined, indicates that getpgrp needs one + * arguments whereas USG one needs none. + */ +#define HAS_GETPGRP /**/ +/*#define USE_BSD_GETPGRP /**/ + +/* HAS_SETPGRP: + * This symbol, if defined, indicates that the setpgrp routine is + * available to set the current process group. + */ +/* USE_BSD_SETPGRP: + * This symbol, if defined, indicates that setpgrp needs two + * arguments whereas USG one needs none. See also HAS_SETPGID + * for a POSIX interface. + */ +/*#define HAS_SETPGRP /**/ +/*#define USE_BSD_SETPGRP /**/ + #endif diff --git a/vos/config_h.SH_orig b/vos/config_h.SH_orig index 7c70ab3bf7..a209e6d29f 100755 --- a/vos/config_h.SH_orig +++ b/vos/config_h.SH_orig @@ -244,17 +244,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_getpgid HAS_GETPGID /**/ -/* HAS_GETPGRP: - * This symbol, if defined, indicates that the getpgrp routine is - * available to get the current process group. - */ -/* USE_BSD_GETPGRP: - * This symbol, if defined, indicates that getpgrp needs one - * arguments whereas USG one needs none. - */ -#$d_getpgrp HAS_GETPGRP /**/ -#$d_bsdgetpgrp USE_BSD_GETPGRP /**/ - /* HAS_GETPGRP2: * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX) * routine is available to get the current process group. @@ -509,18 +498,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_setpgid HAS_SETPGID /**/ -/* HAS_SETPGRP: - * This symbol, if defined, indicates that the setpgrp routine is - * available to set the current process group. - */ -/* USE_BSD_SETPGRP: - * This symbol, if defined, indicates that setpgrp needs two - * arguments whereas USG one needs none. See also HAS_SETPGID - * for a POSIX interface. - */ -#$d_setpgrp HAS_SETPGRP /**/ -#$d_bsdsetpgrp USE_BSD_SETPGRP /**/ - /* HAS_SETPGRP2: * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX) * routine is available to set the current process group. @@ -3193,5 +3170,28 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" +/* HAS_GETPGRP: + * This symbol, if defined, indicates that the getpgrp routine is + * available to get the current process group. + */ +/* USE_BSD_GETPGRP: + * This symbol, if defined, indicates that getpgrp needs one + * arguments whereas USG one needs none. + */ +#$d_getpgrp HAS_GETPGRP /**/ +#$d_bsdgetpgrp USE_BSD_GETPGRP /**/ + +/* HAS_SETPGRP: + * This symbol, if defined, indicates that the setpgrp routine is + * available to set the current process group. + */ +/* USE_BSD_SETPGRP: + * This symbol, if defined, indicates that setpgrp needs two + * arguments whereas USG one needs none. See also HAS_SETPGID + * for a POSIX interface. + */ +#$d_setpgrp HAS_SETPGRP /**/ +#$d_bsdsetpgrp USE_BSD_SETPGRP /**/ + #endif !GROK!THIS! diff --git a/win32/config.bc b/win32/config.bc index 5ee4027f31..097d4290ab 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -564,12 +564,27 @@ make_set_make='#' mallocobj='malloc.o' mallocsrc='malloc.c' malloctype='void *' +man1='man1' man1dir='~INST_TOP~~INST_VER~\man\man1' man1direxp='~INST_TOP~~INST_VER~\man\man1' man1ext='1' +man2='man2' +man2ext='2' +man3='man3' man3dir='~INST_TOP~~INST_VER~\man\man3' man3direxp='~INST_TOP~~INST_VER~\man\man3' man3ext='3' +man4='man4' +man4ext='4' +man5='man5' +man5ext='5' +man6='man6' +man6ext='6' +man7='man7' +man7ext='7' +man8='man8' +man8ext='8' +mandirstyle='bsd' mips_type='' mkdir='mkdir' mmaptype='void *' diff --git a/win32/config.gc b/win32/config.gc index b27c8e5222..9251b24f3d 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -564,12 +564,27 @@ make_set_make='#' mallocobj='malloc.o' mallocsrc='malloc.c' malloctype='void *' +man1='man1' man1dir='~INST_TOP~~INST_VER~\man\man1' man1direxp='~INST_TOP~~INST_VER~\man\man1' man1ext='1' +man2='man2' +man2ext='2' +man3='man3' man3dir='~INST_TOP~~INST_VER~\man\man3' man3direxp='~INST_TOP~~INST_VER~\man\man3' man3ext='3' +man4='man4' +man4ext='4' +man5='man5' +man5ext='5' +man6='man6' +man6ext='6' +man7='man7' +man7ext='7' +man8='man8' +man8ext='8' +mandirstyle='bsd' mips_type='' mkdir='mkdir' mmaptype='void *' diff --git a/win32/config.vc b/win32/config.vc index 59295f54c1..61558e5612 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -564,12 +564,27 @@ make_set_make='#' mallocobj='malloc.o' mallocsrc='malloc.c' malloctype='void *' +man1='man1' man1dir='~INST_TOP~~INST_VER~\man\man1' man1direxp='~INST_TOP~~INST_VER~\man\man1' man1ext='1' +man2='man2' +man2ext='2' +man3='man3' man3dir='~INST_TOP~~INST_VER~\man\man3' man3direxp='~INST_TOP~~INST_VER~\man\man3' man3ext='3' +man4='man4' +man4ext='4' +man5='man5' +man5ext='5' +man6='man6' +man6ext='6' +man7='man7' +man7ext='7' +man8='man8' +man8ext='8' +mandirstyle='bsd' mips_type='' mkdir='mkdir' mmaptype='void *' |