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