Date: Tue, 27 Jul 1999 09:35:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michel de Ruiter cc: "'DJGPP workers'" Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk On Mon, 26 Jul 1999, Michel de Ruiter wrote: > +#define HAVE_LRAND48 1 This is not needed for Emacs, since 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).