gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21588 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r21588 - gnunet/src/testing
Date: Sat, 26 May 2012 17:42:31 +0200

Author: harsha
Date: 2012-05-26 17:42:31 +0200 (Sat, 26 May 2012)
New Revision: 21588

Modified:
   gnunet/src/testing/testing_new.c
Log:
- AI_NUMERICSERV windows hack

Modified: gnunet/src/testing/testing_new.c
===================================================================
--- gnunet/src/testing/testing_new.c    2012-05-26 15:25:34 UTC (rev 21587)
+++ gnunet/src/testing/testing_new.c    2012-05-26 15:42:31 UTC (rev 21588)
@@ -38,6 +38,13 @@
   GNUNET_log_from (kind, "gnunettestingnew", __VA_ARGS__)
 
 /**
+ * AI_NUMERICSERV not defined in windows. A hack to keep on going.
+ */
+#if !defined (AI_NUMERICSERV)
+#define AI_NUMERICSERV 0
+#endif
+
+/**
  * Handle for a system on which GNUnet peers are executed;
  * a system is used for reserving unique paths and ports.
  */




reply via email to

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