source: trunk/third/ispell/local.h.sun4 @ 10441

Revision 10441, 1.1 KB checked in by ghudson, 27 years ago (diff)
Platform-specific ispell configuration header.
Line 
1/* $Id: local.h.sun4,v 1.1 1997-09-29 08:53:22 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
30#define CC "@COMPILER@"
Note: See TracBrowser for help on using the repository browser.