Mercurial > crates > nonstick
view libpam-sys/build.rs @ 166:2f5913131295
Separate flag/action flags into flags and action.
This also individualizes the type of flag for each PAM function,
so that you can only call a function with the right flags and values.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Jul 2025 00:32:24 -0400 |
parents | 4b3a5095f68c |
children | 0730f5f2ee2a |
line wrap: on
line source
use libpam_sys_consts::pam_impl; fn main() { println!("cargo:rustc-link-lib=pam"); pam_impl::enable_pam_impl_cfg(); }