mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
a14c8acbba
commit
4ebfe75e0e
1197
source3/configure
vendored
1197
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -268,7 +268,7 @@ case "$host_os" in
|
||||
;;
|
||||
esac
|
||||
AC_CHECK_HEADERS(shadow.h netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
|
||||
AC_CHECK_HEADERS(nss.h sys/security.h security/pam_appl.h security/pam_modules.h)
|
||||
AC_CHECK_HEADERS(nss.h nss_common.h sys/security.h security/pam_appl.h security/pam_modules.h)
|
||||
AC_CHECK_HEADERS(stropts.h poll.h)
|
||||
AC_CHECK_HEADERS(sys/capability.h syscall.h sys/syscall.h)
|
||||
AC_CHECK_HEADERS(sys/acl.h sys/cdefs.h glob.h acl/acl.h)
|
||||
|
@ -999,3 +999,6 @@
|
||||
|
||||
/* Define if you have the socket library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* Define if you have the <nss_common.h> header file. */
|
||||
#undef HAVE_NSS_COMMON_H
|
||||
|
Loading…
Reference in New Issue
Block a user