source:
trunk/server/nsswitch/wscript_configure
| Last change on this file was 745, checked in by , 13 years ago | |
|---|---|
| File size: 265 bytes | |
| Rev | Line | |
|---|---|---|
| [740] | 1 | #!/usr/bin/env python |
| 2 | ||
| 3 | conf.CHECK_HEADERS('nss.h nss_common.h ns_api.h') | |
| 4 | ||
| 5 | conf.CHECK_HEADERS('security/pam_appl.h security/pam_modules.h pam/pam_modules.h', together=True) | |
| 6 | conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True, headers='security/pam_appl.h') |
Note:
See TracBrowser
for help on using the repository browser.
