]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Renamed DEBUG to ENABLE_DEBUG.
[wget] / src / host.c
index 489adbcc700211a25476f0fcbfa3c67adc9788e1..601487aeecabb6e25209f80a867813102d90543f 100644 (file)
@@ -585,7 +585,7 @@ cache_host_lookup (const char *host, struct address_list *al)
   ++al->refcount;
   hash_table_put (host_name_addresses_map, xstrdup_lower (host), al);
 
-#ifdef DEBUG
+#ifdef ENABLE_DEBUG
   if (opt.debug)
     {
       int i;