diff options
| author | Richard M. Stallman | 1993-06-01 20:00:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 20:00:49 +0000 |
| commit | 069ca42f232d09b2b8d9f73da132d78ef4a08f20 (patch) | |
| tree | 867348e87f11694dfd00d18d215e58af0d5c055b /src | |
| parent | a2d80780f0fa76cd00e3460f52add154efc2bfa5 (diff) | |
| download | emacs-069ca42f232d09b2b8d9f73da132d78ef4a08f20.tar.gz emacs-069ca42f232d09b2b8d9f73da132d78ef4a08f20.zip | |
Comment changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/pmax.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index 9221f32c7b7..320b96f551f 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -50,6 +50,13 @@ NOTE-END */ | |||
| 50 | #define HAVE_ALLOCA | 50 | #define HAVE_ALLOCA |
| 51 | #endif | 51 | #endif |
| 52 | 52 | ||
| 53 | /* I *think* this is what mcc@timessqr.gc.cuny.edu says is needed. | 53 | /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. |
| 54 | But I'm not sure; this might not even be the right file. */ | 54 | If you don't have DECnet and this causes trouble, |
| 55 | just delete the definition. */ | ||
| 55 | #define LIBS_MACHINE -ldnet | 56 | #define LIBS_MACHINE -ldnet |
| 57 | |||
| 58 | #if 0 /* 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 | ||
| 61 | #define KERNEL_FILE "/unix" | ||
| 62 | #endif | ||