You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2008/04/15 15:53:36 UTC

svn commit: r648254 - in /httpd/httpd/trunk: Makefile.in include/mod_request.h modules/filters/mod_request.h

Author: minfrin
Date: Tue Apr 15 06:53:32 2008
New Revision: 648254

URL: http://svn.apache.org/viewvc?rev=648254&view=rev
Log:
Move the public mod_request.h header out of the include directory and back to modules/filters.
The current build of exports.c assumes that everything in include is part of the core, and so
putting the header there creates link errors.

Added:
    httpd/httpd/trunk/modules/filters/mod_request.h
      - copied unchanged from r648232, httpd/httpd/trunk/include/mod_request.h
Removed:
    httpd/httpd/trunk/include/mod_request.h
Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.in?rev=648254&r1=648253&r2=648254&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Tue Apr 15 06:53:32 2008
@@ -186,6 +186,7 @@
 	$(srcdir)/modules/database/mod_dbd.h \
 	$(srcdir)/modules/dav/main/mod_dav.h \
 	$(srcdir)/modules/filters/mod_include.h \
+        $(srcdir)/modules/filters/mod_request.h \
 	$(srcdir)/modules/generators/mod_cgi.h \
 	$(srcdir)/modules/generators/mod_status.h \
 	$(srcdir)/modules/loggers/mod_log_config.h \



Re: svn commit: r648254 - in /httpd/httpd/trunk: Makefile.in include/mod_request.h modules/filters/mod_request.h

Posted by Ruediger Pluem <rp...@apache.org>.

On 04/15/2008 03:53 PM, minfrin@apache.org wrote:
> Author: minfrin
> Date: Tue Apr 15 06:53:32 2008
> New Revision: 648254
> 
> URL: http://svn.apache.org/viewvc?rev=648254&view=rev
> Log:
> Move the public mod_request.h header out of the include directory and back to modules/filters.
> The current build of exports.c assumes that everything in include is part of the core, and so
> putting the header there creates link errors.
> 
> Added:
>     httpd/httpd/trunk/modules/filters/mod_request.h
>       - copied unchanged from r648232, httpd/httpd/trunk/include/mod_request.h
> Removed:
>     httpd/httpd/trunk/include/mod_request.h
> Modified:
>     httpd/httpd/trunk/Makefile.in

Thanks. Please note that mod_session_crypto does not build any longer now that
the ssl support has vanished from apr-util trunk per r648204.
So it should only be build if explicitly requested via the configure script.

Regards

RĂ¼diger