Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <htable.h>
#include <vstring.h>
#include <get_hostname.h>
#include <stringops.h>
#include <mynetworks.h>
#include <mail_conf.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <mail_addr.h>
#include <inet_proto.h>
#include <server_acl.h>
#include <postconf.h>
#include "time_vars.h"
#include "bool_vars.h"
#include "int_vars.h"
#include "str_vars.h"
#include "raw_vars.h"
#include "nint_vars.h"
#include "nbool_vars.h"
#include "long_vars.h"
#include "install_vars.h"
#include "time_table.h"
#include "bool_table.h"
#include "int_table.h"
#include "str_table.h"
#include "install_table.h"
#include "raw_table.h"
#include "nint_table.h"
#include "nbool_table.h"
#include "long_table.h"
#include "str_fn_vars.h"
#include "str_fn_table.h"
マクロ定義 | |
#define | STR(x) vstring_str(x) |
関数 | |
void | pcf_register_builtin_parameters (const char *procname, pid_t pid) |
#define STR | ( | x | ) | vstring_str(x) |
postconf_builtin.c の 179 行目に定義があります。
void pcf_register_builtin_parameters | ( | const char * | procname, |
pid_t | pid | ||
) |
postconf_builtin.c の 366 行目に定義があります。