Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-04-18 11:51:06 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-04-18 11:51:06 +0300
commit54e6d3979e6e53a77744e5a63a63efa3f3b24571 (patch)
tree0921bec0f18c57b2195d26118660e6ae87878312 /include/zbxregexp.h
parentcdebeda0554dc67a571d6770813be6ead13d561b (diff)
....I..... [ZBX-3924] pcre for windows agent
Diffstat (limited to 'include/zbxregexp.h')
-rw-r--r--include/zbxregexp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/zbxregexp.h b/include/zbxregexp.h
index b00096f605d..34a7fa32e1f 100644
--- a/include/zbxregexp.h
+++ b/include/zbxregexp.h
@@ -34,10 +34,6 @@ typedef struct
}
zbx_expression_t;
-#ifdef _WINDOWS
-# include "gnuregex.h"
-#endif
-
/* regular expressions */
int zbx_regexp_compile(const char *regex_txt, int flags, regex_t *regex_compiled, char **error);
int zbx_regexp_exec(const char *string, const regex_t *regex_compiled, int flags, size_t count,