diff options
author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-11 12:26:43 +0000 |
---|---|---|
committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-11 12:26:43 +0000 |
commit | 904c8f2968281a8454f106b5717568f61295f98e (patch) | |
tree | f77a9e26d31477e7f0874b31193ec13b37e44096 /build/win32/include | |
parent | 65da34f686f8e74dc2591f0510240094454f1e18 (diff) | |
download | zabbix-904c8f2968281a8454f106b5717568f61295f98e.tar.gz zabbix-904c8f2968281a8454f106b5717568f61295f98e.tar.xz zabbix-904c8f2968281a8454f106b5717568f61295f98e.zip |
- fixed WinXX compilation error & Compiled WinXX agents (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3587 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'build/win32/include')
-rwxr-xr-x | build/win32/include/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h index 7cee32ae..fcf8e3ec 100755 --- a/build/win32/include/config.h +++ b/build/win32/include/config.h @@ -8,7 +8,10 @@ #define HAVE_WINDOWS_H 1 /* Define to 1 if you have the <winsock2.h> header file. */ -//#define HAVE_WINSOCK2_H 1 +#define HAVE_WINSOCK2_H 1 + +/* Define to 1 if you have the <ws2tcpip.h> header file. */ +#define HAVE_WS2TCPIP_H /* Define to 1 if you have the <conio.h> header file. */ #define HAVE_CONIO_H 1 @@ -26,10 +29,10 @@ #define HAVE_SYS_TIMEB_H 1 /* Define to 1 if you have the <Winldap.h> header file. */ -#define HAVE_WINLDAP_H +#define HAVE_WINLDAP_H 1 /* Define to 1 if you have the <Winber.h> header file. */ -#define HAVE_WINBER_H +#define HAVE_WINBER_H 1 /* Define to 1 if you have the <arpa/inet.h> header file. */ //#define HAVE_ARPA_INET_H 1 |