blob: 589432a12a9919173ba903c4dd91cd639844d7f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- webalizer.c.orig Sun Apr 9 05:18:56 2000
+++ webalizer.c Thu Apr 20 05:46:49 2000
@@ -61,6 +61,7 @@
#endif
#ifdef USE_DNS
+#include <netinet/in.h>
#include <arpa/inet.h>
#ifdef HAVE_DB_185_H
@@ -480,7 +481,7 @@
else
{
/* Using DNS cache file <filaneme> */
- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache);
+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache);
}
}
#endif /* USE_DNS */
|