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
This commit is contained in:
William A. Rowe Jr
2005-02-17 23:45:16 +00:00
parent 22dd8e2949
commit e681eb22c8
6 changed files with 70 additions and 83 deletions

View File

@ -89,10 +89,6 @@ typedef struct {
int rm_eo;
} ap_regmatch_t;
#ifndef AP_DECLARE
#define AP_DECLARE(x) x
#endif /* AP_DECLARE */
/* The functions */
/**