libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 570ae1e73fbed8eed9fd8c756ff58c25751ac24a
parent 9dcb44b6983ff313dddf9122d54310f12180e468
Author: Nils Durner <durner@gnunet.org>
Date:   Thu, 19 Feb 2009 19:16:48 +0000

workaround for pthreads/W32

Diffstat:
Msrc/include/platform.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/include/platform.h b/src/include/platform.h @@ -53,7 +53,9 @@ #include <errno.h> #include <fcntl.h> #include <signal.h> +#undef HAVE_CONFIG_H #include <pthread.h> +#define HAVE_CONFIG_H /* different OSes have fd_set in a broad range of header files;