]> granicus.if.org Git - apache/commitdiff
get Apache building again after the change to make_exports.awk
authorGreg Ames <gregames@apache.org>
Wed, 31 Jan 2001 18:56:35 +0000 (18:56 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 31 Jan 2001 18:56:35 +0000 (18:56 +0000)
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

include/http_core.h

index 4056be749a3903f56cdb85918b0e8417135bf259..44dadeea87574d393c01a1f25922b6ad58e7e1bf 100644 (file)
@@ -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...
  */