6 |
#define ASC_CONFIG_H |
#define ASC_CONFIG_H |
7 |
|
|
8 |
#define ASC_DEFAULTPATH "@DEFAULT_ASCENDLIBRARY@" |
#define ASC_DEFAULTPATH "@DEFAULT_ASCENDLIBRARY@" |
9 |
|
|
10 |
|
/* |
11 |
|
* The following are the environment variables ASCEND requires. |
12 |
|
* If the user does not have the DIST_ENVIRONVAR set in his or her |
13 |
|
* environment, a default value is set based on the directory where the |
14 |
|
* ascend binary lives. The other environment variables will be set |
15 |
|
* to default values keyed off of DIST_ENVIRONVAR. See the function |
16 |
|
* CheckEnvironmentVars later in this file for the details. |
17 |
|
*/ |
18 |
|
#define DIST_ENVIRONVAR "ASCENDDIST" |
19 |
|
#define ASCTK_ENVIRONVAR "ASCENDTK" |
20 |
|
#define BITMAP_ENVIRONVAR "ASCENDBITMAPS" |
21 |
|
#define LIBR_ENVIRONVAR "ASCENDLIBRARY" |
22 |
|
|
23 |
#endif |
#endif |