Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/build.rs @ 122:9e05e44050d0
Ignore all the irrelevant header files on Illumos.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 04:22:39 -0400 |
parents | 397743cb70e2 |
children | f469b8d9ad78 |
comparison
equal
deleted
inserted
replaced
121:397743cb70e2 | 122:9e05e44050d0 |
---|---|
38 PamImpl::Sun => TestConfig { | 38 PamImpl::Sun => TestConfig { |
39 headers: vec![ | 39 headers: vec![ |
40 "security/pam_appl.h".into(), | 40 "security/pam_appl.h".into(), |
41 "security/pam_modules.h".into(), | 41 "security/pam_modules.h".into(), |
42 ], | 42 ], |
43 block_headers: vec!["sys/types.h".into()], | 43 block_headers: vec!["sys/.*".into()], |
44 ..Default::default() | 44 ..Default::default() |
45 }, | 45 }, |
46 PamImpl::XSso => Default::default(), | 46 PamImpl::XSso => Default::default(), |
47 other => panic!("Unknown PAM implementation {other:?}"), | 47 other => panic!("Unknown PAM implementation {other:?}"), |
48 }; | 48 }; |