Signed-off-by: Stephen Gran <steve@lobefin.net>
# HAVE_GREYLIST is undefined
# USE_GREYLISTING is undefined
<% end -%>
+<% if has_variable?("policyd-weight") && policyd-weight == "true" -%>
+HAVE_POLICYD = 1
+<% else -%>
+# HAVE_POLICYD is undefined
+<% end -%>
<% if has_variable?("bugs_host") && bugs_host == "true" -%>
HAS_USER_DEBBUGS = 1
<% else -%>
-# HAS_USER_DEBBUGS is undefind
+# HAS_USER_DEBBUGS is undefined
<% end -%>
<% if has_variable?("qa_host") && qa_host == "true" -%>
HAS_USER_QA = 1