Mercurial > emacs
comparison src/m/pmax.h @ 3406:829998469d86
(KERNEL_FILE): New override definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 20:25:45 +0000 |
parents | 4151b7a0e415 |
children | 6c1a1b79536c |
comparison
equal
deleted
inserted
replaced
3405:b48f023e8e29 | 3406:829998469d86 |
---|---|
53 /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. | 53 /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. |
54 If you don't have DECnet and this causes trouble, | 54 If you don't have DECnet and this causes trouble, |
55 just delete the definition. */ | 55 just delete the definition. */ |
56 #define LIBS_MACHINE -ldnet | 56 #define LIBS_MACHINE -ldnet |
57 | 57 |
58 #if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ | 58 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */ |
59 /* dob@tis.inel.gov says this is needed. */ | |
60 #undef KERNEL_FILE | 59 #undef KERNEL_FILE |
61 #define KERNEL_FILE "/unix" | 60 #define KERNEL_FILE "/vmunix" |
62 #endif |