commit 673a400bc3b3c1a939b38d0f526a7a92e8e0d2db
parent fb9310c60e1fd607a2e14e8449d089ff2a582c06
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Thu, 3 Sep 2015 09:29:10 -0700
Adds missing USE_TCPKILL config.h.in entry
Guh, forgot to add an entry to config.h.in to carry forward the configure
option for --enable-tcpkill.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h.in b/config.h.in
@@ -7,6 +7,7 @@
#define USE_PCRE @USE_PCRE@
#define USE_IPv6 @USE_IPv6@
+#define USE_TCPKILL @USE_TCPKILL@
#define HAVE_DLT_RAW @HAVE_DLT_RAW@
#define HAVE_DLT_PFLOG @HAVE_DLT_PFLOG@
@@ -23,4 +24,3 @@ extern void PCAP_RESTART_FUNC();
#define USE_DROPPRIVS @USE_DROPPRIVS@
#define DROPPRIVS_USER @DROPPRIVS_USER@
-