Prefix HAVE_SCTP macro with WEBRTC_.
Generated automatically with:
git grep -l "\bHAVE_SCTP\b" | xargs \
sed -i '' 's/HAVE_SCTP/WEBRTC_HAVE_SCTP/g'
Bug: webrtc:11142
Change-Id: I30e16a40ca7a7e388940191df22b705265b42cb4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/202251
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33042}
diff --git a/BUILD.gn b/BUILD.gn
index f8707da..e7ac7e8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -261,7 +261,7 @@
}
if (rtc_enable_sctp) {
- defines += [ "HAVE_SCTP" ]
+ defines += [ "WEBRTC_HAVE_SCTP" ]
}
if (rtc_enable_external_auth) {