summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-10-10 20:36:11 +0000
committerGuy Harris <guy@alum.mit.edu>2013-10-10 20:36:11 +0000
commit260a3af9b79496330b5115437c300d40e632063c (patch)
treecad34ab32457e7579806aa6fb83c38f961d3ef1e /cmakeconfig.h.in
parent2a59ee58b8b6d42f5119d67f957b3dc76972b27d (diff)
downloadwireshark-260a3af9b79496330b5115437c300d40e632063c.tar.gz
Check for bpf_image(), just as the autoconf script does.
svn path=/trunk/; revision=52514
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 d639e39b88..edf7d08912 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -36,6 +36,9 @@
/* Define to 1 if you have the <arpa/nameser.h> header file. */
#cmakedefine HAVE_ARPA_NAMESER_H 1
+/* Define to 1 if you have the `bpf_image' function. */
+#cmakedefine HAVE_BPF_IMAGE 1
+
/* Define to 1 if you have the <direct.h> header file. */
#cmakedefine HAVE_DIRECT_H 1