From ef717da61a7a12023d89dc9891dee540b156da69 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 6 Apr 2020 00:16:34 +0200 Subject: CMake: remove ENABLE_PCAP_NG_DEFAULT option pcapng has been the compile-time default since 2011. If there are any users who would like to use the libpcap format, then they should use runtime options instead (e.g. `tshark -P` or `editcap -F pcap`). Change-Id: I54b70368cdc3ca78bc8617bc488cc687740a1eb9 Reviewed-on: https://code.wireshark.org/review/36721 Petri-Dish: Peter Wu Reviewed-by: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- cmakeconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 9da6a09dbd..f13d2a87bc 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -322,9 +322,6 @@ /* Define to the version of this package. */ #cmakedefine PACKAGE_VERSION -/* Support for pcapng */ -#cmakedefine PCAP_NG_DEFAULT 1 - /* Define if we have QtMultimedia */ #define QT_MULTIMEDIA_LIB 1 -- cgit v1.2.3