[svn-commits] trunk r33482 - /trunk/res/snmp/agent.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Jun 11 08:10:26 MST 2006
Author: kpfleming
Date: Sun Jun 11 10:10:26 2006
New Revision: 33482
URL: http://svn.digium.com/view/asterisk?rev=33482&view=rev
Log:
make latest header file changes for this file too
Modified:
trunk/res/snmp/agent.c
Modified: trunk/res/snmp/agent.c
URL: http://svn.digium.com/view/asterisk/trunk/res/snmp/agent.c?rev=33482&r1=33481&r2=33482&view=diff
==============================================================================
--- trunk/res/snmp/agent.c (original)
+++ trunk/res/snmp/agent.c Sun Jun 11 10:10:26 2006
@@ -14,23 +14,13 @@
* \author Thorsten Lockert <tholo at voop.as>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>
-
-/*
- * These conflict with ones in Asterisk header files, so
- * get rid of them. They'll be back after the next few
- * includes...
- */
-#undef HAVE_GETLOADAVG
-#undef HAVE_STRCASESTR
-
-#include <pthread.h>
-
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/logger.h"
More information about the svn-commits
mailing list