mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Remove checks and unnecessary includes of sys/timeb.h (handled within nbase)
This commit is contained in:
@@ -132,7 +132,6 @@
|
||||
/* $Id: */
|
||||
|
||||
#include <winclude.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
|
||||
|
||||
@@ -107,9 +107,6 @@
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/timeb.h> header file. */
|
||||
#undef HAVE_SYS_TIMEB_H
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
|
||||
4
ncat/configure
vendored
4
ncat/configure
vendored
@@ -2250,8 +2250,6 @@ ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ac_aux_dir=
|
||||
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
||||
if test -f "$ac_dir/install-sh"; then
|
||||
@@ -3800,7 +3798,7 @@ fi
|
||||
done
|
||||
|
||||
|
||||
for ac_header in fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/param.h sys/socket.h sys/time.h sys/timeb.h unistd.h sys/un.h
|
||||
for ac_header in fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/param.h sys/socket.h sys/time.h unistd.h sys/un.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"
|
||||
|
||||
@@ -39,7 +39,7 @@ AC_PATH_TOOL([STRIP], [strip], [/bin/true])
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_CHECK_HEADERS([fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/param.h sys/socket.h sys/time.h sys/timeb.h unistd.h sys/un.h])
|
||||
AC_CHECK_HEADERS([fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/param.h sys/socket.h sys/time.h unistd.h sys/un.h])
|
||||
AC_CHECK_HEADERS([linux/vm_sockets.h], , , [#include <sys/socket.h>])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
@@ -132,7 +132,6 @@
|
||||
/* $Id: */
|
||||
|
||||
#include <winclude.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user