From: Todd C. Miller Date: Thu, 10 Sep 1998 22:51:36 +0000 (+0000) Subject: add HOST_IN_LOG and WRAP_LOG X-Git-Tag: SUDO_1_5_6~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50411d7701d3509937eb3ca7a71238067a6429e9;p=sudo add HOST_IN_LOG and WRAP_LOG --- diff --git a/config.h.in b/config.h.in index ab516fc75..4e0950124 100644 --- a/config.h.in +++ b/config.h.in @@ -295,6 +295,12 @@ #endif #endif +/* Define if you want the hostname to be entered into the log file */ +#undef HOST_IN_LOG + +/* Define if you want the log file line to be wrapped */ +#undef WRAP_LOG + /* * Paths to commands used by sudo. There are used by pathnames.h. * If you want to override these values, do so in pathnames.h, not here!