This commit is contained in:
chris
2002-11-04 12:29:06 +00:00
parent 09e55647de
commit 83c173350b
21 changed files with 732 additions and 34 deletions

View File

@@ -6,6 +6,10 @@
*
*/
#include "config.h"
#ifdef HAVE_REGCOMP
#include <sys/types.h>
#include <regex.h>
#include <stdio.h>
@@ -54,3 +58,4 @@ int screen_filter_match(char *s) {
}
}
#endif /* HAVE_REGCOMP */