Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-1860

cacheurl doesn't compile on platforms with pcre/pcre.h (e.g. solaris)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.4
    • Plugins
    • None

    Description

      E.g. we need

      +#include "ink_config.h"
      +
      +#ifdef HAVE_PCRE_PCRE_H
      +#include <pcre/pcre.h>
      +#else
      +#include <pcre.h>
      +#endif
      

      Attachments

        Activity

          People

            zwoop Leif Hedstrom
            zwoop Leif Hedstrom
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: