Revision 17921,
1.2 KB
checked in by ghudson, 22 years ago
(diff) |
Point EXTRADICT at the right dictionary.
|
Line | |
---|
1 | /* $Id: local.h.linux,v 1.2 2002-09-13 00:40:19 ghudson Exp $ */ |
---|
2 | |
---|
3 | /* |
---|
4 | * WARNING WARNING WARNING |
---|
5 | * |
---|
6 | * This file is *NOT* a normal C header file! Although it uses C |
---|
7 | * syntax and is included in C programs, it is also processed by shell |
---|
8 | * scripts that are very stupid about format. |
---|
9 | * |
---|
10 | * Do not try to use #if constructs to configure this file for more |
---|
11 | * than one configuration. Do not place whitespace after the "#" in |
---|
12 | * "#define". Do not attempt to disable lines by commenting them out. |
---|
13 | * Do not use backslashes to reduce the length of long lines. |
---|
14 | * None of these things will work the way you expect them to. |
---|
15 | * |
---|
16 | * WARNING WARNING WARNING |
---|
17 | */ |
---|
18 | |
---|
19 | #define MINIMENU /* Display a mini-menu at the bottom of the screen */ |
---|
20 | #define NO8BIT /* Remove this if you use ISO character sets */ |
---|
21 | #define USG /* Define this on System V */ |
---|
22 | |
---|
23 | #define BINDIR "/usr/athena/bin" |
---|
24 | #define LIBDIR "/usr/athena/share" |
---|
25 | #define ELISPDIR "/usr/athena/share/emacs/site-lisp" |
---|
26 | #define TEXINFODIR "/usr/athena/info" |
---|
27 | #define MAN1DIR "/usr/athena/man/man1" |
---|
28 | #define MAN4DIR "/usr/athena/man/man4" |
---|
29 | #define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}" |
---|
30 | |
---|
31 | #define CC "@COMPILER@" |
---|
Note: See
TracBrowser
for help on using the repository browser.