|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <vstream.h>#include <vstring.h>#include <readlline.h>#include <dict.h>#include <stringops.h>#include <htable.h>#include <mac_expand.h>#include <mail_params.h>#include <mail_conf.h>#include <postconf.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
関数 | |
| void | pcf_read_parameters (void) |
| void | pcf_set_parameters (char **name_val_array) |
| void | pcf_show_parameters (VSTREAM *fp, int mode, int param_class, char **names) |
| #define STR | ( | x | ) | vstring_str(x) |
postconf_main.c の 101 行目に定義があります。
| void pcf_read_parameters | ( | void | ) |
postconf_main.c の 105 行目に定義があります。
| void pcf_set_parameters | ( | char ** | name_val_array | ) |
postconf_main.c の 122 行目に定義があります。
postconf_main.c の 184 行目に定義があります。
1.8.9.1