aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-08-21 23:48:48 +0100
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-21 23:56:56 +0000
commit5b5ef967d2780b130cf010c7e9090357bc34af84 (patch)
tree20676d7ba0240849f82008a37cb0af6b391d44b3 /cmakeconfig.h.in
parent87b2364a841ea1c0ddbe335c27acc14b5c1f6dd0 (diff)
Fix CMake checks of PCap functions, along with AirPCap
Change-Id: If55498167d5e357258841f2194962749c0dfc81e Reviewed-on: https://code.wireshark.org/review/3787 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 7d0f7dc252..b2b8829124 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -217,6 +217,9 @@
/* Define to 1 if you have the `pcap_list_datalinks' function. */
#cmakedefine HAVE_PCAP_LIST_DATALINKS 1
+/* Define to 1 if you have the `pcap_open' function. */
+#cmakedefine HAVE_PCAP_OPEN 1
+
/* Define to 1 if you have the `pcap_open_dead' function. */
#cmakedefine HAVE_PCAP_OPEN_DEAD 1
@@ -227,6 +230,9 @@
/* Define to 1 if you have the `pcap_set_datalink' function. */
#cmakedefine HAVE_PCAP_SET_DATALINK 1
+/* Define to 1 if you have the `pcap_setsampling" function. */
+#cmakedefine HAVE_PCAP_SETSAMPLING 1
+
/* Define to 1 if you have the <portaudio.h> header file. */
#cmakedefine HAVE_PORTAUDIO_H 1