aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-07-06 09:28:40 +0000
committerJörg Mayer <jmayer@loplof.de>2011-07-06 09:28:40 +0000
commit950e4d19adc89370c624cfac74cf05c5cb6bb61b (patch)
treef02741fe5ed25a72f49332d552da3c9832d7211d /cmakeconfig.h.in
parent48683778a02d55bd40a69adcb1dcb42055d6f471 (diff)
Add detection of rpcap support in libpcap and use it if available.
svn path=/trunk/; revision=37914
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index dee71aca12..56fd1848a6 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -227,6 +227,10 @@
/* Define if plugins are enabled */
#cmakedefine HAVE_PLUGINS 1
+/* Define if rpcap:// type remote capture is supported */
+#cmakedefine HAVE_PCAP_REMOTE 1
+#cmakedefine HAVE_REMOTE 1
+
/* Define to 1 if you have the <portaudio.h> header file. */
#cmakedefine HAVE_PORTAUDIO_H 1