Postfix3.3.1
マクロ定義
domain_list.h ファイル
#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.h22 行目に定義があります。

#define domain_list_free   match_list_free

domain_list.h27 行目に定義があります。

#define domain_list_init (   o,
  f,
 
)    match_list_init((o), (f), (p), 1, match_hostname)

domain_list.h24 行目に定義があります。

#define domain_list_match   match_list_match

domain_list.h26 行目に定義があります。