From 9199fa7f7f182aeb77ea48a43483753ca5bad32e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 14 Jun 1993 15:35:55 +0000 Subject: [PATCH] * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, and #define the latter. --- src/s/gnu-linux.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 2858fec12af..b26778c64cf 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -214,3 +214,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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