Skip to content

Commit 85b1176

Browse files
committed
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.
1 parent 4d19617 commit 85b1176

30 files changed

Lines changed: 26 additions & 1646 deletions

runtime/doc/if_sniff.txt

Lines changed: 3 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,11 @@
1-
*if_sniff.txt* For Vim version 7.4. Last change: 2005 Mar 29
1+
*if_sniff.txt* For Vim version 7.4. Last change: 2016 Feb 27
22

33

44
VIM REFERENCE MANUAL
55
by Anton Leherbauer ([email protected])
66

77

8-
SNiFF+ and Vim *sniff*
9-
10-
1. Introduction |sniff-intro|
11-
2. Commands |sniff-commands|
12-
3. Compiling Vim with SNiFF+ interface |sniff-compiling|
13-
14-
{Vi does not have any of these commands} *E275* *E274* *E276* *E278* *E279*
15-
16-
The SNiFF+ interface only works, when Vim was compiled with the |+sniff|
17-
feature.
18-
19-
==============================================================================
20-
1. Introduction *sniff-intro*
21-
22-
The following features for the use with SNiFF+ are available:
23-
24-
* Vim can be used for all editing requests
25-
* SNiFF+ recognizes and updates all browsers when a file is saved in Vim
26-
* SNiFF+ commands can be issued directly from Vim
27-
28-
How to use Vim with SNiFF+
29-
1. Make sure SNiFF+ is running.
30-
2. In the Editor view of the Preferences dialog set the Field named
31-
'External Editor' to 'Emacs/Vim'.
32-
4. Start Vim
33-
5. Connect to SNiFF+ (:sniff connect)
34-
35-
Once a connection is established, SNiFF+ uses Vim for all requests to show or
36-
edit source code. On the other hand, you can send queries to SNiFF+ with the
37-
:sniff command.
38-
39-
==============================================================================
40-
2. Commands *sniff-commands*
41-
42-
*:sniff* *:sni*
43-
:sni[ff] request [symbol] Send request to sniff with optional symbol.
44-
{not in Vi}
45-
:sni[ff] Display all possible requests and the connection
46-
status
47-
48-
Most requests require a symbol (identifier) as parameter. If it is omitted,
49-
Vim will use the current word under the cursor.
50-
The available requests are listed below:
51-
52-
request mapping description
53-
-------------------------------------------------------------------------------
54-
connect sc Establish connection with SNiFF+.
55-
Make sure SNiFF+ is prepared for this in the
56-
Preferences
57-
disconnect sq Disconnect from SNiFF+. You can reconnect any
58-
time with :sniff connect (or 'sc')
59-
toggle st Toggle between implementation
60-
and definition file
61-
find-symbol sf Load the symbol into a Symbol Browser
62-
browse-class sb Loads the class into a Class Browser
63-
superclass ss Edit superclass of symbol
64-
overridden so Edit overridden method of symbol
65-
retrieve-file srf Retrieve symbol in current file
66-
retrieve-project srp Retrieve symbol in current project
67-
retrieve-all-projects srP Retrieve symbol in all projects
68-
retrieve-next sR Retrieve symbol using current Retriever
69-
settings
70-
goto-symbol sg Goto definition or implementation of symbol
71-
hierarchy sh Load symbol into the Hierarchy Browser
72-
restr-hier sH same as above but show only related classes
73-
xref-to sxt Start a refers-to query on symbol and
74-
load the results into the Cross Referencer
75-
xref-by sxb Start a referred-by query on symbol
76-
xref-has sxh Start a refers-to components query on symbol
77-
xref-used-by sxu Start a referred-by as component query on
78-
symbol
79-
show-docu sd Show documentation of symbol
80-
gen-docu sD Generate documentation of symbol
81-
82-
The mappings are defined in a file 'sniff.vim', which is part of every SNiFF+
83-
product ($SNIFF_DIR/config/sniff.vim). This file is sourced whenever Vim
84-
connects to SNiFF+.
85-
86-
==============================================================================
87-
3. Compiling Vim with SNiFF+ interface *sniff-compiling*
88-
89-
To compile Vim with SNiFF+ support, you need two source files of the extra
90-
archive: if_sniff.c and if_sniff.h.
91-
On Unix: Edit the Makefile and uncomment the line "--enable-sniff". Or run
92-
configure manually with this argument.
93-
On NT: Specify SNIFF=yes with your make command.
8+
The SNiFF+ support was removed at patch 7.4.1433. If you want to check it out
9+
sync to before that.
9410

