aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-04-06 00:16:34 +0200
committerGuy Harris <gharris@sonic.net>2020-04-06 01:29:37 +0000
commitef717da61a7a12023d89dc9891dee540b156da69 (patch)
treea3af6c706f45bfa7a79d7e3b3d9fdd4295f5154f /cmakeconfig.h.in
parent55d3d322394488b5b62d5c4445ed8f6fa071f09a (diff)
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 <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
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