You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/04/28 21:54:16 UTC

[jira] [Created] (TS-1860) cacheurl doesn't compile on platforms with pcre/pcre.h (e.g. solaris)

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