Postfix3.3.1
マクロ定義 | 関数 | 変数
postconf.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <msg.h>
#include <msg_vstream.h>
#include <dict.h>
#include <htable.h>
#include <vstring.h>
#include <vstream.h>
#include <stringops.h>
#include <name_mask.h>
#include <warn_stat.h>
#include <mymalloc.h>
#include <mail_params.h>
#include <mail_conf.h>
#include <mail_version.h>
#include <mail_run.h>
#include <mail_dict.h>
#include <postconf.h>

[ソースコード]

マクロ定義

#define PCF_MAIN_OR_MASTER   (PCF_MAIN_PARAM | PCF_MASTER_ENTRY | PCF_MASTER_FLD | PCF_MASTER_PARAM)
 

関数

int main (int argc, char **argv)
 

変数

PCF_PARAM_TABLEpcf_param_table
 
PCF_MASTER_ENTpcf_master_table
 
int pcf_cmd_mode = PCF_DEF_MODE
 
 MAIL_VERSION_STAMP_DECLARE
 

マクロ定義詳解

#define PCF_MAIN_OR_MASTER   (PCF_MAIN_PARAM | PCF_MASTER_ENTRY | PCF_MASTER_FLD | PCF_MASTER_PARAM)

関数詳解

int main ( int  argc,
char **  argv 
)

postconf.c781 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

postconf.c617 行目に定義があります。

int pcf_cmd_mode = PCF_DEF_MODE

postconf.c612 行目に定義があります。

PCF_MASTER_ENT* pcf_master_table

postconf.c611 行目に定義があります。

PCF_PARAM_TABLE* pcf_param_table

postconf.c610 行目に定義があります。