mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
7 lines
259 B
Python
7 lines
259 B
Python
#!/usr/bin/env python
|
|
|
|
conf.CHECK_HEADERS('nss.h nss_common.h ns_api.h')
|
|
|
|
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')
|