]> sjero.net Git - wget/blobdiff - src/log.h
[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
[wget] / src / log.h
index ef59aa7557cce0a809b67a404d5cec7ce5e36f92..c8c3ab1bdc67bd5cb4c4e00660b9bbf565870f17 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -30,6 +30,9 @@ so, delete this exception statement from your version.  */
 #ifndef LOG_H
 #define LOG_H
 
+/* The log file to which Wget writes to after HUP.  */
+#define DEFAULT_LOGFILE "wget-log"
+
 /* Make gcc check for the format of logmsg() and debug_logmsg().  */
 #ifdef __GNUC__
 # define GCC_FORMAT_ATTR(a, b) __attribute__ ((format (printf, a, b)))