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
2005-10-11 20:49:41 +00:00

23 lines
352 B
C

#ifndef _CONFIG_H
#define _CONFIG_H
/* $Id$ */
extern int configtime;
extern int maxfsize;
extern int 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