From: Todd C. Miller Date: Thu, 15 Oct 1998 04:03:10 +0000 (+0000) Subject: convert LOGGING, LOGFAC, MAXLOGFILELEN, IGNORE_DOT_PATH into X-Git-Tag: SUDO_1_5_7~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0560b084fb34b17fd273c0d92116f66fcc09c585;p=sudo convert LOGGING, LOGFAC, MAXLOGFILELEN, IGNORE_DOT_PATH into configure options --- diff --git a/options.h b/options.h index a30c83493..9575ca8d2 100644 --- a/options.h +++ b/options.h @@ -31,20 +31,15 @@ /* User-configurable Sudo runtime options */ -#define LOGGING SLOG_SYSLOG /* log via SLOG_SYSLOG, SLOG_FILE, SLOG_BOTH */ -#define LOGFAC LOG_LOCAL2 /* syslog facility for sudo to use */ -#define MAXLOGFILELEN 80 /* max chars per log line (for line wrapping) */ #define SEND_MAIL_WHEN_NO_USER /* send mail when user not in sudoers file */ /*#define SEND_MAIL_WHEN_NOT_OK /* send mail if no permissions to run command */ #define SHORT_MESSAGE /* short sudo message, no copyright printed */ /*#define NO_MESSAGE /* no sudo "lecture" message */ #define MAILSUBJECT "*** SECURITY information for %h ***" /* mail subject */ -/*#define IGNORE_DOT_PATH /* ignore '.' in $PATH if it exists */ /*#define SHELL_IF_NO_ARGS /* if sudo is given no arguments run a shell */ /*#define SHELL_SETS_HOME /* -s sets $HOME to runas user's homedir */ /*#define OTP_ONLY /* validate user via OTP (skey/opie) only */ /*#define STUB_LOAD_INTERFACES /* don't try to read ether interfaces */ -#define FAST_MATCH /* command check fails if basenames not same */ /********** You probably don't want to modify anything below here ***********/