summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h
index b05e6a7..a6868f9 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -122,6 +122,6 @@ struct f_tree {
#define NEW_F_VAL struct f_val * val; val = cfg_alloc(sizeof(struct f_val));
-#define FF_OUTGOING 1
+#define FF_FORCE_TMPATTR 1 /* Force all attributes to be temporary */
#endif