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 /os/tpf | |
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 'os/tpf')
-rw-r--r-- | os/tpf/os.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/tpf/os.c b/os/tpf/os.c index ae16caf755..ff0121b25d 100644 --- a/os/tpf/os.c +++ b/os/tpf/os.c @@ -66,7 +66,6 @@ #include "os.h" #include "scoreboard.h" #include "http_log.h" -#include "http_conf_globals.h" static FILE *sock_fp; |