Remove unnecessary vfork.h include

This commit is contained in:
Mukund Sivaraman 2009-09-20 14:08:14 +05:30
parent 73409c9fe1
commit 23464e88ad
2 changed files with 0 additions and 4 deletions

View File

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

View File

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