diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/pmax.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index 8cbc258dde7..bd3b298a960 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -50,10 +50,10 @@ NOTE-END */ | |||
| 50 | #define HAVE_ALLOCA | 50 | #define HAVE_ALLOCA |
| 51 | #endif | 51 | #endif |
| 52 | 52 | ||
| 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 | #ifdef HAVE_LIBDNET |
| 55 | just delete the definition. */ | ||
| 56 | #define LIBS_MACHINE -ldnet | 55 | #define LIBS_MACHINE -ldnet |
| 56 | #endif | ||
| 57 | 57 | ||
| 58 | /* 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 | #undef KERNEL_FILE | 59 | #undef KERNEL_FILE |