9511
vim:tw=78:ts=8:ft=help:norl:

src/Make_mvc.mak

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282
# TCL_VER_LONG=[Tcl version, eg 8.3] (default is 8.3)
8383
# You must set TCL_VER_LONG when you set TCL_VER.
8484
#
85-
# SNiFF+ interface: SNIFF=yes
86-
#
8785
# Cscope support: CSCOPE=yes
8886
#
8987
# Iconv library support (always dynamically loaded):
@@ -269,16 +267,6 @@ WP64CHECK = /Wp64
269267
CTAGS = ctags
270268
!endif
271269

272-
!if "$(SNIFF)" == "yes"
273-
# SNIFF - Include support for SNiFF+.
274-
SNIFF_INCL = if_sniff.h
275-
SNIFF_OBJ = $(OBJDIR)/if_sniff.obj
276-
SNIFF_LIB = shell32.lib
277-
SNIFF_DEFS = -DFEAT_SNIFF
278-
# The SNiFF integration needs multithreaded libraries!
279-
MULTITHREADED = yes
280-
!endif
281-
282270
!ifndef CSCOPE
283271
CSCOPE = yes
284272
!endif
@@ -380,7 +368,7 @@ WINVER = 0x0501
380368
#VIMRUNTIMEDIR = somewhere
381369

382370
CFLAGS = -c /W3 /nologo $(CVARS) -I. -Iproto -DHAVE_PATHDEF -DWIN32 \
383-
$(SNIFF_DEFS) $(CSCOPE_DEFS) $(NETBEANS_DEFS) $(CHANNEL_DEFS) \
371+
$(CSCOPE_DEFS) $(NETBEANS_DEFS) $(CHANNEL_DEFS) \
384372
$(NBDEBUG_DEFS) $(XPM_DEFS) \
385373
$(DEFINES) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
386374
/Fo$(OUTDIR)/
@@ -528,7 +516,7 @@ CFLAGS = $(CFLAGS) /Zl /MTd
528516
!endif # DEBUG
529517

530518
INCL = vim.h os_win32.h ascii.h feature.h globals.h keymap.h macros.h \
531-
proto.h option.h structs.h term.h $(SNIFF_INCL) $(CSCOPE_INCL) \
519+
proto.h option.h structs.h term.h $(CSCOPE_INCL) \
532520
$(NBDEBUG_INCL)
533521

534522
OBJ = \
@@ -997,7 +985,7 @@ conflags = $(conflags) /map /mapinfo:lines
997985
!ENDIF
998986

999987
LINKARGS1 = $(linkdebug) $(conflags)
1000-
LINKARGS2 = $(CON_LIB) $(GUI_LIB) $(NODEFAULTLIB) $(LIBC) $(OLE_LIB) user32.lib $(SNIFF_LIB) \
988+
LINKARGS2 = $(CON_LIB) $(GUI_LIB) $(NODEFAULTLIB) $(LIBC) $(OLE_LIB) user32.lib \
1001989
$(LUA_LIB) $(MZSCHEME_LIB) $(PERL_LIB) $(PYTHON_LIB) $(PYTHON3_LIB) $(RUBY_LIB) \
1002990
$(TCL_LIB) $(NETBEANS_LIB) $(XPM_LIB) $(LINK_PDB)
1003991

@@ -1020,12 +1008,12 @@ all: $(VIM).exe \
10201008

