r5154 - in trunk/varnish-cache: include lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Mon Aug 30 14:37:56 CEST 2010


Author: phk
Date: 2010-08-30 14:37:56 +0200 (Mon, 30 Aug 2010)
New Revision: 5154

Removed:
   trunk/varnish-cache/include/vmod.h
Modified:
   trunk/varnish-cache/lib/libvcl/generate.py
Log:
Delete include/vmod.h  we don't need it anyway



Deleted: trunk/varnish-cache/include/vmod.h
===================================================================
--- trunk/varnish-cache/include/vmod.h	2010-08-30 12:37:23 UTC (rev 5153)
+++ trunk/varnish-cache/include/vmod.h	2010-08-30 12:37:56 UTC (rev 5154)
@@ -1,38 +0,0 @@
-/*-
- * Copyright (c) 2010 Linpro AS
- * All rights reserved.
- *
- * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $Id$
- *
- * VCL modules
- *
- * XXX: When this file is changed, lib/libvcl/generate.py *MUST* be rerun.
- */
-
-struct vmod_conf {
-	unsigned		magic;
-#define VMOD_CONF_MAGIC		0x3f017730
-};

Modified: trunk/varnish-cache/lib/libvcl/generate.py
===================================================================
--- trunk/varnish-cache/lib/libvcl/generate.py	2010-08-30 12:37:23 UTC (rev 5153)
+++ trunk/varnish-cache/lib/libvcl/generate.py	2010-08-30 12:37:56 UTC (rev 5154)
@@ -785,7 +785,6 @@
 """)
 
 emit_file(fo, buildroot + "/include/vcl.h")
-emit_file(fo, srcroot + "/include/vmod.h")
 emit_file(fo, srcroot + "/include/vrt.h")
 emit_file(fo, buildroot + "/include/vrt_obj.h")
 




More information about the varnish-commit mailing list