done
-for ac_header in fcntl.h sys/time.h unistd.h strings.h
+for ac_header in fcntl.h sys/time.h unistd.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"
dnl Checks for header files.
AC_CHECK_HEADERS(sys/poll.h, have_poll_sys_h=yes, have_sys_poll_h=no)
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h strings.h)
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_TIME
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
-
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
done
-for ac_header in fcntl.h sys/time.h unistd.h strings.h
+for ac_header in fcntl.h sys/time.h unistd.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"
dnl Checks for header files.
AC_CHECK_HEADERS(sys/poll.h, have_poll_sys_h=yes, have_sys_poll_h=no)
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h strings.h)
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_TIME
#include <assert.h>
#include <string.h>
#include <stdlib.h>
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
-
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-
-#if HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>