blob: 98de6015f10fd1c7705e6ce7789e951c81aea7e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- include/net-snmp/net-snmp-config.h.in.orig 2008-07-28 20:41:40.000000000 +0900
+++ include/net-snmp/net-snmp-config.h.in 2009-01-25 22:15:35.000000000 +0900
@@ -126,7 +126,7 @@
#undef STRUCT_SIGACTION_HAS_SA_SIGACTION
/* Does struct tm have a tm_gmtoff field? */
-#undef STRUCT_TM_HAS_TM_GMTOFFF
+#undef STRUCT_TM_HAS_TM_GMTOFF
/* Does struct sockaddr have a sa_len field? */
#undef STRUCT_SOCKADDR_HAS_SA_LEN
@@ -1564,7 +1564,7 @@
#define NETSNMP_EXCACHETIME 30
#define NETSNMP_CACHEFILE ".snmp-exec-cache"
-#define NETSNMP_MAXCACHESIZE (200*80) /* roughly 200 lines max */
+#define NETSNMP_MAXCACHESIZE (1500*80) /* roughly 1500 lines max */
/* misc defaults */
|