From: Todd C. Miller Date: Thu, 14 Jul 1994 15:17:32 +0000 (+0000) Subject: added AFS X-Git-Tag: SUDO_1_3_1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=624a46cd1c689caf1475727ba203fc90576f48f1;p=sudo added AFS --- diff --git a/sudo.h b/sudo.h index de830e8e4..75753e081 100644 --- a/sudo.h +++ b/sudo.h @@ -145,6 +145,8 @@ * 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 @@ -184,6 +186,12 @@ # 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