summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1998-11-21 22:54:31 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1998-11-21 22:54:31 +0000
commit77d883645000037cc21dd49f65a8948d18469402 (patch)
tree9893894ca1fb76f5ec0bea8af4dd2d6895b35aec /config.h.in
parent77d0ada9b2b6b3261bccf8f84127d1c9521c827a (diff)
downloadsudo-77d883645000037cc21dd49f65a8948d18469402.tar.gz
add missing NO_ROOT_SUDO
noted by drno@tsd.edu
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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