Mercurial > crates > nonstick
view 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 | e27c5c667a5a |
line wrap: on
line source
use libpam_sys_consts::pam_impl; fn main() { pam_impl::enable_pam_impl_cfg() }