Postfix3.3.1
|
#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_TABLE * | pcf_param_table |
PCF_MASTER_ENT * | pcf_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) |
postconf.c の 781 行目に定義があります。
MAIL_VERSION_STAMP_DECLARE |
postconf.c の 617 行目に定義があります。
int pcf_cmd_mode = PCF_DEF_MODE |
postconf.c の 612 行目に定義があります。
PCF_MASTER_ENT* pcf_master_table |
postconf.c の 611 行目に定義があります。
PCF_PARAM_TABLE* pcf_param_table |
postconf.c の 610 行目に定義があります。