From baacd922116636576ff0b67600cb1eea94796088 Mon Sep 17 00:00:00 2001
From: Toni Uhlig <matzeton@googlemail.com>
Date: Sat, 27 Apr 2019 12:44:41 +0200
Subject: ./configure updated with ./autogen.sh

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
---
 src/config.h.in | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'src/config.h.in')

diff --git a/src/config.h.in b/src/config.h.in
index 87d4c0b..be017be 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -57,6 +57,9 @@
 /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H
 
+/* Define to 1 if you have the `inet_ntoa' function. */
+#undef HAVE_INET_NTOA
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -93,6 +96,12 @@
 /* Define to 1 if you have the `pcap_dispatch' function. */
 #undef HAVE_PCAP_DISPATCH
 
+/* Define to 1 if you have the `pcap_findalldevs' function. */
+#undef HAVE_PCAP_FINDALLDEVS
+
+/* Define to 1 if you have the `pcap_freealldevs' function. */
+#undef HAVE_PCAP_FREEALLDEVS
+
 /* Define to 1 if you have the <pcap.h> header file. */
 #undef HAVE_PCAP_H
 
-- 
cgit v1.2.3