Index: main/pbx.c =================================================================== --- main/pbx.c (revision 405892) +++ main/pbx.c (working copy) @@ -1629,10 +1629,6 @@ return res; } - -/*! Go no deeper than this through includes (not counting loops) */ -#define AST_PBX_MAX_STACK 128 - /*! \brief Find application handle in linked list */ struct ast_app *pbx_findapp(const char *app) Index: res/ael/pval.c =================================================================== --- res/ael/pval.c (revision 405892) +++ res/ael/pval.c (working copy) @@ -60,7 +60,6 @@ extern int localized_pbx_load_module(void); static char expr_output[2096]; -#define AST_PBX_MAX_STACK 128 #define BUF_SIZE 2000 /* these functions are in ../ast_expr2.fl */ Index: utils/conf2ael.c =================================================================== --- utils/conf2ael.c (revision 405892) +++ utils/conf2ael.c (working copy) @@ -75,8 +75,6 @@ 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;