diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-06-08 20:25:51 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-06-08 20:25:51 +0000 |
| commit | 171acfbbeb096c2a73b8e2735fa807960e9138bc (patch) | |
| tree | ebee040f3adf2656c72caae85b57761bf055b4b7 /gnu/usr.bin | |
| parent | a907bb1385e4424e4811554031111793bd5509db (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/perl/perl/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h index 4a66712f0b5b..79f6a6cec9a7 100644 --- a/gnu/usr.bin/perl/perl/config.h +++ b/gnu/usr.bin/perl/perl/config.h @@ -351,14 +351,16 @@ /* HAS_SETEGID * This symbol, if defined, indicates that the setegid routine is available * to change the effective gid of the current program. + * Do not use on systems with _POSIX_SAVED_IDS support. */ -#define HAS_SETEGID /**/ +/*#undef HAS_SETEGID /**/ /* HAS_SETEUID * This symbol, if defined, indicates that the seteuid routine is available * to change the effective uid of the current program. + * Do not use on systems with _POSIX_SAVED_IDS support. */ -#define HAS_SETEUID /**/ +/*#undef HAS_SETEUID /**/ /* HAS_SETPGRP * This symbol, if defined, indicates that the setpgrp() routine is |
