aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-01-08 23:25:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-08 23:25:26 +0000
commitd5b0896d7a6a51089af20193e74244163da6b846 (patch)
tree9547cbcf6ebd9868b2055c276b2fdd20d86b66cb
parent96660a18c5b612ca290c8266e8d90bebccf0dee5 (diff)
parentb9969e6169628fbb2a786edcf33e85df432821c4 (diff)
downloadandroid_external_curl-d5b0896d7a6a51089af20193e74244163da6b846.tar.gz
android_external_curl-d5b0896d7a6a51089af20193e74244163da6b846.tar.bz2
android_external_curl-d5b0896d7a6a51089af20193e74244163da6b846.zip
Merge "Fix Mac build (probably)."
-rw-r--r--lib/curl_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index f5ba927..4d80994 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -433,7 +433,9 @@
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the <linux/tcp.h> header file. */
+#if !defined(__APPLE__)
#define HAVE_LINUX_TCP_H 1
+#endif
/* if your compiler supports LL */
#define HAVE_LL 1