summaryrefslogtreecommitdiff
path: root/agent/mib_modules.c
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2013-04-11 10:21:36 +0900
committerHideki Yamane <henrich@debian.org>2013-04-11 10:21:36 +0900
commit9c3c74a98221880a5804fd58fe541c8b672995d2 (patch)
tree009bf8fd68af6bb1129e07dd8c1ed205010d81f8 /agent/mib_modules.c
parente30beeedd5cbe6f72008c32122b3b8b617fd5ab2 (diff)
downloadpkg-net-snmp-9c3c74a98221880a5804fd58fe541c8b672995d2.tar.gz
Imported Upstream version 5.7.2~dfsg
Diffstat (limited to 'agent/mib_modules.c')
-rw-r--r--agent/mib_modules.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/agent/mib_modules.c b/agent/mib_modules.c
index 95e4695..cde317e 100644
--- a/agent/mib_modules.c
+++ b/agent/mib_modules.c
@@ -17,11 +17,7 @@
#endif
#include <sys/types.h>
#if TIME_WITH_SYS_TIME
-# ifdef WIN32
-# include <sys/timeb.h>
-# else
-# include <sys/time.h>
-# endif
+# include <sys/time.h>
# include <time.h>
#else
# if HAVE_SYS_TIME_H
@@ -33,9 +29,6 @@
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
-#if HAVE_WINSOCK_H
-#include <winsock.h>
-#endif
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>
@@ -49,9 +42,6 @@
#include <net-snmp/agent/table.h>
#include <net-snmp/agent/table_iterator.h>
#include "mib_module_includes.h"
-#ifdef USING_AGENTX_SUBAGENT_MODULE
-#include "mibgroup/agentx/subagent.h"
-#endif
static int need_shutdown = 0;