• Dag Erling Smørgrav's avatar
    Merged revisions 2032-2033 via svnmerge from · 13ac6f41
    Dag Erling Smørgrav authored
    file:///var/lib/svn/varnish/trunk/varnish-cache
    
    ........
      r2032 | des | 2007-09-25 10:21:28 +0200 (Tue, 25 Sep 2007) | 3 lines
      
      Portability: use -lsocket / -lns on systems that need it (read Solaris),
      use <sys/queue.h> instead of our own if present.
    ........
      r2033 | des | 2007-09-25 10:48:14 +0200 (Tue, 25 Sep 2007) | 6 lines
      
      The previous commit made things worse rather than better, as some systems
      have a <sys/queue.h> that differs in small but important details from what
      we expect.  Replace our "queue.h" (which was taken from NetBSD) with a new
      "vqueue.h" which is based on FreeBSD's <sys/queue.h> with the debugging
      taken out and a "V" prefix added to everything.
    ........
    
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2034 d4fa192b-c00b-0410-8231-f00ffab90ce4
    13ac6f41
Name
Last commit
Last update
..
Makefile.am Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
sample.vcl Loading commit data...
syntax.txt Loading commit data...
vcc_acl.c Loading commit data...
vcc_action.c Loading commit data...
vcc_backend.c Loading commit data...
vcc_compile.c Loading commit data...
vcc_compile.h Loading commit data...
vcc_fixed_token.c Loading commit data...
vcc_gen_fixed_token.tcl Loading commit data...
vcc_gen_obj.tcl Loading commit data...
vcc_obj.c Loading commit data...
vcc_parse.c Loading commit data...
vcc_priv.h Loading commit data...
vcc_string.c Loading commit data...
vcc_token.c Loading commit data...
vcc_token_defs.h Loading commit data...
vcc_var.c Loading commit data...
vcc_xref.c Loading commit data...