s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[bbaumbach/samba-autobuild/.git] / source4 / auth / wscript_configure
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)