mars-nwe/examples/config.h

13 lines
601 B
C
Raw Normal View History

2011-11-13 00:38:55 +01:00
/* config.h: 10-Dec-95 */
/* 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 */
#define MAX_NW_VOLS 10 /* max. Volumes */
#define MAX_NET_DEVICES 1 /* max. Netdevices, frames */
2011-11-13 00:38:55 +01:00
#define IPX_DATA_GR_546 1 /* allow ipx packets > 546+30 Byte */
2011-11-13 00:38:55 +01:00