aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extcap.h b/extcap.h
index 9701ae52e3..509e007a5e 100644
--- a/extcap.h
+++ b/extcap.h
@@ -35,8 +35,6 @@
#include <ui/capture_ui_utils.h>
-#ifdef HAVE_EXTCAP
-
/* As boolean flags will be allowed any form of yes, true or any number != 0 (or starting with 0)
* The regex will be matched case-insensitive, so only the lower-case is defined here. */
#define EXTCAP_BOOLEAN_REGEX "^.*([yt1-9])"
@@ -110,8 +108,6 @@ extcap_cleanup(capture_options * capture_opts _U_);
#endif
-#endif
-
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*