|
Postfix3.3.1
|
#include <match_list.h>マクロ定義 | |
| #define | DOMAIN_LIST MATCH_LIST |
| #define | domain_list_init(o, f, p) match_list_init((o), (f), (p), 1, match_hostname) |
| #define | domain_list_match match_list_match |
| #define | domain_list_free match_list_free |
| #define DOMAIN_LIST MATCH_LIST |
domain_list.h の 22 行目に定義があります。
| #define domain_list_free match_list_free |
domain_list.h の 27 行目に定義があります。
| #define domain_list_init | ( | o, | |
| f, | |||
| p | |||
| ) | match_list_init((o), (f), (p), 1, match_hostname) |
domain_list.h の 24 行目に定義があります。
| #define domain_list_match match_list_match |
domain_list.h の 26 行目に定義があります。
1.8.9.1