Remove unnecessary vfork.h include
This commit is contained in:
parent
73409c9fe1
commit
23464e88ad
@ -190,7 +190,6 @@ AC_UNP_CHECK_TYPE(in_addr_t, uint32_t)
|
||||
dnl
|
||||
dnl Checks for libary functions
|
||||
dnl
|
||||
AC_FUNC_FORK
|
||||
AC_FUNC_LSTAT
|
||||
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
|
||||
AC_FUNC_MALLOC
|
||||
|
@ -152,9 +152,6 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_VFORK_H
|
||||
# include <vfork.h>
|
||||
#endif
|
||||
#ifdef HAVE_WCHAR_H
|
||||
# include <wchar.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user