]> granicus.if.org Git - apache/commit
Fix build broken w/o --enable-cgid-fdpassing by r1867968:
authorJoe Orton <jorton@apache.org>
Fri, 4 Oct 2019 09:56:42 +0000 (09:56 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 4 Oct 2019 09:56:42 +0000 (09:56 +0000)
commitf0abf7680380edc00c2204ba25692fdc9e5b0d46
tree7db74b58ffc16b9dbf048f717441efe55d12f9ba
parent4a835a774558cdd773c875b82ea019b130aaf92d
Fix build broken w/o --enable-cgid-fdpassing by r1867968:

* modules/generators/cgi_common.h: Only define CGI bucket type
  if WANT_CGI_BUCKET is defined.

* modules/generators/mod_cgi.c: Always include cgi_common.h, defining
  WANT_CGI_BUCKET iff APR_FILES_AS_SOCKETS is defined

* modules/generators/mod_cgid.c: Always include cgi_common.h, defining
  WANT_CGI_BUCKET iff HAVE_CGID_FDPASSING (--enable-cgid-fdpassing).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867971 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/cgi_common.h
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c