view build.rs @ 156:66e662cde087 default tip

fix return type of get_authtok for weird PAMs
author Paul Fisher <paul@pfish.zone>
date Tue, 08 Jul 2025 01:04:30 -0400
parents 4b3a5095f68c
children
line wrap: on
line source

use libpam_sys_consts::pam_impl;

fn main() {
    pam_impl::enable_pam_impl_cfg()
}