diff options
| -rw-r--r-- | gnu/usr.bin/perl/perl/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/config.h b/gnu/usr.bin/perl/perl/config.h index 79f6a6cec9a7..4c56bd64cf09 100644 --- a/gnu/usr.bin/perl/perl/config.h +++ b/gnu/usr.bin/perl/perl/config.h @@ -353,14 +353,14 @@ * to change the effective gid of the current program. * Do not use on systems with _POSIX_SAVED_IDS support. */ -/*#undef HAS_SETEGID /**/ +#define 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. */ -/*#undef HAS_SETEUID /**/ +#define HAS_SETEUID /**/ /* HAS_SETPGRP * This symbol, if defined, indicates that the setpgrp() routine is |
