]> granicus.if.org Git - sudo/commitdiff
added AFS
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 15:17:32 +0000 (15:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 15:17:32 +0000 (15:17 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index de830e8e4d406c5c7a5217bf27a5518fb53ed79c..75753e081cbc9b091c73f11754686d68fe6c835e 100644 (file)
--- a/sudo.h
+++ b/sudo.h
  *  there is some sendmail mail specific stuff in the send_mail() routine
  *  ( e.g.  the argv for the execvp() ).  MAILER should ALWAYS be fully
  *  quallified.  (_PATH_SENDMAIL defined in pathanmes.h)
+ *  If you do *not* run sendmail or another mailer, comment out the
+ *  #define MAILER below.
  */
 #ifndef MAILER
 #  define MAILER               _PATH_SENDMAIL
 #  define UMASK                        022
 #endif /* UMASK */
 
+/*
+ *  Uncomment if you use AFS
+ */
+/* #define AFS */
+
+
 /**********  You probably don't want to modify anything below here  ***********/
 
 #ifdef USE_EXECV