]> granicus.if.org Git - sudo/commitdiff
add HOST_IN_LOG and WRAP_LOG
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Sep 1998 22:51:36 +0000 (22:51 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Sep 1998 22:51:36 +0000 (22:51 +0000)
config.h.in

index ab516fc759e6df0620628c97b04cc86fe08d075b..4e09501243c5026d3c8600b59d7a3d3d39eaa209 100644 (file)
 #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!