s4:libnet_become_dc - change counter variables to "unsigned" where they count LDB...
[Samba/kamenim.git] / nsswitch / config.m4
blobb49ecbcc5e9dd165f75a529f72ac6af85adbe141
1 AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
3 case "$host_os" in
4         *linux*)
5             if test x"$MERGED_BUILD" != x"1"; then
6                 SMB_BUILD_LIBRARY(nss_winbind,
7                             [../nsswitch/winbind_nss_linux.o],
8                             [LIBWINBIND-CLIENT])
9                 SMB_MAKE_SETTINGS([nss_winbind_VERSION = 2])
10                 SMB_MAKE_SETTINGS([nss_winbind_SOVERSION = 2])
11             fi
12         ;;
13         *)
14         ;;
15 esac