summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/common/common.c
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-17 12:25:16 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-07-17 12:25:16 +0000
commit7c6861acc7b300082006791147e290c221e2ec70 (patch)
tree029c96a1093abfffa513aee77974d5b43310758a /src/libs/zbxsysinfo/common/common.c
parentd66b593c083a3e2e53dbb4c0d193242055f1acf1 (diff)
downloadzabbix-7c6861acc7b300082006791147e290c221e2ec70.tar.gz
zabbix-7c6861acc7b300082006791147e290c221e2ec70.tar.xz
zabbix-7c6861acc7b300082006791147e290c221e2ec70.zip
DLL symbols importing added (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3054 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo/common/common.c')
-rw-r--r--src/libs/zbxsysinfo/common/common.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/zbxsysinfo/common/common.c b/src/libs/zbxsysinfo/common/common.c
index c106b315..29f4c7ce 100644
--- a/src/libs/zbxsysinfo/common/common.c
+++ b/src/libs/zbxsysinfo/common/common.c
@@ -2086,18 +2086,10 @@ int CHECK_DNS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *
# define C_IN ns_c_in
#endif /* C_IN */
-#if !defined(ns_c_in)
-# define ns_c_in 1
-#endif /* ns_c_in */
-
#if !defined(T_SOA)
# define T_SOA ns_t_soa
#endif /* T_SOA */
-#if !defined(ns_t_soa)
-# define ns_t_soa 6
-#endif /* ns_t_soa */
-
int res;
char ip[MAX_STRING_LEN];