Remove inet_aton() checks from configure and HAVE_INET_ATON from config.h.in

This commit is contained in:
kris 2007-01-27 00:29:47 +00:00
parent 4cbb311bc4
commit 811df5594f
3 changed files with 2 additions and 7 deletions

View file

@ -151,8 +151,6 @@
#undef BSD_NETWORKING
#undef HAVE_INET_ATON
#undef HAVE_STRCASESTR
#undef IN_ADDR_DEEPSTRUCT

4
configure vendored
View file

@ -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

View file

@ -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])