10211009
$(VIM).exe: $(OUTDIR) $(OBJ) $(GUI_OBJ) $(OLE_OBJ) $(OLE_IDL) $(MZSCHEME_OBJ) \
10221010
$(LUA_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(PYTHON3_OBJ) $(RUBY_OBJ) $(TCL_OBJ) \
1023-
$(SNIFF_OBJ) $(CSCOPE_OBJ) $(NETBEANS_OBJ) $(CHANNEL_OBJ) $(XPM_OBJ) \
1011+
$(CSCOPE_OBJ) $(NETBEANS_OBJ) $(CHANNEL_OBJ) $(XPM_OBJ) \
10241012
version.c version.h
10251013
$(CC) $(CFLAGS) version.c
10261014
$(link) $(LINKARGS1) -out:$(VIM).exe $(OBJ) $(GUI_OBJ) $(OLE_OBJ) \
10271015
$(LUA_OBJ) $(MZSCHEME_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(PYTHON3_OBJ) $(RUBY_OBJ) \
1028-
$(TCL_OBJ) $(SNIFF_OBJ) $(CSCOPE_OBJ) $(NETBEANS_OBJ) $(CHANNEL_OBJ) \
1016+
$(TCL_OBJ) $(CSCOPE_OBJ) $(NETBEANS_OBJ) $(CHANNEL_OBJ) \
10291017
$(XPM_OBJ) $(OUTDIR)\version.obj $(LINKARGS2)
10301018
if exist $(VIM).exe.manifest mt.exe -nologo -manifest $(VIM).exe.manifest -updateresource:$(VIM).exe;1
10311019

@@ -1212,9 +1200,6 @@ $(OUTDIR)/if_ole.obj: $(OUTDIR) if_ole.cpp $(INCL) if_ole.h
12121200
$(OUTDIR)/if_ruby.obj: $(OUTDIR) if_ruby.c $(INCL)
12131201
$(CC) $(CFLAGS) $(RUBY_INC) if_ruby.c
12141202

1215-
$(OUTDIR)/if_sniff.obj: $(OUTDIR) if_sniff.c $(INCL)
1216-
$(CC) $(CFLAGS) if_sniff.c
1217-
12181203
$(OUTDIR)/if_tcl.obj: $(OUTDIR) if_tcl.c $(INCL)
12191204
$(CC) $(CFLAGS) $(TCL_INC) if_tcl.c
12201205

src/Make_vms.mms

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for Vim on OpenVMS
33
#
44
# Maintainer: Zoltan Arpadffy <[email protected]>
5-
# Last change: 2016 Jan 22
5+
# Last change: 2016 Feb 27
66
#
77
# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
88
# with MMS and MMK
@@ -66,7 +66,6 @@ CCVER = YES
6666
# VIM_PERL = YES
6767
# VIM_PYTHON = YES
6868
# VIM_RUBY = YES
69-
# VIM_SNIFF = YES
7069

7170
# X Input Method. For entering special languages like chinese and
7271
# Japanese. Please define just one: VIM_XIM or VIM_HANGULIN
@@ -228,15 +227,6 @@ TCL_LIB = ,OS_VMS_TCL.OPT/OPT
228227
TCL_INC = ,dka0:[tcl80.generic]
229228
.ENDIF
230229

231-
.IFDEF VIM_SNIFF
232-
# SNIFF related setup.
233-
SNIFF_DEF = ,"FEAT_SNIFF"
234-
SNIFF_SRC = if_sniff.c
235-
SNIFF_OBJ = if_sniff.obj
236-
SNIFF_LIB =
237-
SNIFF_INC =
238-
.ENDIF
239-
240230
.IFDEF VIM_RUBY
241231
# RUBY related setup.
242232
RUBY_DEF = ,"FEAT_RUBY"
@@ -293,7 +283,7 @@ VIMHOST = "''F$TRNLNM("SYS$NODE")'''F$TRNLNM("UCX$INET_HOST")'.''F$TRNLNM("UCX$I
293283
.SUFFIXES : .obj .c
294284

295285
ALL_CFLAGS = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
296-
$(TCL_DEF)$(SNIFF_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF)$(ICONV_DEF)) -
286+
$(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF)$(ICONV_DEF)) -
297287
$(CFLAGS)$(GUI_FLAG) -
298288
/include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC)$(PERL_INC)$(PYTHON_INC)$(TCL_INC))
299289

@@ -302,20 +292,20 @@ ALL_CFLAGS = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
302292
# as $(GUI_INC) - replaced with $(GUI_INC_VER)
303293
# Otherwise should not be any other difference.
304294
ALL_CFLAGS_VER = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) -
305-
$(TCL_DEF)$(SNIFF_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF)$(ICONV_DEF)) -
295+
$(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(HANGULIN_DEF)$(TAG_DEF)$(MZSCH_DEF)$(ICONV_DEF)) -
306296
$(CFLAGS)$(GUI_FLAG) -
307297
/include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC))
308298

309299
ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
310-
$(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB)
300+
$(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
311301

312302
SRC = blowfish.c buffer.c charset.c crypt.c, crypt_zip.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \
313303
ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \
314304
hardcopy.c hashtab.c json.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
315305
misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\
316306
spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \
317307
window.c os_unix.c os_vms.c pathdef.c \
318-
$(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \
308+
$(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
319309
$(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC)
320310

321311
OBJ = blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digraph.obj edit.obj eval.obj \
@@ -326,7 +316,7 @@ OBJ = blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digr
326316
regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \
327317
ui.obj undo.obj screen.obj version.obj window.obj os_unix.obj \
328318
os_vms.obj pathdef.obj if_mzsch.obj\
329-
$(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) $(SNIFF_OBJ) \
319+
$(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
330320
$(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ)
331321

332322
# Default target is making the executable
@@ -778,10 +768,6 @@ if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
778768
ascii.h keymap.h term.h macros.h structs.h regexp.h \
779769
gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
780770
globals.h farsi.h arabic.h version.h
781-
if_sniff.obj : if_sniff.c vim.h [.auto]config.h feature.h os_unix.h \
782-
ascii.h keymap.h term.h macros.h structs.h regexp.h \
783-
gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
784-
globals.h farsi.h arabic.h os_unixx.h
785771
gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
786772
ascii.h keymap.h term.h macros.h structs.h regexp.h \
787773
gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \

src/Makefile

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,6 @@ CClink = $(CC)
466466
# Uncomment this when you do not want inter process communication.
467467
#CONF_OPT_CHANNEL = --disable-channel
468468

469-
# SNIFF - Include support for SNiFF+.
470-
#CONF_OPT_SNIFF = --enable-sniff
471-
472469
# MULTIBYTE - To edit multi-byte characters.
473470
# Uncomment this when you want to edit a multibyte language.
474471
# It's automatically enabled with normal features, GTK or IME support.
@@ -1391,7 +1388,7 @@ OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
13911388

13921389
LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) $(RUBY_CFLAGS) $(LUA_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(PYTHON3_CFLAGS) $(TCL_CFLAGS) -Dinline= -D__extension__= -Dalloca=alloca
13931390

1394-
LINT_EXTRA = -DUSE_SNIFF -DHANGUL_INPUT -D"__attribute__(x)="
1391+
LINT_EXTRA = -DHANGUL_INPUT -D"__attribute__(x)="
13951392

13961393
DEPEND_CFLAGS = -DPROTO -DDEPEND -DFEAT_GUI $(LINT_CFLAGS)
13971394

@@ -1532,14 +1529,13 @@ SRC = $(BASIC_SRC) \
15321529
$(PYTHON_SRC) $(PYTHON3_SRC) \
15331530
$(TCL_SRC) \
15341531
$(RUBY_SRC) \
1535-
$(SNIFF_SRC) \
15361532
$(WORKSHOP_SRC) \
15371533
$(WSDEBUG_SRC)
15381534

15391535
TAGS_SRC = *.c *.cpp if_perl.xs
15401536

15411537
EXTRA_SRC = hangulin.c if_lua.c if_mzsch.c auto/if_perl.c if_perlsfio.c \
1542-
if_python.c if_python3.c if_tcl.c if_ruby.c if_sniff.c \
1538+
if_python.c if_python3.c if_tcl.c if_ruby.c \
15431539
gui_beval.c workshop.c wsdebug.c integration.c \
15441540
netbeans.c channel.c \
15451541
$(GRESOURCE_SRC)
@@ -1561,7 +1557,7 @@ ALL_SRC = $(BASIC_SRC) $(ALL_GUI_SRC) $(UNITTEST_SRC) $(EXTRA_SRC)
15611557
# The perl sources also don't work well with lint.
15621558
LINT_SRC = $(BASIC_SRC) $(GUI_SRC) $(HANGULIN_SRC) \
15631559
$(PYTHON_SRC) $(PYTHON3_SRC) $(TCL_SRC) \
1564-
$(SNIFF_SRC) $(WORKSHOP_SRC) $(WSDEBUG_SRC) \
1560+
$(WORKSHOP_SRC) $(WSDEBUG_SRC) \
15651561
$(NETBEANS_SRC) $(CHANNEL_SRC)
15661562
#LINT_SRC = $(SRC)
15671563
#LINT_SRC = $(ALL_SRC)
@@ -1611,7 +1607,6 @@ OBJ_COMMON = \
16111607
objects/sha256.o \
16121608
objects/spell.o \
16131609
objects/syntax.o \
1614-
$(SNIFF_OBJ) \
16151610
objects/tag.o \
16161611
objects/term.o \
16171612
objects/ui.o \
@@ -1750,7 +1745,7 @@ config auto/config.mk: auto/configure config.mk.in config.h.in
17501745
$(CONF_OPT_TCL) $(CONF_OPT_RUBY) $(CONF_OPT_NLS) \
17511746
$(CONF_OPT_CSCOPE) $(CONF_OPT_MULTIBYTE) $(CONF_OPT_INPUT) \
17521747
$(CONF_OPT_OUTPUT) $(CONF_OPT_GPM) $(CONF_OPT_WORKSHOP) \
1753-
$(CONF_OPT_SNIFF) $(CONF_OPT_FEAT) $(CONF_TERM_LIB) \
1748+
$(CONF_OPT_FEAT) $(CONF_TERM_LIB) \
17541749
$(CONF_OPT_COMPBY) $(CONF_OPT_ACL) $(CONF_OPT_NETBEANS) \
17551750
$(CONF_OPT_CHANNEL) \
17561751
$(CONF_ARGS) $(CONF_OPT_MZSCHEME) $(CONF_OPT_PLTHOME) \
@@ -2815,9 +2810,6 @@ objects/if_python3.o: if_python3.c if_py_both.h
28152810
objects/if_ruby.o: if_ruby.c
28162811
$(CCC) $(RUBY_CFLAGS) -o $@ if_ruby.c
28172812

2818-
objects/if_sniff.o: if_sniff.c
2819-
$(CCC) -o $@ if_sniff.c
2820-
28212813
objects/if_tcl.o: if_tcl.c
28222814
$(CCC) $(TCL_CFLAGS) -o $@ if_tcl.c
28232815

@@ -3364,10 +3356,6 @@ objects/if_ruby.o: if_ruby.c auto/config.h vim.h feature.h os_unix.h auto/osdef.
33643356
ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
33653357
gui_beval.h proto/gui_beval.pro alloc.h ex_cmds.h proto.h globals.h \
33663358
farsi.h arabic.h version.h
3367-
objects/if_sniff.o: if_sniff.c vim.h auto/config.h feature.h os_unix.h \
3368-
auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3369-
regexp.h gui.h gui_beval.h proto/gui_beval.pro alloc.h ex_cmds.h proto.h \
3370-
globals.h farsi.h arabic.h os_unixx.h
33713359
objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \
33723360
auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
33733361
regexp.h gui.h gui_beval.h proto/gui_beval.pro alloc.h ex_cmds.h proto.h \

src/auto/configure

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,6 @@ X_PRE_LIBS
653653
X_CFLAGS
654654
XMKMF
655655
xmkmfpath
656-
SNIFF_OBJ
657-
SNIFF_SRC
658656
CHANNEL_OBJ
659657
CHANNEL_SRC
660658
NETBEANS_OBJ
@@ -812,7 +810,6 @@ enable_cscope
812810
enable_workshop
813811
enable_netbeans
814812
enable_channel
815-
enable_sniff
816813
enable_multibyte
817814
enable_hangulinput
818815
enable_xim
@@ -1477,7 +1474,6 @@ Optional Features:
14771474
--enable-workshop Include Sun Visual Workshop support.
14781475
--disable-netbeans Disable NetBeans integration support.
14791476
--disable-channel Disable process communication support.
1480-
--enable-sniff Include Sniff interface.
14811477
--enable-multibyte Include multibyte editing support.
14821478
--enable-hangulinput Include Hangul input support.
14831479
--enable-xim Include XIM input support.
@@ -7439,26 +7435,6 @@ if test "$enable_channel" = "yes"; then
74397435

74407436
fi
74417437

7442-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-sniff argument" >&5
7443-
$as_echo_n "checking --enable-sniff argument... " >&6; }
7444-
# Check whether --enable-sniff was given.
7445-
if test "${enable_sniff+set}" = set; then :
7446-
enableval=$enable_sniff;
7447-
else
7448-
enable_sniff="no"
7449-
fi
7450-
7451-
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_sniff" >&5
7452-
$as_echo "$enable_sniff" >&6; }
7453-
if test "$enable_sniff" = "yes"; then
7454-
$as_echo "#define FEAT_SNIFF 1" >>confdefs.h
7455-
7456-
SNIFF_SRC="if_sniff.c"
7457-
7458-
SNIFF_OBJ="objects/if_sniff.o"
7459-
7460-
fi
7461-
74627438
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-multibyte argument" >&5
74637439
$as_echo_n "checking --enable-multibyte argument... " >&6; }
74647440
# Check whether --enable-multibyte was given.

0 commit comments

Comments
 (0)