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

7 lines
259 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2010-03-19 12:06:33 +03:00
conf.CHECK_HEADERS('nss.h nss_common.h ns_api.h')
2010-03-23 16:32:23 +03:00
conf.CHECK_HEADERS('security/pam_appl.h security/pam_modules.h pam/pam_modules.h', together=True)
conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True, headers='security/pam_appl.h')