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
This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:06 MDT