aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorJim Blandy1993-06-14 15:35:55 +0000
committerJim Blandy1993-06-14 15:35:55 +0000
commit9199fa7f7f182aeb77ea48a43483753ca5bad32e (patch)
treed415b416b138ccdeb39c486c1913b24990dfee61 /src/s/gnu-linux.h
parente0e8ed67ff4df4ecb96fe767dc0872fbaf44ea7d (diff)
downloademacs-9199fa7f7f182aeb77ea48a43483753ca5bad32e.tar.gz
emacs-9199fa7f7f182aeb77ea48a43483753ca5bad32e.zip
* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
and #define the latter.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h6
1 files changed, 6 insertions, 0 deletions
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. */
214/* Let's try this out, just in case. 214/* Let's try this out, just in case.
215 Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ 215 Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */
216/* #define SIGNALS_VIA_CHARACTERS */ 216/* #define SIGNALS_VIA_CHARACTERS */
217
218/* Rob Malouf <malouf@csli.stanford.edu> says:
219 SYSV IPC is standard a standard part of Linux since version 0.99pl10,
220 and is a very common addition to previous versions. */
221#define LIBS_MACHINE -lipc
222#define HAVE_SYSVIPC