summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-03 12:39:13 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-03 12:39:13 +0000
commit53c1a7305e119b397c3e80acfdd4a6aecc7ce121 (patch)
treea2236297ee385d7b06e347fd9c3bd9c581f2b957 /template.h
parent4c0e6b5073d9778688f4ef995bb3198ce9082c50 (diff)
downloadrsyslog-53c1a7305e119b397c3e80acfdd4a6aecc7ce121.tar.gz
rsyslog-53c1a7305e119b397c3e80acfdd4a6aecc7ce121.tar.xz
rsyslog-53c1a7305e119b397c3e80acfdd4a6aecc7ce121.zip
added support for dynamic file names in selector lines. Can now be created
with templates.
Diffstat (limited to 'template.h')
-rw-r--r--template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.h b/template.h
index 80770895..a23a3ba6 100644
--- a/template.h
+++ b/template.h
@@ -4,8 +4,8 @@
* begun 2004-11-17 rgerhards
*/
-#ifdef FEATURE_REGEXP
-/* Include regular expressions */
+#ifdef FEATURE_REGEXP
+/* Include regular expressions */
#include <regex.h>
#endif