summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_conf.h
blob: 4eea6498864847b49f07fba64f218ffe111171ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 *	Name:		nt_conf.h
 *	Derived From:	unix_conf.h (gvdl)
 *	Author: 	Jerry Sexton
 *	Created On:	9th August 1991
 *	Purpose:	Host side config defines
 *
 *	(c)Copyright Insignia Solutions Ltd., 1991. All rights reserved.
 */

/*
 * HOST defines for resource value option names. These are host specific and may
 * be changed or added to without base recompilation as long as the method used
 * below is adhered to.
 */

/* Host specific hostID #defines. */
#define C_LAST_OPTION   LAST_BASE_CONFIG_DEFINE+1

/************************************/
/* Defines for host specific things */
/************************************/

/* The name of the resource file for this host machine. */
#define SYSTEM_HOME	"SPCHOME"
#define SYSTEM_CONFIG	"$SPCHOME\\SOFTPC.REZ"
#define USER_CONFIG	"$SPCHOME\\SOFTPC.REZ"

GLOBAL CHAR *host_expand_environment_vars(char *scp);