asterisk/pbx
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
build times - tested, there is no measureable difference before and
after this commit.

In this change:

use asterisk/compat.h to include a small set of system headers:
inttypes.h, unistd.h, stddef.h, stddint.h, sys/types.h, stdarg.h,
stdlib.h, alloca.h, stdio.h

Where available, the inclusion is conditional on HAVE_FOO_H as determined
by autoconf.

Normally, source files should not include any of the above system headers,
and instead use either "asterisk.h" or "asterisk/compat.h" which does it
better. 

For the time being I have left alone second-level directories
(main/db1-ast, etc.).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-11-16 20:04:58 +00:00
..
ael/ael-test Merged revisions 87168 via svnmerge from 2007-10-26 17:39:39 +00:00
dundi-parser.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
dundi-parser.h make the 'name' and 'value' fields in ast_variable const char * 2007-11-14 13:18:40 +00:00
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 2006-07-07 02:20:28 +00:00
Makefile This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 2007-08-15 19:21:27 +00:00
pbx_ael.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_config.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_dundi.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_gtkconsole.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_kdeconsole.cc various minor fixes 2006-07-07 00:48:40 +00:00
pbx_kdeconsole.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pbx_loopback.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_lua.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_realtime.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
pbx_spool.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00