aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-01 12:28:35 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-01 12:28:35 +0000
commite5f0f4a393d40e82b67bb866699518505faae53d (patch)
tree07c29ba21f1039db1e91a6fd2de3899ce440549a /pcapio.c
parent9d08747bd239a4ed6b04f98ea9499256164bff40 (diff)
Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20667 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'pcapio.c')
-rw-r--r--pcapio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcapio.c b/pcapio.c
index f4e3af9498..c762d4313e 100644
--- a/pcapio.c
+++ b/pcapio.c
@@ -1,4 +1,5 @@
-#ifdef HAVE_LIBPCAP
+/* TODO: why isn't this defined??? */
+/* #ifdef HAVE_LIBPCAP */
/* pcapio.c
* Our own private code for writing libpcap files when capturing.
@@ -187,4 +188,4 @@ libpcap_dump_close(FILE *pd, int *err)
return TRUE;
}
-#endif /* HAVE_LIBPCAP */
+/*#endif */ /* HAVE_LIBPCAP */