86a465e0429f264669be9e545ecc7e3cd1ac66c0
[oweals/cde.git] / cde / lib / DtSvc / DtUtil2 / DtPStrings.h
1 /*
2  * File:         DtPStrings.h $XConsortium: DtPStrings.h /main/5 1995/12/14 11:02:36 barstow $
3  * Language:     C
4  */
5 #ifndef _DtPStrings_h
6 #define _DtPStrings_h
7
8 /* 
9  * DT applications should use this name to look up DT-global 
10  * resources instead of argv[0].
11  */
12 #define DtDT_PROG_NAME          "dt"    
13
14 /* 
15  * DT applications should use this class name to look up DT-global
16  * resources.
17  */
18 #define DtDT_PROG_CLASS         "Dt"
19
20 /* 
21  * The following string constants define the standard DT configuration
22  * directories. 
23  */
24 #define DtPERSONAL_CONFIG_DIRECTORY             ".dt"
25 #define DtSM_SESSION_DIRECTORY                  "sessions"
26 #define DtSM_SESSION_DISPLAY_DIRECTORY          "display"
27 #define DtCURRENT_DT_VERSION                    "3.0"
28
29 /* 
30  * If you change the following two #defines, you must also change the
31  * related one below (DtDB_DIRS_DEFAULT). 
32  */
33 #define DtPERSONAL_DB_DIRECTORY         ".dt/types"
34 #define DtPERSONAL_TMP_DIRECTORY        ".dt/tmp"
35
36 /*
37  * Names for the message log files
38  */
39 #define DtERRORLOG_FILE                 "errorlog"
40 #define DtOLD_ERRORLOG_FILE             "errorlog.old"
41 #define DtOLDER_ERRORLOG_FILE           "errorlog.older"
42
43 /* 
44  * Strings for default types and icons
45  */
46 #define DtDEFAULT_DATA_FT_NAME                          "DATA"
47
48 /*
49  * The following string constants define the resource name,
50  * resource class and default values for the action bitmaps.
51  */
52 #define DtACTION_ICON_RESOURCE_NAME                     "actionIcon"
53 #define DtACTION_ICON_RESOURCE_CLASS                    "ActionIcon"
54 #define DtACTION_ICON_DEFAULT                           "Dtactn"
55
56 /*
57  * The following string constants define the resource name,
58  * resource class and default values for the Dt tmp directory path.
59  */
60 #define DtACTION_DTTMPDIR_RESOURCE_NAME                 "dtTmpDir"
61 #define DtACTION_DTTMPDIR_RESOURCE_CLASS                "DtTmpDir"
62 #define DtACTION_DTTMPDIR_DEFAULT                       ".dt/tmp"
63
64 /* Do not add anything after this endif. */
65 #endif /* _DtPStrings_h */