comparison src/config.mk.in @ 8281:74b15ed0a259 v7.4.1433

commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 18:13:23 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 18:15:07 +0100
parents e90a16795c74
children d5d2e48666bd
comparison
equal deleted inserted replaced
8280:65bed5ff0ba6 8281:74b15ed0a259
97 RUBY_OBJ = @RUBY_OBJ@ 97 RUBY_OBJ = @RUBY_OBJ@
98 RUBY_PRO = @RUBY_PRO@ 98 RUBY_PRO = @RUBY_PRO@
99 RUBY_CFLAGS = @RUBY_CFLAGS@ 99 RUBY_CFLAGS = @RUBY_CFLAGS@
100 RUBY_LIBS = @RUBY_LIBS@ 100 RUBY_LIBS = @RUBY_LIBS@
101 101
102 SNIFF_SRC = @SNIFF_SRC@
103 SNIFF_OBJ = @SNIFF_OBJ@
104
105 AWK = @AWK@ 102 AWK = @AWK@
106 103
107 STRIP = @STRIP@ 104 STRIP = @STRIP@
108 105
109 EXEEXT = @EXEEXT@ 106 EXEEXT = @EXEEXT@