Commit 890cd01d authored by Greg Ames's avatar Greg Ames
Browse files

get Apache building again after the change to make_exports.awk

yeah, I know, this shouldn't be necessary.  you're preaching to the choir.
but this does the job until make_exports.awk gets slightly more robust.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87929 13f79535-47bb-0310-9956-ffa450edef68
parent f54abbce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ AP_DECLARE(int) ap_satisfies (request_rec *r);
 */
AP_DECLARE(const apr_array_header_t *) ap_requires (request_rec *);    

#ifdef WIN32
#if defined(WIN32)
/* 
 * CGI Script stuff for Win32...
 */