From owner-freebsd-hackers Thu Aug 6 00:01:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13258 for freebsd-hackers-outgoing; Thu, 6 Aug 1998 00:01:02 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles231.castles.com [208.214.165.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13238 for ; Thu, 6 Aug 1998 00:00:45 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id XAA00975; Wed, 5 Aug 1998 23:58:57 -0700 (PDT) Message-Id: <199808060658.XAA00975@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter van Heusden cc: Andre Oppermann , hackers@FreeBSD.ORG Subject: Re: Threaded X libs.. In-reply-to: Your message of "Sat, 06 Aug 1998 07:51:33 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Aug 1998 23:58:56 -0700 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > In the Netscape Directory SDK source, apply the patch which follows > this message. It seems to work for me. Don't do this, as it's incorrect for FreeBSD 3.0 and later. Instead, if FreeBSD is defined, you should include osversion.h and test based on that. > Peter > -- > Peter van Heusden | Its the 90's, and collective action is STILL cool! > pvh@leftside.wcape.school.za | Get active in your union today! > > *** directory/c-sdk/ldap/libraries/libldap/ldap-int.h.old Tue Jul 21 21:15:49 1998 > --- directory/c-sdk/ldap/libraries/libldap/ldap-int.h Tue Jul 21 21:18:04 1998 > *************** > *** 79,85 **** > # include > #endif /* USE_SYSCONF */ > > ! #if !defined(_WINDOWS) && !defined(macintosh) && !defined(LINUX2_0) > #define NSLDAPI_HAVE_POLL 1 > #endif > > --- 79,85 ---- > # include > #endif /* USE_SYSCONF */ > > ! #if !defined(_WINDOWS) && !defined(macintosh) && !defined(LINUX2_0) && !defined(FREEBSD) > #define NSLDAPI_HAVE_POLL 1 > #endif > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message