Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2006-12-27 19:41:30 +0300
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2006-12-27 19:41:30 +0300
commitf1033338ec3934383c05096e221a8398123e8e7c (patch)
tree832b49b9392f5e49f773866f4122adb15b08b62f /include/zbxtypes.h
parentc1e7da495e03630e0925a07485fb03dc3a94d385 (diff)
Fixed undefined __UINT64_C under AIX and Solaris.
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 3a541313ffe..8232e366e8b 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -43,6 +43,10 @@
#else /* _WINDOWS */
+#ifndef __UINT64_C
+# define __UINT64_C UINT64_C
+#endif /* __UINT64_C under AIX, Solaris*/
+
# define zbx_uint64_t uint64_t
# if __WORDSIZE == 64
# define ZBX_FS_UI64 "%lu"