xref: /drstd/src/std/sys/unsupported/env.rs (revision 86982c5e9b2eaa583327251616ee822c36288824)
1 pub mod os {
2     pub const FAMILY: &str = "";
3     pub const OS: &str = "";
4     pub const DLL_PREFIX: &str = "";
5     pub const DLL_SUFFIX: &str = "";
6     pub const DLL_EXTENSION: &str = "";
7     pub const EXE_SUFFIX: &str = "";
8     pub const EXE_EXTENSION: &str = "";
9 }
10