source: trunk/server/nsswitch/wscript_configure@ 812

Last change on this file since 812 was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 265 bytes
Line 
1#!/usr/bin/env python
2
3conf.CHECK_HEADERS('nss.h nss_common.h ns_api.h')
4
5conf.CHECK_HEADERS('security/pam_appl.h security/pam_modules.h pam/pam_modules.h', together=True)
6conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True, headers='security/pam_appl.h')
Note: See TracBrowser for help on using the repository browser.