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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to