gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19048 - gnunet/src/dns


From: gnunet
Subject: [GNUnet-SVN] r19048 - gnunet/src/dns
Date: Sat, 7 Jan 2012 17:53:41 +0100

Author: grothoff
Date: 2012-01-07 17:53:41 +0100 (Sat, 07 Jan 2012)
New Revision: 19048

Modified:
   gnunet/src/dns/gnunet-service-dns_new.c
Log:
-LRN: define IPVERSION if not yet defined

Modified: gnunet/src/dns/gnunet-service-dns_new.c
===================================================================
--- gnunet/src/dns/gnunet-service-dns_new.c     2012-01-07 16:32:50 UTC (rev 
19047)
+++ gnunet/src/dns/gnunet-service-dns_new.c     2012-01-07 16:53:41 UTC (rev 
19048)
@@ -32,6 +32,9 @@
 #include "gnunet_statistics_service.h"
 #include "tcpip_tun.h"
 
+#ifndef IPVERSION
+#define IPVERSION 4
+#endif
 
 /**
  * Phases each request goes through.




reply via email to

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