From: wessels <> Date: Wed, 29 Oct 1997 12:01:10 +0000 (+0000) Subject: remove space after backslash X-Git-Tag: SQUID_3_0_PRE1~4642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9a6d133809f9b7e2b5b8eed6cee9e4a734e0b8e;p=thirdparty%2Fsquid.git remove space after backslash --- 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)