|
Postfix3.3.1
|
#include <sys_defs.h>#include <sys/stat.h>#include <syslog.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <fcntl.h>#include <limits.h>#include <events.h>#include <msg.h>#include <msg_syslog.h>#include <vstring.h>#include <mymalloc.h>#include <iostuff.h>#include <vstream.h>#include <stringops.h>#include <myflock.h>#include <watchdog.h>#include <clean_env.h>#include <argv.h>#include <safe.h>#include <set_eugid.h>#include <set_ugid.h>#include <mail_params.h>#include <mail_version.h>#include <debug_process.h>#include <mail_task.h>#include <mail_conf.h>#include <open_lock.h>#include <inet_proto.h>#include <mail_parm_split.h>#include "master.h"マクロ定義 | |
| #define | MASTER_INIT_TIMEOUT 100 /* keep this limit generous */ |
| #define | MASTER_WATCHDOG_TIME 1000 |
関数 | |
| int | main (int argc, char **argv) |
変数 | |
| int | master_detach = 1 |
| int | init_mode = 0 |
| MAIL_VERSION_STAMP_DECLARE | |
| #define MASTER_INIT_TIMEOUT 100 /* keep this limit generous */ |
| #define MASTER_WATCHDOG_TIME 1000 |
1.8.9.1