]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Renamed DEBUG to ENABLE_DEBUG.
[wget] / src / main.c
index 42ba42d2ae557da46cd28ff59560d1d7707a6861..b69fb002671f0ae437f012dd358ece6a18afe767 100644 (file)
@@ -459,12 +459,12 @@ hpVqvdkKsxmNWrHSLcFbEY:G:g:T:U:O:l:n:i:o:a:t:D:A:R:P:B:e:Q:X:I:w:C:",
          setoptval ("continue", "on");
          break;
        case 'd':
-#ifdef DEBUG
+#ifdef ENABLE_DEBUG
          setoptval ("debug", "on");
-#else  /* not DEBUG */
+#else
          fprintf (stderr, _("%s: debug support not compiled in.\n"),
                   exec_name);
-#endif /* not DEBUG */
+#endif
          break;
        case 'E':
          setoptval ("htmlextension", "on");