mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
switch for gregex and regex.h
This commit is contained in:
parent
5dcf291f21
commit
f5cbbebc2e
8 changed files with 133 additions and 2 deletions
|
|
@ -22,6 +22,10 @@
|
|||
#include "misc.h"
|
||||
#include "commands.h"
|
||||
|
||||
#ifndef USE_GREGEX
|
||||
# include <regex.h>
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int condition;
|
||||
GInputFunction function;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue