Ticket #1788: remove obsolete checks for <pwd.h> and <grp.h>

remove obsolete checks for <pwd.h> and <grp.h>

Signed-off-by: Enrico Weigelt, metux IT service <weigelt@metux.de>
This commit is contained in:
Enrico Weigelt, metux IT service 2009-11-02 17:11:49 +01:00 committed by Ilia Maslakov
parent 18c5f4e315
commit 551ac003a4
2 changed files with 3 additions and 3 deletions

View File

@ -140,8 +140,8 @@ if test x"$enable_extcharset" = x"yes"; then
fi
AC_PROG_INSTALL
AC_CHECK_HEADERS([unistd.h string.h memory.h grp.h limits.h malloc.h \
termios.h utime.h fcntl.h pwd.h sys/statfs.h sys/vfs.h sys/time.h \
AC_CHECK_HEADERS([unistd.h string.h memory.h limits.h malloc.h \
termios.h utime.h fcntl.h sys/statfs.h sys/vfs.h sys/time.h \
sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h \
security/pam_misc.h sys/socket.h sys/sysmacros.h sys/types.h \
sys/mkdev.h wchar.h wctype.h])

View File

@ -42,7 +42,7 @@ AC_HEADER_STDC
AC_HEADER_DIRENT
AC_HEADER_TIME
AC_CHECK_HEADERS(arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
AC_CHECK_HEADERS(unistd.h utime.h sys/id.h limits.h memory.h net/if.h)
AC_CHECK_HEADERS(compat.h rpc/rpc.h rpcsvc/nis.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h)
AC_CHECK_HEADERS(sys/param.h ctype.h sys/resource.h sys/ioctl.h sys/mode.h)
AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h string.h strings.h sys/socket.h)