#include <sys_defs.h>
#include <limits.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <argv.h>
#include <myaddrinfo.h>
#include <valid_hostname.h>
#include <sock_addr.h>
#include <mail_conf.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <mail_params.h>
#include <dns.h>
#include <mail_server.h>
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
関数 | |
int | main (int argc, char **argv) |
変数 | |
int | var_dnsblog_delay |
MAIL_VERSION_STAMP_DECLARE | |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
#define STR | ( | x | ) | vstring_str(x) |