478 lines
12 KiB
C
478 lines
12 KiB
C
#include <sys/stat.h>
|
|
#include <sys/io.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
#include <syslog.h>
|
|
#include <getopt.h>
|
|
#include <confuse.h>
|
|
|
|
#include "yasnd.h"
|
|
|
|
cfg_t *cf |