From: Jarkko Hietaniemi Date: Thu, 12 Oct 2000 23:29:08 +0000 (+0000) Subject: Introduce the man[24-8] variables, from Andy Dougherty. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f748670132fcfd6aa343cd6dd2a0b18fc867c63;p=p5sagit%2Fp5-mst-13.2.git Introduce the man[24-8] variables, from Andy Dougherty. p4raw-id: //depot/perl@7205 --- diff --git a/Configure b/Configure index d6a3062..8daae15 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 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$$ <$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 <$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 <$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 5ee4027..097d429 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 b27c8e5..9251b24 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 59295f5..61558e5 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 *'