From: Todd C. Miller Date: Thu, 5 Aug 1999 14:48:35 +0000 (+0000) Subject: Add --with-goodpri and --with-badpri configure options to specify the X-Git-Tag: SUDO_1_6_0~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae96a4f1ad0c54d2c4937aea114d0d5467b21ef7;p=sudo Add --with-goodpri and --with-badpri configure options to specify the syslog priority to use. --- diff --git a/config.h.in b/config.h.in index 1d9d7de83..6a0a834fd 100644 --- a/config.h.in +++ b/config.h.in @@ -423,6 +423,12 @@ /* Define to be the syslog facility to use. */ #undef LOGFAC +/* Define to be the syslog priority to use for successful attemps. */ +#undef PRI_SUCCESS + +/* Define to be the syslog priority to use for unsuccessful attemps/errors. */ +#undef PRI_FAILURE + /* Define to be the max chars per log line (for line wrapping). */ #undef MAXLOGFILELEN