remove freebsd comment, don't use debug pthread stubs by default

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12377 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-06-17 04:36:12 +00:00
parent efeea68d77
commit b981c8861d

View File

@@ -63,9 +63,6 @@
#define HEIMDAL_MUTEX_unlock(m) mutex_unlock(m)
#define HEIMDAL_MUTEX_destroy(m) mutex_destroy(m)
/* XXX hole for Jacques to fill in :)
#el if defined(__FreeBSD_version) && */
#elif defined(ENABLE_PTHREAD_SUPPORT)
#define HEIMDAL_MUTEX pthread_mutex_t
@@ -75,7 +72,7 @@
#define HEIMDAL_MUTEX_unlock(m) pthread_mutex_unlock(m)
#define HEIMDAL_MUTEX_destroy(m) pthread_mutex_destroy(m)
#elif defined(HEIMDAL_DEBUG_THREADS) || 1
#elif defined(HEIMDAL_DEBUG_THREADS)
/* no threads support, just do consistency checks */
#include <stdlib.h>