aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-01-08 13:50:02 -0800
committerBenoit Lamarche <benoitlamarche@google.com>2018-01-09 16:37:30 +0100
commit177e89fee0dedf327ac369ca753e7b84ae83780b (patch)
tree9547cbcf6ebd9868b2055c276b2fdd20d86b66cb
parentd6cc5657f76e9d919cb763997c725dac3d737bfe (diff)
downloadcurl-177e89fee0dedf327ac369ca753e7b84ae83780b.tar.gz
Fix Mac build (probably).
Bug: 71735807 Test: N/A (cherry picked from commit b9969e6169628fbb2a786edcf33e85df432821c4) Change-Id: Ibb046c74c2821bcc9f4b384d64be3f79d2a63141
-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 f5ba92735..4d809946e 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