aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-04-27 12:44:41 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-04-27 12:44:41 +0200
commitbaacd922116636576ff0b67600cb1eea94796088 (patch)
tree3ff21253c05bbc31ccc8964626f61c0a94881bef /configure
parent61e222dd8a9a4d41e381bfcf958102bd2c02b47e (diff)
./configure updated with ./autogen.shv1.42release
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 16 insertions, 1 deletions
diff --git a/configure b/configure
index e28e4d1..6aa7728 100755
--- a/configure
+++ b/configure
@@ -5816,6 +5816,21 @@ else
fi
done
+if test x"${use_msw}" = x; then
+for ac_func in inet_ntoa
+do :
+ ac_fn_c_check_func "$LINENO" "inet_ntoa" "ac_cv_func_inet_ntoa"
+if test "x$ac_cv_func_inet_ntoa" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_INET_NTOA 1
+_ACEOF
+
+else
+ as_fn_error $? "Missing essential std functions." "$LINENO" 5
+fi
+done
+
+fi
# Check whether --enable-pcap was given.
if test "${enable_pcap+set}" = set; then :
@@ -5944,7 +5959,7 @@ else
pcap_enabled=
fi
- for ac_func in pcap_compile pcap_close pcap_setfilter pcap_dispatch
+ for ac_func in pcap_compile pcap_close pcap_setfilter pcap_dispatch pcap_findalldevs pcap_freealldevs
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"