add interface macro

This commit is contained in:
Chris PeBenito 2005-06-08 13:11:47 +00:00
parent b46609f09f
commit a9ec5414d1

View File

@ -26,6 +26,19 @@ define(`requires_block_template',`
')
')
##############################
#
# In the future interfaces could be in loadable modules
#
# module_interface(name,rules)
#
define(`module_interface',`
define(`$1',`
requires_block_template(`$1'_depend)
$2
')
')
##############################
#
# Optional policy handling