]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
opt_debug_stderr
authorwessels <>
Fri, 16 May 1997 05:40:58 +0000 (05:40 +0000)
committerwessels <>
Fri, 16 May 1997 05:40:58 +0000 (05:40 +0000)
src/pinger.cc

index 1184a55081a0f7434a45fb9ffbb08137f0f8222e..8a8d58b84e57800aca0302e3c5cb2a39c1f49c76 100644 (file)
@@ -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
 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