From da3fb12ba4940e291cc97586b62892a2de964a2e Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 4 Dec 2000 06:36:16 +0000 Subject: [PATCH] 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 --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.50.1