aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Solaris compatibility fixestilghman1-0/+4
2010-09-24Merged revisions 288637 via svnmerge from tilghman1-0/+4
2010-07-15Define LLONG_MAX on systems that do not have it.tilghman1-0/+4
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.ctilghman1-0/+4
2009-12-02So apparently, some platforms don't have ffsll(3).tilghman1-0/+4
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-0/+8
2009-07-22Merged revisions 208083 via svnmerge from tilghman1-7/+2
2009-04-21Merged revisions 189601 via svnmerge from dbailey1-2/+2
2009-03-25Fix build issues on Mac OSX.russell1-1/+1
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-2/+2
2008-11-01Merge changes from team/group/appdocsxmlrussell1-0/+11
2008-08-09Merged revisions 136946 via svnmerge from tilghman1-0/+1
2008-05-27Add printf format attribute for vasprintf().russell1-1/+1
2008-05-27Add printf attribute to asprintfrussell1-1/+1
2007-12-03Merged revisions 90753 via svnmerge from tilghman1-0/+1
2007-11-21move these forward declarations back to asterisk.h where they belong... even ...kpfleming1-10/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+4
2007-11-19move the declaration of struct ast_channel ast_frame and ast_modulerizzo1-0/+10
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-0/+2
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...file1-1/+1
2007-11-18Revert last commit, apparently buildbot lied to me.file1-8/+3
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...file1-3/+8
2007-11-17if alloca.h is not present, try malloc.hrizzo1-0/+2
2007-11-17some version of flex produce code that wants __STDC_VERSION__rizzo1-0/+5
2007-11-17Update the configure script check for sys/poll.h to also provide the result inrussell1-0/+6
2007-11-16remove redundant #include "asterisk/compat.h",rizzo1-0/+2
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-1/+34
2007-04-06Merged revisions 60603 via svnmerge from russell1-0/+8
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.qwell1-0/+1
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-2/+31
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildrussell1-12/+3
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedrussell1-0/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-22/+13
2006-04-12make sure uint64_t is available on macrussell1-0/+4
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-0/+1
2006-04-10Bug 6829 - asprintf for Solaristilghman1-0/+2
2006-03-23Fix a compile problem on FreeBSD for a missing header.rizzo1-0/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+4
2005-11-01issue #4678kpfleming1-2/+6
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+4
2005-09-08oops :-)kpfleming1-20/+0
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-0/+107