diff options
author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-07-17 10:04:03 +0000 |
---|---|---|
committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-07-17 10:04:03 +0000 |
commit | 24b7e8b9786fc852ebb72c552f715b8997113bc6 (patch) | |
tree | 7196697518dc7763d36472c55745e1b9b5168858 /build/win32/include | |
parent | 4aa414db6a76d76684970cbd3c6bda70945e99b4 (diff) | |
download | zabbix-24b7e8b9786fc852ebb72c552f715b8997113bc6.tar.gz zabbix-24b7e8b9786fc852ebb72c552f715b8997113bc6.tar.xz zabbix-24b7e8b9786fc852ebb72c552f715b8997113bc6.zip |
- fixed md5sum calculation (Eugene)
- realized all finctionality of old Win 32 agent (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3048 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'build/win32/include')
-rwxr-xr-x | build/win32/include/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h index a8ff73f6..ef2f9e56 100755 --- a/build/win32/include/config.h +++ b/build/win32/include/config.h @@ -273,12 +273,18 @@ /* Define to 1 if you have the <sys/pstat.h> header file. */ /* #undef HAVE_SYS_PSTAT_H */ -/* Define to 1 if function 'GetPerformanceInfo' exist. */ +/* Define to 1 if function 'GetPerformanceInfo' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ #define HAVE_GETPERFORMANCEINFO 1 -/* Define to 1 if function 'GlobalMemoryStatusEx' exist. */ +/* Define to 1 if function 'GlobalMemoryStatusEx' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ #define HAVE_GLOBALMEMORYSTATUSEX 1 +/* Define to 1 if function 'GetGuiResources' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ +#define HAVE_GETGUIRESOURCES 1 + +/* Define to 1 if function 'GetProcessIoCounters' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ +#define HAVE_GETPROCESSIOCOUNTERS 1 + /* Define to 1 if function 'setpriority' exist. */ //#define HAVE_SYS_RESOURCE_SETPRIORITY 1 |