extern crate pcap_config; fn main() { pcap_config::Config::new().statik(true).find().unwrap(); }