[詳解] 1 #ifndef _DOMAIN_LIST_H_INCLUDED_
2 #define _DOMAIN_LIST_H_INCLUDED_
22 #define DOMAIN_LIST MATCH_LIST
24 #define domain_list_init(o, f, p)\
25 match_list_init((o), (f), (p), 1, match_hostname)
26 #define domain_list_match match_list_match
27 #define domain_list_free match_list_free