#ifndef __BADWORDS_H #define __BADWORDS_H #include #include #include #ifndef _WIN32 #include "tre/regex.h" #else #include "win32/regex.h" #endif #define MAX_MATCH 1 #define MAX_WORDLEN 64 #define PATTERN "\\w*%s\\w*" #define REPLACEWORD "" #endif