From: wessels <> Date: Fri, 16 May 1997 05:40:58 +0000 (+0000) Subject: opt_debug_stderr X-Git-Tag: SQUID_3_0_PRE1~5002 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=916eb59b1b990eecb965e44867d1bae75d75200c;p=thirdparty%2Fsquid.git opt_debug_stderr --- diff --git a/src/pinger.cc b/src/pinger.cc index 1184a55081..8a8d58b84e 100644 --- a/src/pinger.cc +++ b/src/pinger.cc @@ -1,6 +1,6 @@ /* - * $Id: pinger.cc,v 1.21 1997/04/28 04:23:22 wessels Exp $ + * $Id: pinger.cc,v 1.22 1997/05/15 23:40:58 wessels Exp $ * * DEBUG: section 42 ICMP Pinger program * AUTHOR: Duane Wessels @@ -36,9 +36,11 @@ int opt_syslog_enable = 0; volatile int unbuffered_logs = 1; const char *const appname = "pinger"; +const char *const w_space = " \r\n\t"; struct timeval current_time; time_t squid_curtime; struct SquidConfig Config; +int opt_debug_stderr = 0; #if USE_ICMP