mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-11 15:03:11 +08:00
Use PCRE_STATIC pcre_plugin.c
This commit is contained in:
parent
74081c8146
commit
4de45ff3a8
@ -7,14 +7,13 @@
|
|||||||
|
|
||||||
#include "../../structures.h"
|
#include "../../structures.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#define PCRE_STATIC
|
||||||
#include "pcre.h"
|
#include "pcre.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PCRE_STATIC
|
|
||||||
|
|
||||||
#ifndef isnumber
|
#ifndef isnumber
|
||||||
#define isnumber(i_n_arg) ((i_n_arg>='0')&&(i_n_arg<='9'))
|
#define isnumber(i_n_arg) ((i_n_arg>='0')&&(i_n_arg<='9'))
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user