]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Finish the commits for the change in the header files. Basically, this hides
authorRyan Bloom <rbb@apache.org>
Wed, 19 Jan 2000 01:16:31 +0000 (01:16 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 19 Jan 2000 01:16:31 +0000 (01:16 +0000)
commita8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6
treeb15c3ece7785cfcd11f7671015519a0d4b2157f4
parent70a4fae036f14a1f34bdfa29d0627b631aa6d286
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
42 files changed:
include/http_conf_globals.h
include/http_connection.h
include/http_core.h
include/http_log.h
include/httpd.h
include/util_date.h
include/util_md5.h
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
os/beos/beosd.h
os/beos/os.h
os/os2/os.h
os/unix/os.h
os/unix/unixd.c
os/unix/unixd.h
os/win32/os.h
server/config.c
server/connection.c
server/listen.c
server/log.c
server/main.c
server/mpm/dexter/dexter.c
server/mpm/dexter/mpm_default.h
server/mpm/dexter/scoreboard.c
server/mpm/mpmt_beos/mpm_default.h
server/mpm/mpmt_pthread/mpm_default.h
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/mpmt_pthread/scoreboard.c
server/mpm/mpmt_pthread/scoreboard.h
server/mpm/prefork/mpm_default.h
server/mpm/prefork/prefork.c
server/mpm/prefork/scoreboard.h
server/mpm/spmt_os2/mpm_default.h
server/mpm/spmt_os2/scoreboard.h
server/mpm/winnt/mpm_default.h
server/rfc1413.c
server/util.c
server/util_date.c
server/util_script.c
server/util_uri.c
server/vhost.c