mars-nwe/examples/config.h

17 lines
833 B
C
Raw Normal View History

2011-11-13 00:38:55 +01:00
/* config.h: 22-Jan-96 */
2011-11-13 00:38:55 +01:00
/* some of this config is needed by make, others by cc */
#define FILENAME_NW_INI "/etc/nwserv.conf" /* full name of ini (conf) file */
#define PATHNAME_PROGS "/sbin" /* path location of progs */
#define PATHNAME_BINDERY "/etc" /* path location of bindery */
2011-11-13 00:38:55 +01:00
2011-11-13 00:38:55 +01:00
#define MAX_CONNECTIONS 5 /* max. Number of Connections */
2011-11-13 00:38:55 +01:00
/* must be < 256 !!! */
2011-11-13 00:38:55 +01:00
#define MAX_NW_VOLS 10 /* max. Volumes */
2011-11-13 00:38:55 +01:00
#define MAX_NET_DEVICES 5 /* max. Netdevices, frames */
#define IPX_DATA_GR_546 1 /* allow ipx packets > 546+30 Byte */
2011-11-13 00:38:55 +01:00
2011-11-13 00:38:55 +01:00
#define MAX_NW_ROUTES 50 /* max. networks (internal + external) */
2011-11-13 00:38:55 +01:00
#define MAX_NW_SERVERS 40 /* max. count of servers */