mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Remove extra defines of AST_PBX_MAX_STACK.
* Ensure AST_PBX_MAX_STACK is only defined in extconf.h and pbx.h. * Fix incorrect function parameters in utils/extconf.c. (closes issue ASTERISK-23141) Reported by: Maxim Review: https://reviewboard.asterisk.org/r/3241/ ........ Merged revisions 408785 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 408786 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 408787 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408788 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -75,8 +75,6 @@ static int autofallthrough_config = 0;
|
||||
static int clearglobalvars_config = 0;
|
||||
char ast_config_AST_SYSTEM_NAME[20] = ""; */
|
||||
|
||||
/*! Go no deeper than this through includes (not counting loops) */
|
||||
#define AST_PBX_MAX_STACK 128
|
||||
/* static AST_RWLIST_HEAD_STATIC(acf_root, ast_custom_function); */
|
||||
//extern char ast_config_AST_CONFIG_DIR[PATH_MAX];
|
||||
int option_debug = 0;
|
||||
|
Reference in New Issue
Block a user