From: William A. Rowe Jr Date: Mon, 20 Jan 2003 21:38:50 +0000 (+0000) Subject: Integrate mod_ident with the Win32 build. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d96460a414a2559b184cc97e9184e459a0c769d;p=thirdparty%2Fapache%2Fhttpd.git Integrate mod_ident with the Win32 build. Submitted by David Shane Holden git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98386 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index 82406c556fc..8c7b96294d3 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -1209,6 +1209,27 @@ Package=<4> ############################################################################### +Project: "mod_ident"=".\modules\metadata\mod_ident.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name libapr + End Project Dependency + Begin Project Dependency + Project_Dep_Name libaprutil + End Project Dependency + Begin Project Dependency + Project_Dep_Name libhttpd + End Project Dependency +}}} + +############################################################################### + Project: "mod_imap"=".\modules\mappers\mod_imap.dsp" - Package Owner=<4> Package=<5> diff --git a/Makefile.win b/Makefile.win index 18532741122..63c2c23fb4e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -279,6 +279,7 @@ _build: $(MAKE) $(MAKEOPT) -f mod_env.mak CFG="mod_env - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_expires.mak CFG="mod_expires - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_headers.mak CFG="mod_headers - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f mod_ident.mak CFG="mod_ident - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_mime_magic.mak CFG="mod_mime_magic - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_setenvif.mak CFG="mod_setenvif - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_unique_id.mak CFG="mod_unique_id - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -436,6 +437,7 @@ _install: copy modules\metadata\$(LONG)\mod_env.so "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_expires.so "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_headers.so "$(INSTDIR)\modules" <.y + copy modules\metadata\$(LONG)\mod_ident.so "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_mime_magic.so "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_setenvif.so "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_unique_id.so "$(INSTDIR)\modules" <.y @@ -494,6 +496,7 @@ _install: copy modules\metadata\$(LONG)\mod_env.pdb "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_expires.pdb "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_headers.pdb "$(INSTDIR)\modules" <.y + copy modules\metadata\$(LONG)\mod_ident.pdb "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_mime_magic.pdb "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_setenvif.pdb "$(INSTDIR)\modules" <.y copy modules\metadata\$(LONG)\mod_unique_id.pdb "$(INSTDIR)\modules" <.y diff --git a/build/nw_export.inc b/build/nw_export.inc index 77522ee0c2d..50231249ffd 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -34,7 +34,6 @@ #include "http_vhost.h" #include "mpm_common.h" #include "pcreposix.h" -#include "rfc1413.h" #include "scoreboard.h" #include "util_cfgtree.h" #include "util_charset.h" diff --git a/libhttpd.dsp b/libhttpd.dsp index 284a7ddaf9a..ad2ad7ba69f 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -405,14 +405,6 @@ SOURCE=.\server\error_bucket.c # End Source File # Begin Source File -SOURCE=.\server\rfc1413.c -# End Source File -# Begin Source File - -SOURCE=.\include\rfc1413.h -# End Source File -# Begin Source File - SOURCE=.\server\util.c # End Source File # Begin Source File diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 761a98d9994..752dfb8dd00 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -63,3 +63,4 @@ mod_authz_user 0x6FAF0000 0x00010000 mod_logio 0x6FAE0000 0x00010000 util_ldap 0x6FAD0000 0x00010000 mod_auth_ldap 0x6FAC0000 0x00010000 +mod_ident 0x6FAB0000 0x00010000