Revision 9206,
911 bytes
checked in by ghudson, 28 years ago
(diff) |
Includes config-defs.h and declares variables based on
autoconf-determined values.
|
Line | |
---|
1 | /* $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/config.h,v 1.1 1996-10-14 04:56:40 ghudson Exp $ |
---|
2 | * |
---|
3 | * +++ This file is *not* generated by configure; config-defs.h is! +++ |
---|
4 | * |
---|
5 | * In the original TranScript release, this file declares some global |
---|
6 | * variables used by TranScript programs. This is now done by using |
---|
7 | * the definitions from config-defs.h, which is generated by configure. |
---|
8 | * config-defs.h also defines several useful configuration symbols. |
---|
9 | */ |
---|
10 | #ifndef CONFIG_H |
---|
11 | #define CONFIG_H 1 |
---|
12 | |
---|
13 | #include "config-defs.h" |
---|
14 | |
---|
15 | /**** global variables used by TranScript components ****/ |
---|
16 | |
---|
17 | char *PSLibDir = DATADIR "/ps/"; |
---|
18 | char *PPDDir = DATADIR "/ps/ppd/"; |
---|
19 | char *TroffFontDir = DATADIR "/ps/troff.font/Times/"; |
---|
20 | char *DitDir = DATADIR "/ps/ditroff.font/Times/"; |
---|
21 | char *TempDir = "/var/tmp"; |
---|
22 | char *ResourceDir = DATADIR "/ps/"; |
---|
23 | char *lp = "lpr"; |
---|
24 | char *bindir = BINDIR "/"; |
---|
25 | |
---|
26 | #endif /* CONFIG_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.