<p>Joshua Colp has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7403">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_http_post: Not all versions of gmime have GMIME_MAJOR_VERSION.<br><br>This change makes the presence of the GMIME_MAJOR_VERSION<br>definition optional, as not all versions of gmime actually<br>define it.<br><br>ASTERISK-27454<br><br>Change-Id: I01d99590045971ed6787899147170a5954077238<br>---<br>M res/res_http_post.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/03/7403/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_http_post.c b/res/res_http_post.c<br>index 3e1ed03..4b864b5 100644<br>--- a/res/res_http_post.c<br>+++ b/res/res_http_post.c<br>@@ -57,7 +57,7 @@<br> #ifdef GMIME_TYPE_CONTENT_TYPE<br> #define AST_GMIME_VER_24<br> #endif<br>-#if GMIME_MAJOR_VERSION >= 3<br>+#if defined(GMIME_MAJOR_VERSION) && (GMIME_MAJOR_VERSION >= 3)<br> #define AST_GMIME_VER_30<br> #endif<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7403">change 7403</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7403"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: certified/13.18 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I01d99590045971ed6787899147170a5954077238 </div>
<div style="display:none"> Gerrit-Change-Number: 7403 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>