projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf861f
)
- AI_NUMERICSERV windows hack
author
Sree Harsha Totakura
<totakura@in.tum.de>
Sat, 26 May 2012 15:42:31 +0000
(15:42 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Sat, 26 May 2012 15:42:31 +0000
(15:42 +0000)
src/testing/testing_new.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_new.c
b/src/testing/testing_new.c
index 504530822711db155a7f3a7e990941888f7abf3a..fd76894af0338174234aee17179ffb454215e0cc 100644
(file)
--- a/
src/testing/testing_new.c
+++ b/
src/testing/testing_new.c
@@
-37,6
+37,13
@@
#define LOG(kind,...) \
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.