summaryrefslogtreecommitdiff
path: root/src/m/pmax.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-08 07:00:13 +0000
committerJim Blandy <jimb@redhat.com>1993-06-08 07:00:13 +0000
commit84357aba3c6eef8c03fc96d819c5dd705d8ecfd3 (patch)
tree040ae4c57302f76232f5fcc7dd9f26ea3aa16388 /src/m/pmax.h
parent62f8ac7cfd0db435b24c01c0cf95466e92a1b38a (diff)
downloademacs-84357aba3c6eef8c03fc96d819c5dd705d8ecfd3.tar.gz
* config.h.in (HAVE_LIBDNET): New macro, to be defined by
../configure. * m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET is #defined.
Diffstat (limited to 'src/m/pmax.h')
-rw-r--r--src/m/pmax.h6
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 */
#define HAVE_ALLOCA
#endif
-/* 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. */
+/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */
+#ifdef HAVE_LIBDNET
#define LIBS_MACHINE -ldnet
+#endif
/* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */
#undef KERNEL_FILE