1
0
mirror of https://github.com/3proxy/3proxy.git synced 2025-04-05 20:23:11 +08:00

use PCRE_STATIC

This commit is contained in:
Vladimir Dubrovin 2025-03-14 17:55:09 +03:00 committed by GitHub
parent c71370ec03
commit 74081c8146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,8 @@
extern "C" {
#endif
#define PCRE_STATIC
#ifndef isnumber
#define isnumber(i_n_arg) ((i_n_arg>='0')&&(i_n_arg<='9'))
#endif