#include "config.h" #ifdef TTAIL_FMT_REGEX #ifndef _ttail_fmt_regex_h__ #define _ttail_fmt_regex_h__ #include #include #include #include #include #include "dateformats.h" #include "options.h" #define TTAIL_FMT_REGEX_NAME "regex" ttail_datefmt* ttail_fmt_regex_init(ttail_options* options); #endif #endif