Mercurial > emacs
diff src/s/gnu-linux.h @ 4719:f250e1299a74
(LIBS_MACHINE): Make definition empty.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 14 Sep 1993 12:12:42 +0000 |
| parents | d7069bd44885 |
| children | d60016b1f6da |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Tue Sep 14 12:10:53 1993 +0000 +++ b/src/s/gnu-linux.h Tue Sep 14 12:12:42 1993 +0000 @@ -217,5 +217,7 @@ /* 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 +/* alane@wozzle.linet.org says that -lipc is not a separate library, + since libc-4.4.1. So -lipc was deleted. */ +#define LIBS_MACHINE #define HAVE_SYSVIPC
