diff options
| author | Richard M. Stallman | 1993-09-14 12:12:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-09-14 12:12:42 +0000 |
| commit | edb0cf8d8d015b1a07f33e64e10706068c9b0162 (patch) | |
| tree | 55fb7f269cb68b3445189a1b8b8e00ca55366185 /src | |
| parent | 7ea69158f0a00e84d31738ab6e9ea414c66b1410 (diff) | |
| download | emacs-edb0cf8d8d015b1a07f33e64e10706068c9b0162.tar.gz emacs-edb0cf8d8d015b1a07f33e64e10706068c9b0162.zip | |
(LIBS_MACHINE): Make definition empty.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c30ae7c4ffc..719f647f37b 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -217,5 +217,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 217 | /* Rob Malouf <malouf@csli.stanford.edu> says: | 217 | /* Rob Malouf <malouf@csli.stanford.edu> says: |
| 218 | SYSV IPC is standard a standard part of Linux since version 0.99pl10, | 218 | SYSV IPC is standard a standard part of Linux since version 0.99pl10, |
| 219 | and is a very common addition to previous versions. */ | 219 | and is a very common addition to previous versions. */ |
| 220 | #define LIBS_MACHINE -lipc | 220 | /* alane@wozzle.linet.org says that -lipc is not a separate library, |
| 221 | since libc-4.4.1. So -lipc was deleted. */ | ||
| 222 | #define LIBS_MACHINE | ||
| 221 | #define HAVE_SYSVIPC | 223 | #define HAVE_SYSVIPC |