// includes pcre2.h with the appropriate preprocessor definitions.
// do not include pcre2.h directly.

#ifndef PCRE_INC_H_
#define PCRE_INC_H_

#define PCRE2_STATIC
#define PCRE2_CODE_UNIT_WIDTH 32
#include <pcre2.h>

#endif // PCRE_INC_H_