From: William A. Rowe Jr Date: Thu, 7 Dec 2000 21:37:42 +0000 (+0000) Subject: With this patch, dav and file_cache ride again :-) Note file_cache now X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41080e5a7545e6f5d7fad57196d46178e40d0258;p=apache With this patch, dav and file_cache ride again :-) Note file_cache now uses mmaps, which may or may not be desired on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index b447ccd902..f48580e944 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -158,6 +158,12 @@ Package=<4> Begin Project Dependency Project_Dep_Name aprutildll End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_dav + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_dav_fs + End Project Dependency }}} ############################################################################### diff --git a/ApacheCore.def b/ApacheCore.def index f74dd5bc92..14962d5e7e 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -222,7 +222,7 @@ EXPORTS ap_send_http_header ap_send_http_trace - + ap_send_mmap ap_send_size ap_server_root_relative diff --git a/Makefile.win b/Makefile.win index 8e0b82173e..5687143afa 100644 --- a/Makefile.win +++ b/Makefile.win @@ -102,10 +102,10 @@ _build: $(MAKE) $(MAKEOPT) -f mod_file_cache.mak CFG="mod_file_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd modules\dav\main -# $(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\..\.. cd modules\dav\fs -# $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\..\.. cd modules\generators # $(MAKE) $(MAKEOPT) -f mod_info.mak CFG"=mod_info - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -147,8 +147,8 @@ _install: copy modules\aaa\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules copy modules\aaa\mod_auth_digest$(SHORT)\mod_auth_digest.dll $(INSTDIR)\modules copy modules\cache\mod_file_cache$(SHORT)\mod_file_cache.dll $(INSTDIR)\modules -# copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules -# copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules + copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules + copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules # copy modules\generators\mod_info$(SHORT)\mod_info.dll $(INSTDIR)\modules copy modules\generators\mod_status$(SHORT)\mod_status.dll $(INSTDIR)\modules copy modules\mappers\mod_rewrite$(SHORT)\mod_rewrite.dll $(INSTDIR)\modules diff --git a/libhttpd.def b/libhttpd.def index f74dd5bc92..14962d5e7e 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -222,7 +222,7 @@ EXPORTS ap_send_http_header ap_send_http_trace - + ap_send_mmap ap_send_size ap_server_root_relative