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 /uconfig.h | |
parent | 2ef4b6742e0ba3a235ff787ef1289fa04447ab83 (diff) | |
download | perl-6f748670132fcfd6aa343cd6dd2a0b18fc867c63.tar.gz |
Introduce the man[24-8] variables, from Andy Dougherty.
p4raw-id: //depot/perl@7205
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -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 |