Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <msg.h>
#include <htable.h>
#include <dict.h>
#include <argv.h>
#include <stringops.h>
#include <mymalloc.h>
#include <vstring.h>
#include <vstream.h>
#include <mail_params.h>
#include <defer.h>
#include <maps.h>
#include <bounce.h>
#include <mypwd.h>
#include <canon_addr.h>
#include <sent.h>
#include <trace.h>
#include <dsn_mask.h>
#include "local.h"
マクロ定義 | |
#define | NO 0 |
#define | YES 1 |
#define | OWNER_ASSIGN(own) |
#define | DSN_SAVE_UPDATE(saved, old, new) |
関数 | |
int | deliver_alias (LOCAL_STATE state, USER_ATTR usr_attr, char *name, int *statusp) |
#define DSN_SAVE_UPDATE | ( | saved, | |
old, | |||
new | |||
) |
#define OWNER_ASSIGN | ( | own | ) |