--Boundary-02=_D+Eo9fF3k1P0y0C Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Content-Description: signed data Content-Disposition: inline On Sunday 06 October 2002 16:49, Marc Mutz wrote: > Hi! > > I get tons of these constructs in config.h with current CVS kdelibs: > > --begin-- > #if !defined(HAVE_USLEEP_PROTO) > #ifdef __cplusplus > extern "C" > #endif > int usleep (unsigned int); > #endif > > > /* Define if you have the usleep prototype */ > #define HAVE_USLEEP_PROTO 1 > --end-- > > Of course, they will break as soon as the fake prototype conflicts with > the real one, which is the case here for at least unsetenv(). > What does your config.log tell you about the test for unsetenv()? Seems that HAVE_UNSETENV_PROTO is undefined despite you having a prototype for it in some header file. Maybe the test is just using the wrong header file? regards, matze -- Matthias Welwarsky Fachschaft Informatik FH Darmstadt Email: matze@stud.fbi.fh-darmstadt.de "all software sucks equally, but some software is more equal" --Boundary-02=_D+Eo9fF3k1P0y0C Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQA9oE+DANO+fpRuZ2IRAqVQAJ41KyV1X/NfjuSMiwRS5BBlWE/IlgCgkMRd oCdXBZUxTlhV4y09mytQ5Bk= =KF66 -----END PGP SIGNATURE----- --Boundary-02=_D+Eo9fF3k1P0y0C--