Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 1998 23:58:56 -0700
From:      Mike Smith <mike@smith.net.au>
To:        Peter van Heusden <pvh@leftside.wcape.school.za>
Cc:        Andre Oppermann <oppermann@pipeline.ch>, hackers@FreeBSD.ORG
Subject:   Re: Threaded X libs.. 
Message-ID:  <199808060658.XAA00975@antipodes.cdrom.com>
In-Reply-To: Your message of "Sat, 06 Aug 1998 07:51:33 %2B0200." <Pine.BSF.3.95.980806074542.5914A-100000@leftside.wcape.school.za> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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 <unistd.h>
>   #endif /* USE_SYSCONF */
>   
> ! #if !defined(_WINDOWS) && !defined(macintosh) && !defined(LINUX2_0)
>   #define NSLDAPI_HAVE_POLL	1
>   #endif
>   
> --- 79,85 ----
>   #  include <unistd.h>
>   #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808060658.XAA00975>