diff options
author | Greg Stein <gstein@apache.org> | 2001-02-10 04:03:18 +0100 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2001-02-10 04:03:18 +0100 |
commit | 23714288fe0e29ec8ce52f4c6ba32a7ca67aebae (patch) | |
tree | 9c2716735b6c9ee752d1b19060581e75480035f2 /server/mpm/winnt/service.c | |
parent | Fix more breakage on BeOS... (diff) | |
download | apache2-23714288fe0e29ec8ce52f4c6ba32a7ca67aebae.tar.xz apache2-23714288fe0e29ec8ce52f4c6ba32a7ca67aebae.zip |
*) remove obsolete http_conf_globals.h
*) simplify all this #ifdef'ing: just nuke the unixd.h header. it isn't
actually needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/winnt/service.c')
-rw-r--r-- | server/mpm/winnt/service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 13e73c06ac..1cb2c21288 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -83,7 +83,6 @@ #define CORE_PRIVATE #include "httpd.h" -#include "http_conf_globals.h" #include "http_log.h" #include "mpm_winnt.h" #include "apr_strings.h" |