mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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:
@ -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 */
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user