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:
Love Hörnquist Åstrand
2003-07-22 19:13:12 +00:00
parent 8fdd082fd4
commit df6940ae2b

View File

@@ -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