summaryrefslogtreecommitdiffstats
path: root/build/win32/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-16 14:24:17 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-16 14:24:17 +0000
commitecd09023d7a5c4c2c0680b097a10c0f9ce132657 (patch)
tree3187a3e46078700aab50bac32ecf03670dcac28a /build/win32/include
parent2ef713d733a7cf5645117d0d495dde15d8e86062 (diff)
downloadzabbix-ecd09023d7a5c4c2c0680b097a10c0f9ce132657.tar.gz
zabbix-ecd09023d7a5c4c2c0680b097a10c0f9ce132657.tar.xz
zabbix-ecd09023d7a5c4c2c0680b097a10c0f9ce132657.zip
fixed winXX comms protocol
git-svn-id: svn://svn.zabbix.com/trunk@4026 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'build/win32/include')
-rwxr-xr-xbuild/win32/include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h
index bbde10bc..03cafbb4 100755
--- a/build/win32/include/config.h
+++ b/build/win32/include/config.h
@@ -48,3 +48,6 @@
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
+
+/* Define to 1 if you have the <assert.h> header file. */
+#define HAVE_ASSERT_H 1 \ No newline at end of file