From 85b11769ab507c7df93f319fd964fa579701b76b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 27 Feb 2016 18:13:23 +0100 Subject: patch 7.4.1433 Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code. --- src/config.mk.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.mk.in') diff --git a/src/config.mk.in b/src/config.mk.in index b514f2bc2..7c0726c29 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -99,9 +99,6 @@ RUBY_PRO = @RUBY_PRO@ RUBY_CFLAGS = @RUBY_CFLAGS@ RUBY_LIBS = @RUBY_LIBS@ -SNIFF_SRC = @SNIFF_SRC@ -SNIFF_OBJ = @SNIFF_OBJ@ - AWK = @AWK@ STRIP = @STRIP@ -- cgit v1.2.1