![]() |
s/qmail 4.3.20
Next generation secure email transport
|
#include <sys/stat.h>
#include <unistd.h>
#include <stdio.h>
#include "buffer.h"
#include "logmsg.h"
#include "genalloc.h"
#include "stralloc.h"
#include "getln.h"
#include "open.h"
#include "token822.h"
#include "control.h"
#include "auto_qmail.h"
#include "byte.h"
#include "env.h"
#include "qmail.h"
Go to the source code of this file.
Macros | |
#define | WHO "newinclude" |
#define | fnbin bin.s |
#define | fntmp tmp.s |
Functions | |
void | writeerr () |
void | readcontrols () |
int | main (int argc, char *const *argv) |
Variables | |
char * | fnlist |
char | listbuf [BUFSIZE_LINE] |
buffer | bi |
stralloc | bin = {0} |
stralloc | tmp = {0} |
char | tmpbuf [BUFSIZE_LINE] |
buffer | bt |
stralloc | me = {0} |
stralloc | defaulthost = {0} |
stralloc | defaultdomain = {0} |
stralloc | plusdomain = {0} |
stralloc | cbuf = {0} |
token822_alloc | toks = {0} |
token822_alloc | tokaddr = {0} |
stralloc | address = {0} |
stralloc | line = {0} |
int | match |
#define fnbin bin.s |
Definition at line 35 of file newinclude.c.
#define fntmp tmp.s |
Definition at line 37 of file newinclude.c.
#define WHO "newinclude" |
Definition at line 17 of file newinclude.c.
void readcontrols | ( | ) |
Definition at line 98 of file newinclude.c.
void writeerr | ( | ) |
stralloc address = {0} |
Definition at line 140 of file newinclude.c.
buffer bi |
Definition at line 32 of file newinclude.c.
stralloc bin = {0} |
Definition at line 34 of file newinclude.c.
buffer bt |
Definition at line 39 of file newinclude.c.
stralloc cbuf = {0} |
Definition at line 137 of file newinclude.c.
stralloc defaultdomain = {0} |
Definition at line 95 of file newinclude.c.
stralloc defaulthost = {0} |
Definition at line 94 of file newinclude.c.
char* fnlist |
Definition at line 30 of file newinclude.c.
stralloc line = {0} |
Definition at line 199 of file newinclude.c.
char listbuf[BUFSIZE_LINE] |
Definition at line 31 of file newinclude.c.
int match |
Definition at line 200 of file newinclude.c.
stralloc me = {0} |
Definition at line 93 of file newinclude.c.
stralloc plusdomain = {0} |
Definition at line 96 of file newinclude.c.
stralloc tmp = {0} |
Definition at line 36 of file newinclude.c.
char tmpbuf[BUFSIZE_LINE] |
Definition at line 38 of file newinclude.c.
token822_alloc tokaddr = {0} |
Definition at line 139 of file newinclude.c.
token822_alloc toks = {0} |
Definition at line 138 of file newinclude.c.