]> granicus.if.org Git - sudo/commitdiff
SHORT_MESSAGE is now the default
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 19:25:08 +0000 (19:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 19:25:08 +0000 (19:25 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 7121af3f745508c01c91d63fc62115b0ee89c5c5..92850185368c221993160751c4dbed507d2d21e0 100644 (file)
--- a/sudo.h
+++ b/sudo.h
 #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
  
 /*