changeset 3729:b9d69ed987e7

* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, and #define the latter.
author Jim Blandy <jimb@redhat.com>
date Mon, 14 Jun 1993 15:35:55 +0000
parents 27768df385e2
children 473c03886fc2
files src/s/gnu-linux.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Mon Jun 14 15:24:24 1993 +0000
+++ b/src/s/gnu-linux.h	Mon Jun 14 15:35:55 1993 +0000
@@ -214,3 +214,9 @@
 /* Let's try this out, just in case.
    Nah.  Rik Faith <faith@cs.unc.edu> says it doesn't work well.  */
 /* #define SIGNALS_VIA_CHARACTERS */
+
+/* Rob Malouf <malouf@csli.stanford.edu> says:
+   SYSV IPC is standard a standard part of Linux since version 0.99pl10,
+   and is a very common addition to previous versions.  */
+#define LIBS_MACHINE -lipc
+#define HAVE_SYSVIPC