]> granicus.if.org Git - sudo/commitdiff
convert LOGGING, LOGFAC, MAXLOGFILELEN, IGNORE_DOT_PATH into
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 04:03:10 +0000 (04:03 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 04:03:10 +0000 (04:03 +0000)
configure options

options.h

index a30c834937f499bd95fa5c0dc0f95237c3c92f60..9575ca8d2a0d1a5d4fc1d2c9930efd76d03af88f 100644 (file)
--- a/options.h
+++ b/options.h
 
 /* 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  ***********/