changeset 3403:4151b7a0e415

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 20:00:49 +0000
parents 60feb55713b2
children 777e0d4f775a
files src/m/pmax.h
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/pmax.h	Tue Jun 01 19:57:02 1993 +0000
+++ b/src/m/pmax.h	Tue Jun 01 20:00:49 1993 +0000
@@ -50,6 +50,13 @@
 #define HAVE_ALLOCA
 #endif
 
-/* I *think* this is what mcc@timessqr.gc.cuny.edu says is needed.
-   But I'm not sure; this might not even be the right file.  */
+/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet.
+   If you don't have DECnet and this causes trouble,
+   just delete the definition.  */
 #define LIBS_MACHINE -ldnet
+
+#if 0 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a.  */
+/* dob@tis.inel.gov says this is needed.  */
+#undef KERNEL_FILE
+#define KERNEL_FILE "/unix"
+#endif