From 38e10858774afbf8a945da5032602e7c406aed63 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 21 Nov 1998 22:54:31 +0000 Subject: [PATCH] add missing NO_ROOT_SUDO noted by drno@tsd.edu --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 1b3fdb58f..217876210 100644 --- a/config.h.in +++ b/config.h.in @@ -368,6 +368,9 @@ /* Define to the path of the editor visudo should use. */ #undef EDITOR +/* Define if root should not be allowed to use sudo. */ +#undef NO_ROOT_SUDO + /* Define to be the user that gets sudo mail. */ #undef ALERTMAIL -- 2.40.0