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

NetBSD defines innetgr() in <netgroup.h>

This commit is contained in:
Volker Lendecke 2008-02-01 13:04:10 +01:00
parent e26ba6a3c6
commit 7ad8e22073
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