From: Christian Grothoff Date: Sat, 7 Jan 2012 16:53:41 +0000 (+0000) Subject: -LRN: define IPVERSION if not yet defined X-Git-Tag: initial-import-from-subversion-38251~15386 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b116ef3d3b7c0231a3a0101d041a17582f3a9e5d;p=oweals%2Fgnunet.git -LRN: define IPVERSION if not yet defined --- diff --git a/src/dns/gnunet-service-dns_new.c b/src/dns/gnunet-service-dns_new.c index 968f850fb..db1f9c899 100644 --- a/src/dns/gnunet-service-dns_new.c +++ b/src/dns/gnunet-service-dns_new.c @@ -32,6 +32,9 @@ #include "gnunet_statistics_service.h" #include "tcpip_tun.h" +#ifndef IPVERSION +#define IPVERSION 4 +#endif /** * Phases each request goes through.