2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add --with-goodpri and --with-badpri configure options to specify the

syslog priority to use.
This commit is contained in:
Todd C. Miller 1999-08-05 14:48:35 +00:00
parent d47ddf6a9d
commit ae96a4f1ad

View File

@ -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