You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
400 B
12 lines
400 B
7 years ago
|
--- curl-sys-0.4.9/lib.rs.orig 2018-09-12 12:59:06.000000000 -0700
|
||
|
+++ curl-sys-0.4.9/lib.rs 2018-09-13 13:12:04.228581344 -0700
|
||
|
@@ -7,8 +7,6 @@ extern crate libz_sys;
|
||
|
extern crate openssl_sys;
|
||
|
#[cfg(windows)]
|
||
|
extern crate winapi;
|
||
|
-#[cfg(feature = "http2")]
|
||
|
-extern crate libnghttp2_sys;
|
||
|
|
||
|
use libc::{c_int, c_char, c_uint, c_short, c_long, c_double, c_void, size_t, time_t};
|
||
|
use libc::c_ulong;
|