fixed wrong defintion of HAWK_UCH_PROP_ALNUM and HAWK_BCH_PROP_ALNUM

This commit is contained in:
2019-12-26 05:57:57 +00:00
parent d2ed09fe4d
commit 4db2d0fc41
7 changed files with 45 additions and 11 deletions

18
hawk/configure vendored
View File

@@ -18634,7 +18634,23 @@ fi
done
for ac_header in netinet/in.h sys/un.h netpacket/packet.h net/if_dl.h
for ac_header in netinet/in.h sys/un.h netpacket/packet.h net/if.h net/if_dl.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
#include <sys/types.h>
#include <sys/socket.h>
"
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi
done
for ac_header in sys/stropts.h sys/macstat.h linux/ethtool.h linux/sockios.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"