Ignore:
Timestamp:
Oct 26, 2025, 12:17:47 PM (16 hours ago)
Author:
katerina
Message:

Fix for ticket #476 (move logfile monitoring module from PCRE to PCRE2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_check.c

    r581 r588  
    3939#define FIL__  _("sh_log_check.c")
    4040
    41 /* Debian/Ubuntu: libpcre3-dev */
    42 #ifdef HAVE_PCRE_PCRE_H
    43 #include <pcre/pcre.h>
     41/* Debian/Ubuntu: libpcre2-dev */
     42#define PCRE2_CODE_UNIT_WIDTH 8
     43#ifdef HAVE_PCRE2_PCRE2_H
     44#include <pcre2/pcre2.h>
    4445#else
    45 #include <pcre.h>
     46#include <pcre2.h>
    4647#endif
    4748
Note: See TracChangeset for help on using the changeset viewer.