From 0b6b152694762bd5783569acbae48e9397d2b85f Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Sun, 19 Mar 2017 13:47:11 +0100 Subject: Remove echld/. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been unsupported for some years and when talking about removing it in the past I received some positive and no negative feedback. There is one instance of echld left: capchild/capture_sync.c: * echld might have already reaped the child. Can that case be removed or should be comment be updated to something more accurate? (left for a separate patch) Change-Id: Idac397158dd86fd0728eb95379449ee4a463fc28 Reviewed-on: https://code.wireshark.org/review/20619 Petri-Dish: Jörg Mayer Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- CMakeOptions.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 0a9ff5909c..b3765343e7 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -53,7 +53,6 @@ else() endif() # todo option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)" OFF) -option(ENABLE_ECHLD "Enable echld support" OFF) option(ENABLE_PLUGINS "Build with plugins" ON) option(ENABLE_PLUGIN_IFDEMO "Build with plugin interface demo" OFF) option(ENABLE_EXTCAP "Build with extcap hooks" ON) -- cgit v1.2.1