From d9a6d133809f9b7e2b5b8eed6cee9e4a734e0b8e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 29 Oct 1997 12:01:10 +0000 Subject: [PATCH] remove space after backslash --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 418187a7a4..ec2342b351 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.87 1997/10/27 23:30:20 wessels Exp $ +# $Id: Makefile.in,v 1.88 1997/10/29 05:01:10 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -19,7 +19,7 @@ ALARM_UPDATES_TIME = # -DALARM_UPDATES_TIME=1 DEFINES = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \ $(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \ - $(KILL_PARENT_OPT) $(USE_POLL_OPT) \ + $(KILL_PARENT_OPT) $(USE_POLL_OPT) \ $(USE_SPLAY_TREE) $(USE_BIN_TREE) \ $(ALARM_UPDATES_TIME) -- 2.47.3