This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbcico/config.h

25 lines
397 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _CONFIG_H
#define _CONFIG_H
#include "../lib/structs.h"
#include "../lib/common.h"
extern long configtime;
extern long maxfsize;
extern long maxmsize;
extern char *name;
extern char *phone;
extern char *flags;
extern char *inbound;
extern char *myfqdn;
extern char *debugfile;
extern char *nonpacked;
extern char *magicname;
extern char *dosoutbound;
extern char *uxoutbound;
#endif