1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Finish the commits for the change in the header files. Basically, this hides

all of the Apache macros that modules don't need access to.  This should
have been committed with the modules, but I wasn't paying attention to the
directory I was in when I ran the commit.
Submitted by:	Manoj Kasichainula and Ryan Bloom


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-01-19 01:16:31 +00:00
parent 70a4fae036
commit a8ce196da5
42 changed files with 426 additions and 427 deletions

View File

@@ -73,10 +73,8 @@
#include "http_protocol.h"
#include "http_log.h"
#include "http_main.h"
#if 0
#include "scoreboard.h"
#endif
#include "apr_fnmatch.h"
#include "ap_config.h"
HOOK_STRUCT(
HOOK_LINK(translate_name)