From ae96a4f1ad0c54d2c4937aea114d0d5467b21ef7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 5 Aug 1999 14:48:35 +0000 Subject: [PATCH] Add --with-goodpri and --with-badpri configure options to specify the syslog priority to use. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1