Mercurial > emacs
diff src/s/gnu-linux.h @ 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 | 6c88b630141b |
| children | d7069bd44885 |
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
