summaryrefslogtreecommitdiff
path: root/acountry.c
diff options
context:
space:
mode:
Diffstat (limited to 'acountry.c')
-rw-r--r--acountry.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/acountry.c b/acountry.c
index e2c3255..e7029c8 100644
--- a/acountry.c
+++ b/acountry.c
@@ -93,9 +93,14 @@ int main(int argc, char **argv)
WSAStartup(wVersionRequested, &wsaData);
#endif
- while ((ch = ares_getopt(argc, argv, "vh?")) != -1)
+ while ((ch = ares_getopt(argc, argv, "dvh?")) != -1)
switch (ch)
{
+ case 'd':
+#ifdef WATT32
+ dbug_init();
+#endif
+ break;
case 'v':
verbose++;
break;