From: Todd C. Miller Date: Sat, 17 Oct 1998 04:32:07 +0000 (+0000) Subject: SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID now come from the Makefile X-Git-Tag: SUDO_1_5_7~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54d5d53cbf9f5018bb77d449c391c4c90047dd73;p=sudo SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID now come from the Makefile --- 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