only enable netbsd thread support if ENABLE_PTHREAD_SUPPORT is defined (so it can be disabled)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12492 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
/* assume headers already included */
|
||||
|
||||
#if defined(__NetBSD__) && __NetBSD_Version__ >= 106120000
|
||||
#if defined(__NetBSD__) && __NetBSD_Version__ >= 106120000 && defined(ENABLE_PTHREAD_SUPPORT)
|
||||
|
||||
/*
|
||||
* NetBSD have a thread lib that we can use that part of libc that
|
||||
|
Reference in New Issue
Block a user