home *** CD-ROM | disk | FTP | other *** search
- /*
- * netbios version of c-tree
- * System Config
- *
- * This program is the CONFIDENTIAL and PROPRIETARY property
- * of FairCom(R) Corporation. Any unauthorized use, reproduction or
- * transfer of this program is strictly prohibited.
- *
- * Copyright (c) 1987, 1988, 1989 FairCom Corporation
- * (Subject to limited distribution and
- * restricted disclosure only.)
- * *** ALL RIGHTS RESERVED ***
- *
- * 4006 West Broadway
- * Columbia, MO 65203
- *
- *
- * c-tree(R) Version 4.3
- * Release C
- * February 7, 1989 17:30
- *
- */
-
- #define MEM_CUSHION 2000 /* number of bytes to preserve for alloc */
- /* after terminate/stay resident */
-
- #define NBRTO 100 /* receive timeout 100 == 50 sec */
- #define NBSTO 100 /* send timeout 100 == 50 sec */
-
- #define SRV_RNCBS 4 /* number of server receive buffers */
- #define SRV_SNCBS 2 /* number of server send buffers */
-
-
- #define SRV_NETNAME "CTREESERVER " /* server network name (16 chars) */
- #define USR_NETNAME "CTxxxxxxxxxxxx " /* user net name (16 chars) */
- /* xxx's are replaced with hex-asci */
- /* net bios permanent node number */
- #define USR_NODENDX 2 /* index to unique part of user name */
-
-