summaryrefslogtreecommitdiff
path: root/pcre-inc.h
blob: 6c36f4ab097415fb9261e4c99ea4f30eb3546c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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 0
#include <pcre2.h>

#endif // PCRE_INC_H_