From 33320eba678d9dcf1a97d8e7ed25798e849a6afd Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Thu, 29 Sep 2005 14:36:08 +0000 Subject: [PATCH] fixed compilation of libxml2 is not installed git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@756 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_webdav.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod_webdav.c b/src/mod_webdav.c index 89b17a5d..453dff49 100644 --- a/src/mod_webdav.c +++ b/src/mod_webdav.c @@ -870,6 +870,7 @@ static int webdav_get_props(server *srv, connection *con, plugin_data *p, physic return 0; } +#ifdef USE_PROPPATCH static int webdav_parse_chunkqueue(server *srv, connection *con, chunkqueue *cq, xmlDoc **ret_xml) { xmlParserCtxtPtr ctxt; xmlDoc *xml; @@ -958,6 +959,7 @@ static int webdav_parse_chunkqueue(server *srv, connection *con, chunkqueue *cq, return res; } +#endif URIHANDLER_FUNC(mod_webdav_subrequest_handler) { plugin_data *p = p_d;