Added ability to use native W32 threads, added --with-threads=LIB configure parameter

This commit is contained in:
Evgeny Grin (Karlson2k)
2014-04-08 14:46:06 +00:00
parent 1c5f53ac93
commit 2bffe00f07
13 changed files with 234 additions and 58 deletions
@@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <limits.h>
#include <curl/curl.h>
#include <pthread.h>
#include <gcrypt.h>
#include "tls_test_common.h"