Date: Wed, 13 Oct 1999 12:02:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 12 Oct 1999, Gisle Vanem wrote: > Seems that is missing HAVE_x for truncate(). This > should be added to 2.03: sys/config.h is not supposed to have a HAVE_xx definition for every library function. In fact, sys/config.h is nowadays deprecated because DJGPP ports of GNU software are now configured by running the configure script via Bash. Please tell the details about the case where you needed this, and why you need sys/config.h to handle that case. I'd like to make only minimal changes to sys/config.h that are absolutely necessary, because they might break the few packages that *do* use sys/config.h.