gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8263 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r8263 - libmicrohttpd/src/include
Date: Thu, 19 Feb 2009 12:16:48 -0700

Author: durner
Date: 2009-02-19 12:16:48 -0700 (Thu, 19 Feb 2009)
New Revision: 8263

Modified:
   libmicrohttpd/src/include/platform.h
Log:
workaround for pthreads/W32

Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2009-02-19 07:25:22 UTC (rev 
8262)
+++ libmicrohttpd/src/include/platform.h        2009-02-19 19:16:48 UTC (rev 
8263)
@@ -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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]