asterisk/res
Luigi Rizzo 094ec6521d 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
2007-12-19 08:12:33 +00:00
..
ael made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-order bit set. Not nice. Also, allow @ in extension names, and a backslash, also. 2007-11-27 18:50:44 +00:00
snmp make netsmp build under AST_DEVMODE. Description, included in the source, 2007-12-19 08:12:33 +00:00
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
res_adsi.c Only reload if the config file has changed. 2007-12-01 01:37:50 +00:00
res_ael_share.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_agi.c Publish the AGI events to manager. 2007-12-14 17:29:27 +00:00
res_clioriginate.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_config_odbc.c Merged revisions 89559 via svnmerge from 2007-11-25 17:50:07 +00:00
res_config_pgsql.c Merged revisions 90736 via svnmerge from 2007-12-03 23:29:57 +00:00
res_config_sqlite.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_convert.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_crypto.c make configuration variable const so they are not accidentally 2007-12-18 10:24:58 +00:00
res_features.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
res_indications.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_jabber.c A few more "moremanager" fixes 2007-11-27 21:10:50 +00:00
res_limit.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_monitor.c make configuration variable const so they are not accidentally 2007-12-18 10:24:58 +00:00
res_musiconhold.c Removing a pointless memset. The memory was just calloc'd, so the 2007-12-11 21:46:16 +00:00
res_odbc.c Use ast_free() instead of free(). 2007-12-05 03:34:51 +00:00
res_realtime.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_smdi.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_snmp.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_speech.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00