From: wessels <> Date: Mon, 2 Dec 1996 14:06:54 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~5358 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbea6b4f2d01e198c6c8532ce35232b96b19f257;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index bacdc102ec..982bb089a8 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.149 1996/12/02 04:15:08 wessels Exp $ + * $Id: cache_cf.cc,v 1.150 1996/12/02 07:06:54 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1113,7 +1113,7 @@ parseConfigFile(const char *file_name) parseOnOff(&Config.Accel.withProxy); else if (!strcmp(token, "httpd_accel_uses_host_header")) - parseOnOff(&opt_accel_users_host); + parseOnOff(&opt_accel_uses_host); else if (!strcmp(token, "httpd_accel")) parseHttpdAccelLine(); diff --git a/src/squid.h b/src/squid.h index 9a45d47ac7..8787cafeac 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.79 1996/12/02 05:55:09 wessels Exp $ + * $Id: squid.h,v 1.80 1996/12/02 07:06:56 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -333,6 +333,7 @@ extern struct in_addr no_addr; /* comm.c */ extern int opt_udp_hit_obj; /* main.c */ extern int opt_mem_pools; /* main.c */ extern int opt_forwarded_for; /* main.c */ +extern int opt_accel_uses_host; /* main.c */ /* Prototypes and definitions which don't really deserve a seaprate * include file */