mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
and #define the latter.
This commit is contained in:
parent
e0e8ed67ff
commit
9199fa7f7f
1 changed files with 6 additions and 0 deletions
|
|
@ -214,3 +214,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
/* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue