| . . . |
|
| # define DO_DEBUG 1 |
/* compile in debug code */ |
| # define DO_TESTING 0 |
/* set this to "1" to test only */ |
| # if DO_TESTING |
|
| # define FILENAME_NW_INI "./nw.ini" |
/* full name of ini (conf) file */ |
| . . . |
|
| # else |
|
| # define FILENAME_NW_INI "/etc/nwserv.conf" |
/* full name of ini (conf) file */ |
| # define PATHNAME_PROGS "/usr/sbin" |
/* where to find the executables */ |
| # define PATHNAME_BINDERY "/var/nwserv/db" |
/* directory for bindery-files */ |
| # endif |
|
| . . . |
|
| # define MAX_CONNECTIONS 5 |
/* max. number of simultanous*/ |
| |
/* connections handled by mars_nwe */ |
| # define IPX_DATA_GR_546 2 |
/* allow ipx packets > 546+30 Byte */ |
| . . . |
|
| # define MAX_NW_VOLS 10 |
/*max. number of mars_nwe-volumes */ |
. . . |
|
# define WITH_NAME_SPACE_CALLS 1 |
|
| . . . |
|
| /* <------------------------ next is for linux only --------------------------->
*/ |
| # define INTERNAL_RIP_SAP 1 |
/* use internal/own rip/sap routines */ |
| . . . |
|
| /* <------------------------------------------------------------------->
*/ |
| # define SHADOW_PWD 1 |
/* change to '1' for shadow passwds */ |