Merged revisions 144924-144925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r144924 | kpfleming | 2008-09-27 10:00:48 -0500 (Sat, 27 Sep 2008) | 6 lines improve header inclusion process in a few small ways: - it is no longer necessary to forcibly include asterisk/autoconfig.h; every module already includes asterisk.h as its first header (even before system headers), which serves the same purpose - astmm.h is now included by asterisk.h when needed, instead of being forced by the Makefile; this means external modules will build properly against installed headers with MALLOC_DEBUG enabled - simplify the usage of some of these headers in the AEL-related stuff in the utils directory ........ r144925 | kpfleming | 2008-09-27 10:13:30 -0500 (Sat, 27 Sep 2008) | 2 lines fix some minor issues with rev 144924 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144949 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 0 additions, 2 deletionsMakefile
- Makefile.moddir_rules 0 additions, 6 deletionsMakefile.moddir_rules
- include/asterisk.h 4 additions, 7 deletionsinclude/asterisk.h
- main/Makefile 6 additions, 3 deletionsmain/Makefile
- main/ast_expr2.c 7 additions, 59 deletionsmain/ast_expr2.c
- main/ast_expr2.fl 2 additions, 4 deletionsmain/ast_expr2.fl
- main/ast_expr2.y 7 additions, 59 deletionsmain/ast_expr2.y
- main/ast_expr2f.c 4 additions, 4 deletionsmain/ast_expr2f.c
- main/astmm.c 2 additions, 2 deletionsmain/astmm.c
- main/stdtime/localtime.c 0 additions, 1 deletionmain/stdtime/localtime.c
- pbx/pbx_ael.c 3 additions, 1 deletionpbx/pbx_ael.c
- utils/Makefile 14 additions, 7 deletionsutils/Makefile
- utils/ael_main.c 0 additions, 10 deletionsutils/ael_main.c
- utils/astman.c 2 additions, 0 deletionsutils/astman.c
- utils/extconf.c 3 additions, 70 deletionsutils/extconf.c
Loading
Please register or sign in to comment