]> granicus.if.org Git - apache/commit
Get httpd-2.1 building once again on win32.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Feb 2005 23:45:16 +0000 (23:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Feb 2005 23:45:16 +0000 (23:45 +0000)
commite681eb22c8668fc0f868e6b90c5dcad7e8c47a74
tree18daedaf4e4a2e1a6161747d939f2ab6871de191
parent22dd8e2949e49818f2b70286db1dd1c77f515398
  Get httpd-2.1 building once again on win32.

  NEVER NEVER screw around with redeclaring AP_ macros and constants.
  If the compiler won't pick them up, e.g., AP_DECLARE, ya've done
  something wrong from the start.

  All httpd/ap headers depend on httpd.h - plain and simple, so this
  un-convolutes the unusual order here.

  STATIC has become PCRE_STATIC, along with some other odd definitions.
  The only remaining emit is that _pcre_free export is imported, which
  implies something is unusual with the declaration.  Still researching.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154207 13f79535-47bb-0310-9956-ffa450edef68
Apache.dsw
include/ap_regex.h
libhttpd.dsp
server/util_pcre.c
srclib/pcre/pcre.dsp
srclib/pcre/pcreposix.dsp