"Dr. Volker Zell" <Dr.Volker.Zell(a)oracle.com> writes:
Hi
Here is a patch for auto detecting integer types. The cygwin version has
the same problems as FreeBSD/NetBSD.
Also included is a patch which avoids using Motif for cygwin. This is
needed because the latest gcc-3.4.4 for cygwin seems to produce an
executable which runs fine but coredumps on every exit which is very annoying.
Ciao
Volker
------------------- xemacs-21.4.17/ChangeLog ----------------
2005-11-15 Dr. Volker Zell <Dr.Volker.Zell(a)oracle.com>
* configure.in: Avoid using Motif also for cygwin
2005-11-15 Dr. Volker Zell <Dr.Volker.Zell(a)oracle.com>
* configure.in: Check for u_int*_t typedefs and use them in
Berkeley DB detection.
------------------- xemacs-21.4.17/src/ChangeLog -------------------
2005-11-15 Dr. Volker Zell <Dr.Volker.Zell(a)oracle.com>
* config.h.in: New HAVE_U_INT*_T defines.
* database.c: Only use u_int*_t typedefs if not already
defined.
APPROVE COMMIT 21.4
This patch will appear in 21.4.18.
Thank you,
Vin