Re: about cf.data.pre and squid compiling

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Mon, 09 Jul 2007 13:51:21 +0200

sön 2007-07-08 klockan 07:49 -0700 skrev Arthur Tumanyan:

> Then I just do ./configure --enable-shaga ;make;make install.After
> installation I found in squid.conf the following lines :

Did you also modify configure.in to add the new --enable option, and ran
bootstrap.sh?

> And where can I find more information about "TYPE" s ?

The TYPE directive maps directly to the parse function names. There is
no document besides the source defining what types exists or their use..

void parse_<TYPE>(datatype **variable)
int check_null_<TYPE>(datatype *variable)
void dump_<TYPE>(StoreEntry *output, datatype *variable)
void free_<TYPE>(datatype **variable)

Regards
Henrik

Received on Mon Jul 09 2007 - 05:51:28 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:06 MDT