Date: Tue, 12 Oct 1999 22:35:11 +0100 (MET) From: Gisle Vanem To: djgpp AT delorie DOT com Subject: patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Seems that is missing HAVE_x for truncate(). This should be added to 2.03: + /* Define if you have the the truncate() library function. */ + #undef HAVE_TRUNCATE + #define HAVE_TRUNCATE 1 Gisle V.