We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HAVE_CLOCK_GETTIME_MONOTONIC
1 parent 8936e34 commit a15236dCopy full SHA for a15236d
curl-sys/build.rs
@@ -271,10 +271,11 @@ fn main() {
271
} else {
272
if target.contains("-apple-") {
273
cfg.define("__APPLE__", None).define("macintosh", None);
274
+ } else {
275
+ cfg.define("HAVE_CLOCK_GETTIME_MONOTONIC", None);
276
}
277
278
cfg.define("RECV_TYPE_ARG1", "int")
- .define("HAVE_CLOCK_GETTIME_MONOTONIC", None)
279
.define("HAVE_GETTIMEOFDAY", None)
280
.define("HAVE_PTHREAD_H", None)
281
.define("HAVE_ARPA_INET_H", None)
0 commit comments