#[cfg(target_os = "bitrig")] pub use ::constants::bitrig::NegativeE::*;
#[cfg(target_os = "dragonfly")] pub use ::constants::dragonfly::NegativeE::*;
#[cfg(target_os = "freebsd")] pub use ::constants::freebsd::NegativeE::*;
#[cfg(any(target_os = "android", target_os = "linux"))] pub use ::constants::linux_like::NegativeE::*;
#[cfg(any(target_os = "ios", target_os = "macos"))] pub use ::constants::macosx_like::NegativeE::*;
#[cfg(target_os = "netbsd")] pub use ::constants::netbsd::NegativeE::*;
#[cfg(target_os = "openbsd")] pub use ::constants::openbsd::NegativeE::*;
#[cfg(target_os = "solaris")] pub use ::constants::solaris::NegativeE::*;
#[cfg(windows)] pub use ::constants::windows::NegativeE::*;