• Poul-Henning Kamp's avatar
    Add a requirement for VCL programs to declare their version like this: · e8a296ca
    Poul-Henning Kamp authored
    	vcl 4.0;
    
    The first token, after 'include' expansion, has to be such a declaration,
    which means that unless the first token in it is 'include' the file
    you give to -f, vcl.load or vcl.inline, must start out with "vcl 4.0;"
    
    The point about this is user-support and being able to offer better
    backwards compatibility in the future.
    e8a296ca
Name
Last commit
Last update
..
mgt.h Loading commit data...
mgt_child.c Loading commit data...
mgt_cli.c Loading commit data...
mgt_cli.h Loading commit data...
mgt_main.c Loading commit data...
mgt_param.c Loading commit data...
mgt_param.h Loading commit data...
mgt_param_bits.c Loading commit data...
mgt_param_tbl.c Loading commit data...
mgt_pool.c Loading commit data...
mgt_sandbox.c Loading commit data...
mgt_sandbox_solaris.c Loading commit data...
mgt_shmem.c Loading commit data...
mgt_vcc.c Loading commit data...