summaryrefslogtreecommitdiff
path: root/pcapio.c
diff options
context:
space:
mode:
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 */