# HG changeset patch # User Jim Blandy # Date 740072155 0 # Node ID b9d69ed987e74a2a7e0e8bd5c49f76a9eb72722e # Parent 27768df385e2e62028223744709223ff655dad0c * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, and #define the latter. diff -r 27768df385e2 -r b9d69ed987e7 src/s/gnu-linux.h --- 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 says it doesn't work well. */ /* #define SIGNALS_VIA_CHARACTERS */ + +/* Rob Malouf 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