1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

NetBSD defines innetgr() in <netgroup.h>

(This used to be commit 7ad8e22073)
This commit is contained in:
Volker Lendecke 2008-02-01 13:04:10 +01:00
parent a8d59ebe81
commit d49754944c
2 changed files with 5 additions and 0 deletions

View File

@ -965,6 +965,7 @@ AC_CHECK_HEADERS(sys/sysmacros.h)
AC_CHECK_HEADERS(sys/syslog.h syslog.h)
AC_CHECK_HEADERS(langinfo.h locale.h)
AC_CHECK_HEADERS(xfs/libxfs.h)
AC_CHECK_HEADERS(netgroup.h)
AC_CHECK_HEADERS(rpcsvc/yp_prot.h,,,[[
#if HAVE_RPC_RPC_H

View File

@ -250,6 +250,10 @@ typedef int ber_int_t;
#include <langinfo.h>
#endif
#if HAVE_NETGROUP_H
#include <netgroup.h>
#endif
#if defined(HAVE_AIO_H) && defined(WITH_AIO)
#include <aio.h>
#endif