[
https://issues.apache.org/jira/browse/TS-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-1860:
------------------------------
Fix Version/s: 3.3.3
Assignee: Leif Hedstrom
> 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