Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <syslog.h>
#include <errno.h>
#include <warn_stat.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <msg_vstream.h>
#include <msg_syslog.h>
#include <argv.h>
#include <iostuff.h>
#include <stringops.h>
#include <mail_proto.h>
#include <mail_queue.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_conf.h>
#include <mail_task.h>
#include <clean_env.h>
#include <mail_stream.h>
#include <cleanup_user.h>
#include <record.h>
#include <rec_type.h>
#include <mail_dict.h>
#include <user_acl.h>
#include <rec_attr_map.h>
#include <mail_parm_split.h>
マクロ定義 | |
#define | STREQ(x, y) (strcmp(x,y) == 0) |
関数 | |
int | main (int argc, char **argv) |
変数 | |
char * | var_submit_acl |
MAIL_VERSION_STAMP_DECLARE | |
#define STREQ | ( | x, | |
y | |||
) | (strcmp(x,y) == 0) |
postdrop.c の 222 行目に定義があります。
MAIL_VERSION_STAMP_DECLARE |
postdrop.c の 218 行目に定義があります。
char* var_submit_acl |
postdrop.c の 166 行目に定義があります。