--- libwww/Library/src/HTDAV.c 2002/03/21 14:16:27 1.1 +++ libwww/Library/src/HTDAV.c 2002/05/29 16:09:13 1.2 @@ -3,7 +3,6 @@ ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. -** @(#) $Id: HTDAV.c,v 1.1 2002/03/21 14:16:27 kirschpi Exp $ ** ** Authors ** MKP Manuele Kirsch Pinheiro, Manuele.Kirsch_Pinheiro@inrialpes.fr @@ -16,18 +15,28 @@ ** Jose Kahan. ** ** $Log: HTDAV.c,v $ +** Revision 1.2 2002/05/29 16:09:13 kirschpi +** Fixes for windows plataform concerning WebDAV and Extension +** methods. In HTMethod and HTRequest, functions defined for +** the Extension Methods are now defined always, but return +** fail values when HT_EXT is not defined. In addition, the +** files "Library/src/WWWDAV.html" and "Library/src/windows/wwwdav.files" +** have been added. These files and modifications were needed +** to produce the correct "*.def" files, for windows plataform. +** ** Revision 1.1 2002/03/21 14:16:27 kirschpi ** Missing files ** Manuele Kirsch ** ** -** $Id: HTDAV.c,v 1.1 2002/03/21 14:16:27 kirschpi Exp $ +** $Id: HTDAV.c,v 1.2 2002/05/29 16:09:13 kirschpi Exp $ */ + /* Library include files */ +#include "wwwsys.h" #include "WWWLib.h" #include "WWWInit.h" -#include "wwwsys.h" #include "WWWUtil.h" #include "WWWStream.h" #include "HTDAV.h" /* implemented here */