[
https://issues.apache.org/jira/browse/TS-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644108#comment-13644108
]
ASF subversion and git services commented on TS-1860:
-----------------------------------------------------
Commit d1bb9ed9e1f12de3f97c0c5101e848c96e2a18da in branch refs/heads/master
from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d1bb9ed ]
TS-1860 cacheurl doesn't compile on platforms with pcre/pcre.h (e.g.
solaris).
> cacheurl doesn't compile on platforms with pcre/pcre.h (e.g. solaris)
> ---------------------------------------------------------------------
>
> Key: TS-1860
> URL: https://issues.apache.org/jira/browse/TS-1860
> Project: Traffic Server
> Issue Type: Improvement
> Components: Plugins
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Fix For: 3.3.3
>
>
> E.g. we need
> {code}
> +#include "ink_config.h"
> +
> +#ifdef HAVE_PCRE_PCRE_H
> +#include <pcre/pcre.h>
> +#else
> +#include <pcre.h>
> +#endif
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira