Leif Hedstrom created TS-1860:
---------------------------------
Summary: 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
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