Files
asterisk/include/asterisk
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
..
2006-11-15 20:55:17 +00:00
2007-09-05 16:31:39 +00:00
2006-11-24 14:00:19 +00:00
2007-09-26 06:53:43 +00:00
2007-09-05 16:31:39 +00:00
2007-01-01 20:08:47 +00:00
2007-07-23 14:21:41 +00:00
2006-08-23 21:19:21 +00:00
2007-11-12 23:44:20 +00:00
2006-12-29 06:26:53 +00:00
2007-11-06 02:53:13 +00:00
2006-11-11 02:12:27 +00:00
2007-02-24 20:29:41 +00:00