On 12/14/10 3:17 PM, Christos Zoulas wrote:
Module Name: src Committed By: christos Date: Tue Dec 14 23:17:21 UTC 2010 Modified Files: src/external/bsd/bind: Makefile.inc Log Message: Handle NetBSD-5 and 4 lack of atomics by disabling threads. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Shouldn't you be testing atomic.h from the target system rather than the host?
+.if exists(/usr/include/sys/atomic.h) ...seems wrong. +j