This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- zabbix-2.0.3.orig/src/libs/zbxsysinfo/common/net.c 2012-11-05 07:04:04.450140996 +0900 | |
+++ zabbix-2.0.3/src/libs/zbxsysinfo/common/net.c 2012-11-16 13:19:28.057641634 +0900 | |
@@ -215,6 +215,8 @@ static int dns_query(const char *cmd, co | |
PDNS_RECORD pQueryResults, pDnsRecord; | |
LPTSTR wzone; | |
char tmp2[MAX_STRING_LEN]; | |
+ static HMODULE dnsapi_dllHandle = NULL; | |
+ static void (WINAPI *DnsRecordListFree_dyn)(PDNS_RECORD, DNS_FREE_TYPE) = NULL; | |
#else | |
char *name; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download Cygwin: http://www.cygwin.com | |
2. Run setup.exe and install the following packages in addition to the default ones: | |
- make | |
- boost | |
- libncurses-devel | |
- pkg-config | |
- perl | |
3. Download and compile Protocol Buffers: http://code.google.com/p/protobuf/ |
NewerOlder