2cb098d8f0
New: - test suite supports testing over other transports (tcp, udp6, unix, ...) (see the -P switch to the testing/RUNTESTS script) - Solaris supports the use of it's PKCS#11 library for supporting cryptographic functions (OpenSSL isn't required if PKCS#11 is available) (see configure's --with-pkcs flag) Fixes: - Improvements on 64 bit architectures. - A few minor memory leaks fixed. - An extremely large number of minor bug fixes. - Many perl module specific bug fixes. - snmpd will safely handle more signals. Ports: - Many many significant Windows improvements. - A win32 build script in win32/build.pl - Support for the MinGW compiler - (see the README.win32 file for details on new ports) - Various helpful win32/*.bat files for installation, etc. - Some linux 2.6 support improvements
15 lines
769 B
Text
15 lines
769 B
Text
$NetBSD: patch-ad,v 1.2 2004/05/14 13:30:34 adam Exp $
|
|
|
|
--- agent/mibgroup/ucd_snmp.h.orig 2003-06-09 22:11:51.000000000 +0000
|
|
+++ agent/mibgroup/ucd_snmp.h
|
|
@@ -40,6 +40,10 @@ config_arch_require(freebsd5, ucd-snmp/v
|
|
config_arch_require(freebsd5, ucd-snmp/memory_freebsd2)
|
|
config_arch_require(netbsd1, ucd-snmp/vmstat_netbsd1)
|
|
config_arch_require(netbsd1, ucd-snmp/memory_netbsd1)
|
|
+config_arch_require(netbsd, ucd-snmp/vmstat_netbsd1)
|
|
+config_arch_require(netbsd, ucd-snmp/memory_netbsd1)
|
|
+config_arch_require(netbsdelf, ucd-snmp/vmstat_netbsd1)
|
|
+config_arch_require(netbsdelf, ucd-snmp/memory_netbsd1)
|
|
config_arch_require(openbsd2, ucd-snmp/vmstat_netbsd1)
|
|
config_arch_require(openbsd2, ucd-snmp/memory_netbsd1)
|
|
config_arch_require(bsdi4, ucd-snmp/vmstat_bsdi4)
|