From 54d5d53cbf9f5018bb77d449c391c4c90047dd73 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 17 Oct 1998 04:32:07 +0000 Subject: [PATCH] SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID now come from the Makefile --- config.h.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h.in b/config.h.in index 743734427..ce8b3dcf9 100644 --- a/config.h.in +++ b/config.h.in @@ -323,11 +323,6 @@ /* and syslog(3) returns non-zero to denote failure */ #undef BROKEN_SYSLOG -/* The file mode, user id, and group id of the sudoers file */ -#undef SUDOERS_MODE -#undef SUDOERS_UID -#undef SUDOERS_GID - /* The umask that the root-run prog should use */ #undef SUDO_UMASK -- 2.40.0