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

Compile fix for wbinfo on solaris.

(This used to be commit cae6958f08)
This commit is contained in:
Tim Potter 2001-06-04 02:23:08 +00:00
parent a14c8acbba
commit 4ebfe75e0e
3 changed files with 601 additions and 601 deletions

1197
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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