From: Kyle Fuller Date: Wed, 30 Sep 2015 16:17:48 +0000 (-0700) Subject: Always enable regex X-Git-Tag: 1.0.1~1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=01b01b13e161d2a291e824e326614041384cd4e3;p=znc-palaver.git Always enable regex --- diff --git a/palaver.cpp b/palaver.cpp index b3e0980..d5a1cdf 100644 --- a/palaver.cpp +++ b/palaver.cpp @@ -16,13 +16,9 @@ #include #if defined VERSION_MAJOR && defined VERSION_MINOR && VERSION_MAJOR >= 1 && VERSION_MINOR >= 5 -#if defined(__has_include) -#if __has_include() #define HAS_REGEX #include #endif -#endif -#endif #ifndef PALAVER_VERSION #define PALAVER_VERSION "unknown"