/*
- * $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
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();
/*
- * $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
*
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 */