summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-06 22:59:56 +0000
committerache <ache@FreeBSD.org>1996-12-06 22:59:56 +0000
commit841181010afc42f9836927369c2e9b44643b7e54 (patch)
tree67910c9a3071b5687d7d41b363a51d016e03f0d8 /gnu/usr.bin
parentce5f1502b49b7466b1cba1321f411616b1034187 (diff)
downloadFreeBSD-src-841181010afc42f9836927369c2e9b44643b7e54.zip
FreeBSD-src-841181010afc42f9836927369c2e9b44643b7e54.tar.gz
Enable seteuid, setegid
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/perl/config.h4
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 79f6a6c..4c56bd6 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
OpenPOWER on IntegriCloud