repo.or.cz
/
Samba
/
ekacnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4:operational LDB - don't accidentally "ate" search helper attributes if we need...
[Samba/ekacnet.git]
/
nsswitch
/
config.m4
blob
680ee5daf025b4b1dd3c2c6be51d0b94305d0b9c
1
AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
2
3
case "$host_os" in
4
*linux*)
5
SMB_BUILD_LIBRARY(nss_winbind,
6
[../nsswitch/winbind_nss_linux.o],
7
[LIBWINBIND-CLIENT])
8
;;
9
*)
10
;;
11
esac