aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-10-02 13:43:14 -0700
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-10-02 13:43:14 -0700
commit25061413cf979f7dfed9f3cd63a08450d64f96ba (patch)
treea550fd00f62a2ea284ce09c2068f9651b53e72f8 /include
parent1f8efa266d585dc5a4d450da3b27e758e71d3250 (diff)
parenta1902c867dcdb3e849b14cc43dcfe9f05ffb87b4 (diff)
Merge pull request #3602 from grpc/release-0_11
Upmerge from beta to master.
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/port_platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 3157a902a4..434dd6de87 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -178,8 +178,6 @@
#endif /* _LP64 */
#elif defined(__APPLE__)
#include <TargetConditionals.h>
-/* Provides IPV6_RECVPKTINFO */
-#define __APPLE_USE_RFC_3542
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif