gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32407 - libmicrohttpd/src/include
Date: Tue, 18 Feb 2014 19:41:07 +0100

Author: Karlson2k
Date: 2014-02-18 19:41:07 +0100 (Tue, 18 Feb 2014)
New Revision: 32407

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
Don't allow compile with unsupported Cygwin configuration

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2014-02-18 18:40:59 UTC (rev 
32406)
+++ libmicrohttpd/src/include/microhttpd.h      2014-02-18 18:41:07 UTC (rev 
32407)
@@ -117,6 +117,11 @@
 #endif
 #endif
 
+#if defined(__CYGWIN__) && !defined(_SYS_TYPES_FD_SET)
+/* Do not define __USE_W32_SOCKETS under Cygwin! */
+#error Cygwin with winsock fd_set is not supported
+#endif
+
 /**
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.




reply via email to

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