From: Ryan Bloom Date: Mon, 4 Dec 2000 06:36:16 +0000 (+0000) Subject: Remove buff.c and buff.h. There are still a few files that rely on these, X-Git-Tag: moving_to_httpd_module~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e4b48875b48ca086709baea0ee555e1f02f0c20;p=apache Remove buff.c and buff.h. There are still a few files that rely on these, but those files are already broken. This just makes that breakage more obvious. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87171 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index e1b779537c..b9ee283a06 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -4,7 +4,7 @@ CLEANFILES = gen_test_char gen_uri_delims test_char.h uri_delims.h LTLIBRARY_NAME = libmain.la LTLIBRARY_SOURCES = \ uri_delims.h test_char.h \ - buff.c http_config.c http_core.c http_log.c http_main.c \ + http_config.c http_core.c http_log.c http_main.c \ http_protocol.c http_request.c http_vhost.c util.c util_date.c \ util_script.c util_uri.c util_md5.c util_cfgtree.c util_ebcdic.c \ rfc1413.c http_connection.c listen.c \