Withdraw A6 DNS record support
[exim.git] / src / src / host.c
index d40925ecdd9745ac28ecd4a5d2d7ff91d467bd7a..f6c8faac7cde766d0a2997fac9c6cd9ad8a6bb5f 100644 (file)
@@ -2247,11 +2247,7 @@ loop once only, looking only for A records. */
     else
   #endif        /* STAND_ALONE */
 
-  #ifdef SUPPORT_A6
-  i = 2;        /* look up A6 and AAAA and A records */
-  #else
   i = 1;        /* look up AAAA and A records */
-  #endif        /* SUPPORT_A6 */
 
 /* The IPv4 world */