asterisk/funcs
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
..
func_base64.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_blacklist.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_callerid.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_cdr.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_channel.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_curl.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_cut.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_db.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_devstate.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_dialgroup.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_enum.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_env.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_extstate.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_global.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_groupcount.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_iconv.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_lock.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_logic.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_math.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_md5.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_module.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_odbc.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_rand.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_realtime.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_sha1.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_shell.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_strings.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_timeout.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_uri.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_version.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_vmcount.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
func_volume.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00