summaryrefslogtreecommitdiff
path: root/capture_ifinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_ifinfo.h')
-rw-r--r--capture_ifinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_ifinfo.h b/capture_ifinfo.h
index e0cec1db7f..31414c74ae 100644
--- a/capture_ifinfo.h
+++ b/capture_ifinfo.h
@@ -25,8 +25,6 @@
#ifndef __CAPTURE_IFINFO_H__
#define __CAPTURE_IFINFO_H__
-#ifdef HAVE_LIBPCAP
-
/*
* The list of interfaces returned by "get_interface_list()" is
* a list of these structures.
@@ -94,6 +92,4 @@ capture_get_if_capabilities(const char *devname, gboolean monitor_mode,
void free_if_capabilities(if_capabilities_t *caps);
-#endif /* HAVE_LIBPCAP */
-
#endif /* __CAPTURE_IFINFO_H__ */