view build.rs @ 158:d5b7b28d754e

Add `__TARGET_DEFAULT__` PamImpl and set up for docsrs build. Also fixes some formatting stuff.
author Paul Fisher <paul@pfish.zone>
date Sat, 12 Jul 2025 17:17:37 -0400
parents 4b3a5095f68c
children e27c5c667a5a
line wrap: on
line source

use libpam_sys_consts::pam_impl;

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