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:
parent
a8d59ebe81
commit
d49754944c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user