]> granicus.if.org Git - sudo/commitdiff
SUDOERS_MODE, SUDOERS_UID, SUDOERS_GID now come from the Makefile
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Oct 1998 04:32:07 +0000 (04:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Oct 1998 04:32:07 +0000 (04:32 +0000)
config.h.in

index 74373442701ec0b6bd63b8ec5d47177cc76273f9..ce8b3dcf9ff4d3818e1724c39840dc8a588fc31f 100644 (file)
 /* 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