Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/build.rs @ 111:04105e9a7de8
Fix constants in libpam-sys-test.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 02:19:48 -0400 |
parents | 2346fd501b7a |
children | 178310336596 |
comparison
equal
deleted
inserted
replaced
110:2346fd501b7a | 111:04105e9a7de8 |
---|---|
24 | 24 |
25 #[cfg_pam_impl("OpenPam")] | 25 #[cfg_pam_impl("OpenPam")] |
26 fn test_config() -> TestConfig { | 26 fn test_config() -> TestConfig { |
27 TestConfig { | 27 TestConfig { |
28 headers: vec![ | 28 headers: vec![ |
29 "security/pam_types.h", | 29 "security/pam_types.h".into(), |
30 "security/openpam.h", | 30 "security/openpam.h".into(), |
31 "security/pam_appl.h", | 31 "security/pam_appl.h".into(), |
32 "security/pam_constants.h", | 32 "security/pam_constants.h".into(), |
33 ], | 33 ], |
34 ignore_consts: vec![], | 34 ignore_consts: vec![], |
35 } | 35 } |
36 } | 36 } |
37 | 37 |