summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-04 16:11:56 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-05 00:12:31 +0000
commit05fd11ee3dd22689eada7b5d0c66e47295ad9f88 (patch)
treebcbee553e89123950f30350b3bc1f2c04ae629a2 /cmakeconfig.h.in
parent2f1ac87700532344b9239f830283d07d50a615b1 (diff)
downloadwireshark-05fd11ee3dd22689eada7b5d0c66e47295ad9f88.tar.gz
Add a check for NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP.
Just as we check for it in autotools, check for it in CMake. Change-Id: I342a3fcde6a5f8190dac67260f25c070b6f5430f Reviewed-on: https://code.wireshark.org/review/6314 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 494ab7f114..b334cd82bf 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -180,6 +180,9 @@
/* SET_CHANNEL is supported */
#cmakedefine HAVE_NL80211_CMD_SET_CHANNEL 1
+/* SPLIT_WIPHY_DUMP is supported */
+#cmakedefine HAVE_NL80211_SPLIT_WIPHY_DUMP 1
+
/* Define to 1 if you have the <Ntddndis.h> header file. */
#cmakedefine HAVE_NTDDNDIS_H 1