From 6767aaea0a226daa23d3984ecbac900a877a1e3f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 29 May 1994 19:25:08 +0000 Subject: [PATCH] SHORT_MESSAGE is now the default --- sudo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.h b/sudo.h index 7121af3f7..928501853 100644 --- a/sudo.h +++ b/sudo.h @@ -82,11 +82,11 @@ #endif /* - * Define SHORT_MESSAGE if you don't want the full copyright message + * Change the "define" to "undef" if you want the full copyright message * along with the "we expect you have..." banner. */ #ifndef SHORT_MESSAGE -# undef SHORT_MESSAGE +# define SHORT_MESSAGE #endif /* -- 2.40.0