|
Postfix3.3.1
|
#include <sys_defs.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <htable.h>#include <mac_expand.h>#include <stringops.h>#include <mail_conf.h>#include <mail_params.h>#include <postconf.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | NO_SCAN_RESULT ((VSTRING *) 0) |
| #define | NO_SCAN_FILTER ((char *) 0) |
| #define | SCAN_USER_PARAMETER_VALUE(value, class, scope) |
| #define | RECURSIVE 1 |
関数 | |
| void | pcf_register_user_parameters (void) |
| #define NO_SCAN_FILTER ((char *) 0) |
postconf_user.c の 99 行目に定義があります。
| #define NO_SCAN_RESULT ((VSTRING *) 0) |
postconf_user.c の 98 行目に定義があります。
| #define RECURSIVE 1 |
| #define SCAN_USER_PARAMETER_VALUE | ( | value, | |
| class, | |||
| scope | |||
| ) |
postconf_user.c の 103 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
postconf_user.c の 93 行目に定義があります。
| void pcf_register_user_parameters | ( | void | ) |
postconf_user.c の 348 行目に定義があります。
1.8.9.1