]> granicus.if.org Git - sudo/commitdiff
Add --with-goodpri and --with-badpri configure options to specify the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Aug 1999 14:48:35 +0000 (14:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Aug 1999 14:48:35 +0000 (14:48 +0000)
syslog priority to use.

config.h.in

index 1d9d7de8386639c079d5c48d49cd563bfbdf5faa..6a0a834fd86e0abf8f5ba9bbecf6fad39c45b875 100644 (file)
 /* 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