source:
vendor/3.6.0/source4/auth/wscript_configure
Last change on this file was 740, checked in by , 13 years ago | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | conf.CHECK_HEADERS('security/pam_appl.h') |
4 | conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True) |
5 | |
6 | if (conf.CHECK_HEADERS('sasl/sasl.h') and |
7 | conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')): |
8 | conf.DEFINE('HAVE_SASL', 1) |
Note:
See TracBrowser
for help on using the repository browser.