1
0
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:
Ryan Bloom
2000-01-28 18:02:29 +00:00
parent e38f994a9d
commit f8a7fce423
24 changed files with 24 additions and 13 deletions

View File

@@ -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)