aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mpm/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mpm/misc.cc')
-rw-r--r--src/cmd/mpm/misc.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/mpm/misc.cc b/src/cmd/mpm/misc.cc
new file mode 100644
index 00000000..e0f303ad
--- /dev/null
+++ b/src/cmd/mpm/misc.cc
@@ -0,0 +1,12 @@
+#include "misc.h"
+
+char errbuf[200];
+char *progname;
+int wantwarn = 0;
+
+int dbg = 0;
+// dbg = 1 : dump slugs
+// dbg = 2 : dump ranges
+// dbg = 4 : report function entry
+// dbg = 8 : follow queue progress
+// dbg = 16: follow page fill progress