mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
defined correctly in all C files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
*/
|
||||
|
||||
#define CORE_PRIVATE
|
||||
#include "ap_config.h"
|
||||
#include "httpd.h"
|
||||
#include "http_config.h"
|
||||
#include "http_request.h"
|
||||
@@ -74,7 +75,6 @@
|
||||
#include "http_log.h"
|
||||
#include "http_main.h"
|
||||
#include "apr_fnmatch.h"
|
||||
#include "ap_config.h"
|
||||
|
||||
HOOK_STRUCT(
|
||||
HOOK_LINK(translate_name)
|
||||
|
Reference in New Issue
Block a user