3 #ifndef _DOMAIN_LIST_H_INCLUDED_
4 #define _DOMAIN_LIST_H_INCLUDED_
10 /* match a host or domain name against a pattern list
12 /* #include <domain_list.h>
19 #include <match_list.h>
20 #include <match_ops.h>
25 #define DOMAIN_LIST MATCH_LIST
27 #define domain_list_init(f, p) match_list_init((f), (p), 1, match_hostname)
28 #define domain_list_match match_list_match
29 #define domain_list_free match_list_free
34 /* The Secure Mailer license must be distributed with this software.
37 /* IBM T.J. Watson Research
39 /* Yorktown Heights, NY 10598, USA