K 10 svn:author V 5 peter K 8 svn:date V 27 1997-10-18T01:37:52.000000Z K 7 svn:log V 422 Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the original method of "#define PPP_DEFLATE 0" did not actually disable anything. It was not possible to configure out bsdcomp or zlib compression. Also, join the settings for PPP_FILTER and NBPFILTER together since they are related here (can't have PPP_FILTER without NBPFILTER). END