[88] in SIPB_Linux_Development
SYSV IPC lib?
daemon@ATHENA.MIT.EDU (Calvin Clark)
Sun Jul 11 18:10:49 1993
Date: Sun, 11 Jul 93 18:11:02 -0400
From: Calvin Clark <ckclark@mit.edu>
To: linux-dev@athena.mit.edu
The end of linux.h in the Emacs 19 source says this:
/* 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
However, I can't find libipc.a in /usr/lib, /lib, or /usr/local/lib.
(Not that I actually want to *use* SYSV IPC for anything, when we have
sockets, but...)
-Calvin