aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-06 19:12:31 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-06 19:12:31 +0000
commit5a885f1a91b4130b7928c3b58adc0d4ea0242a49 (patch)
treeda636dfc5531daef54ab557e6e0c0015a3c0d91a /cmakeconfig.h.in
parent3788aed199427484a5c4266ced087d285f7ea2a3 (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. svn path=/trunk/; revision=38382
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