diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 12:44:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 12:44:41 +0200 |
commit | baacd922116636576ff0b67600cb1eea94796088 (patch) | |
tree | 3ff21253c05bbc31ccc8964626f61c0a94881bef /configure | |
parent | 61e222dd8a9a4d41e381bfcf958102bd2c02b47e (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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" |