delorie.com/archives/browse.cgi | search |
Date: | Tue, 27 Jul 1999 09:35:37 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Michel de Ruiter <Michel AT smr DOT nl> |
cc: | "'DJGPP workers'" <djgpp-workers AT delorie DOT com> |
Subject: | Re: your mail |
In-Reply-To: | <B0FEA00E82A7D1118BFB00A0CC990278213342@ARGON> |
Message-ID: | <Pine.SUN.3.91.990727093511.5354A-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, 26 Jul 1999, Michel de Ruiter wrote: > +#define HAVE_LRAND48 1 This is not needed for Emacs, since <sys/config.h> already defines HAVE_RANDOM which causes the same effect (HAVE_LRAND48 is only used to know how many random bits are in a result of the system RNG function). > +#define HAVE_SETPGID 1 This one is used by Emacs in a part of source that isn't compiled in the DJGPP version (and our setpgid is a trivial no-op anyway, so it's hard to say we ``have'' it).
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |