1extern crate pcap_config; 2 3fn main() { 4 pcap_config::Config::new().statik(true).find().unwrap(); 5}