mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove inet_aton() checks from configure and HAVE_INET_ATON from config.h.in
This commit is contained in:
parent
4cbb311bc4
commit
811df5594f
3 changed files with 2 additions and 7 deletions
|
|
@ -151,8 +151,6 @@
|
|||
|
||||
#undef BSD_NETWORKING
|
||||
|
||||
#undef HAVE_INET_ATON
|
||||
|
||||
#undef HAVE_STRCASESTR
|
||||
|
||||
#undef IN_ADDR_DEEPSTRUCT
|
||||
|
|
|
|||
4
configure
vendored
4
configure
vendored
|
|
@ -8132,9 +8132,7 @@ fi
|
|||
|
||||
|
||||
|
||||
|
||||
for ac_func in bzero memcpy nanosleep strerror \
|
||||
strcasestr inet_aton getopt_long_only
|
||||
for ac_func in bzero memcpy nanosleep strerror strcasestr getopt_long_only
|
||||
do
|
||||
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
|
|
|||
|
|
@ -736,8 +736,7 @@ fi
|
|||
|
||||
dnl Checks for library functions.
|
||||
dnl AC_TYPE_SIGNAL
|
||||
AC_CHECK_FUNCS(bzero memcpy nanosleep strerror \
|
||||
strcasestr inet_aton getopt_long_only)
|
||||
AC_CHECK_FUNCS(bzero memcpy nanosleep strerror strcasestr getopt_long_only)
|
||||
|
||||
AC_LANG_PUSH(C++)
|
||||
AC_MSG_CHECKING([for usleep])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue