Postfix3.3.1
|
#include <sys_defs.h>
#include <time.h>
#include <msg.h>
#include <iostuff.h>
#include <htable.h>
#include <ring.h>
#include <events.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <scache.h>
#include <mail_server.h>
#include <mail_conf.h>
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | VSTREQ(x, y) (strcmp(STR(x),y) == 0) |
関数 | |
int | main (int argc, char **argv) |
変数 | |
int | var_scache_ttl_lim |
int | var_scache_stat_time |
time_t | scache_start_time |
MAIL_VERSION_STAMP_DECLARE | |
#define STR | ( | x | ) | vstring_str(x) |