]> sjero.net Git - wget/blobdiff - src/http.c
[svn] Renamed DEBUG to ENABLE_DEBUG.
[wget] / src / http.c
index 92043a57e354e4c4fe92154d8b8c08922a35cd40..20010de013199f43069ab120af1412df5e69fbd0 100644 (file)
@@ -62,7 +62,6 @@ so, delete this exception statement from your version.  */
 #include "retr.h"
 #include "headers.h"
 #include "connect.h"
-#include "fnmatch.h"
 #include "netrc.h"
 #ifdef HAVE_SSL
 # include "gen_sslfunc.h"
@@ -1137,7 +1136,7 @@ Accept: %s\r\n\
            hs->error = xstrdup (error);
 
          if ((statcode != -1)
-#ifdef DEBUG
+#ifdef ENABLE_DEBUG
              && !opt.debug
 #endif
              )