summaryrefslogtreecommitdiff
path: root/libc-test/test/linux_ipv6.rs
blob: 2c0adb2812cad435b009fb7a285d0810d8b005d0 (plain)
1
2
3
4
5
6
7
8
9
10
#![allow(bad_style, improper_ctypes, unused, deprecated)]

extern crate libc;
use libc::*;

#[cfg(target_os = "linux")]
include!(concat!(env!("OUT_DIR"), "/linux_ipv6.rs"));

#[cfg(not(target_os = "linux"))]
fn main() {}