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
|
||||||
dnl Checks for libary functions
|
dnl Checks for libary functions
|
||||||
dnl
|
dnl
|
||||||
AC_FUNC_FORK
|
|
||||||
AC_FUNC_LSTAT
|
AC_FUNC_LSTAT
|
||||||
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
|
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
|
||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
|
@ -152,9 +152,6 @@
|
|||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_VFORK_H
|
|
||||||
# include <vfork.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_WCHAR_H
|
#ifdef HAVE_WCHAR_H
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user