]> git.ipfire.org Git - thirdparty/asterisk.git/commit
make netsmp build under AST_DEVMODE. Description, included in the source,
authorLuigi Rizzo <rizzo@icir.org>
Wed, 19 Dec 2007 08:12:33 +0000 (08:12 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Wed, 19 Dec 2007 08:12:33 +0000 (08:12 +0000)
commit094ec6521de739deda2aa0acf49132c73c1932ad
treef596a5690f037a45b2f6fee2c0fa40d995ce04ab
parent489a648d5dc62c9f49f257c93d76807c61f7aa93
make netsmp build under AST_DEVMODE. Description, included in the source,
is below. I should note that the PACKAGE_* macros that asterisk
defines in autoconfig.h are not used anywhere in the tree so
they should just be removed.

 /*
  * There is some collision collision between netsmp and asterisk names,
  * causing build under AST_DEVMODE to fail.
  *
  * The following PACKAGE_* macros are one place.
  * Also netsnmp has an improper check for HAVE_DMALLOC_H, using
  *    #if HAVE_DMALLOC_H   instead of #ifdef HAVE_DMALLOC_H
  * As a countermeasure we define it to 0, however this will fail
  * when the proper check is implemented.
  */

No

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/snmp/agent.c