|
Postfix3.3.1
|
#include <sys_defs.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <ctype.h>#include <string.h>#include <msg.h>#include <vstring.h>#include <vstream.h>#include <stringops.h>#include <mail_params.h>#include <mail_queue.h>#include <quote_822_local.h>#include <deliver_flock.h>#include <mail_proto.h>#include "bounce_service.h"マクロ定義 | |
| #define | NOT_NULL_EMPTY(s) ((s) != 0 && *(s) != 0) |
| #define | STR(x) vstring_str(x) |
関数 | |
| int | bounce_append_service (int unused_flags, char *service, char *queue_id, RECIPIENT *rcpt, DSN *dsn) |
| #define NOT_NULL_EMPTY | ( | s | ) | ((s) != 0 && *(s) != 0) |
| #define STR | ( | x | ) | vstring_str(x) |
1.8.9.1