aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-06 19:12:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-06 19:12:31 +0000
commit3cedae4a491b520566ee466d0f605afe06cd6e2c (patch)
treeda636dfc5531daef54ab557e6e0c0015a3c0d91a /cmakeconfig.h.in
parentb8968ad8a4bd2eb9ac806cfbb4c253a0ec72e078 (diff)
Get rid of HAVE_PCAP_SET_BUFFER_SIZE - nobody checks for
pcap_set_buffer_size() (if *pcap has pcap_create() it has pcap_set_buffer_size(), as they were both introduced in libpcap 1.0.0), and nobody looks at HAVE_PCAP_SET_BUFFER_SIZE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38382 f5534014-38df-0310-8fa8-9805f1628bb7
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 dc12509a01..c0ba3aa40c 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -221,9 +221,6 @@
/* Define to 1 if you have the `pcap_open_dead' function. */
#cmakedefine HAVE_PCAP_OPEN_DEAD 1
-/* Define to 1 if you have the `pcap_set_buffer_size' function. */
-#define HAVE_PCAP_SET_BUFFER_SIZE 1
-
/* Define to 1 if you have the `pcap_set_datalink' function. */
#cmakedefine HAVE_PCAP_SET_DATALINK 1