On Sun, 25 Sep 2005, [EMAIL PROTECTED] wrote:

hno         2005/09/25 14:25:56 MDT

 Modified files:
   src                  cf.data.pre dns_internal.cc structs.h
 Log:
 Bug #1326: Use DNS search path from /etc/resolv.conf

 patch by Thien Vu with fixes by "Paul".

 Revision  Changes    Path
 1.396     +4 -7      squid3/src/cf.data.pre
 1.83      +177 -22   squid3/src/dns_internal.cc
 1.529     +1 -5      squid3/src/structs.h


Since this patch I get compile errors on 'res_defnames':

source='cache_cf.cc' object='cache_cf.o' libtool=no  DEPDIR=.deps depmode=gcc /bin/sh 
../cfgaux/depcomp  g++ -DHAVE_CONFIG_H 
-DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I. -I../include 
-I. -I. -I../include  -I../include -I../lib/libTrie/include  
-I../lib/cppunit-1.10.0/include -I ../lib/cppunit-1.10.0/include     -Werror -Wall 
-Wpointer-arith -Wwrite-strings -Wcomments -fhuge-objects -g -O2 -c -o cache_cf.o 
cache_cf.cc
In file included from cache_cf.cc:2559:
cf_parser.h: In function `int parse_line(char *)':
cf_parser.h:739: `struct _SquidConfig::{anonymous}' has no member named 
`res_defnames'
cf_parser.h: In function `void dump_config(StoreEntry *)':
cf_parser.h:1583: `struct _SquidConfig::{anonymous}' has no member named 
`res_defnames'
cf_parser.h: In function `void free_all()':
cf_parser.h:1926: `struct _SquidConfig::{anonymous}' has no member named 
`res_defnames'


Not sure if the #ifdef was mistakenly deleted from cf.data.pre, or
something else?

Reply via email to