Subject: Re: gnucash issues
To: None <tech-pkg@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: tech-pkg
Date: 02/08/2004 13:29:30
--8nsIa27JVQLqB7/C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
"Martin J. Laubach" <mjl@emsi.priv.at> wrote:
> >++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
>=20
> This probably should read ... __NetBSD__ < 0106nnnnnnnn
> with the nnnn indicating when the RTLD_DEFAULT appeared?
According to http://cvsweb.netbsd.org/bsdweb.cgi/src/include/dlfcn.h
that would be 20030530, right?
So we'd arrive at
#if !defined(__FreeBSD__) && \
!(defined(__NetBSD__) && __NetBSD__ < 010620030530))
or
#if !(defined(__FreeBSD__) || \
(defined(__NetBSD__) && __NetBSD__ < 010620030530))
(Not very pretty.)
-Jan
--=20
Of course it runs NetBSD! http://www.netbsd.org
--8nsIa27JVQLqB7/C
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (NetBSD)
iD8DBQFAJoAKfFtkr68iakwRAhYcAJ9Y+XrYVKeHG1IaKIOMux1ENJKHtQCZAQIi
GR910mnKgqPlhwy7e4d/GZY=
=HpPM
-----END PGP SIGNATURE-----
--8nsIa27JVQLqB7/C--