summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
AgeCommit message (Expand)Author
2008-03-18ensure that dependencies on AST_C_DEFINE_CHECK symbols work properlyKevin P. Fleming
2008-03-17Replace minimime with superior GMime library so that the entire contents of a...Terry Wilson
2008-03-11Merged revisions 107461 via svnmerge from Kevin P. Fleming
2008-03-11Merged revisions 107405 via svnmerge from Kevin P. Fleming
2008-02-21Disable epoll as it has caused more obscure issues then any of my previous co...Joshua Colp
2008-02-14Modify ldap autoconf function, so that an incorrect ldap library is not found...Jason Parker
2008-02-04Merged revisions 102323 via svnmerge from Tilghman Lesher
2008-02-01Merged revisions 101894 via svnmerge from Tilghman Lesher
2008-02-01Merged revisions 101772 via svnmerge from Tilghman Lesher
2008-01-28Re-inserting chan_vpb into trunk.Mark Michelson
2008-01-28Normalize the detection for execinfo, so that Linux (glibc) and other platformsTilghman Lesher
2008-01-25Removing chan_vpb from the treeMark Michelson
2008-01-22Add res_config_ldap for realtime LDAP engine.Tilghman Lesher
2008-01-16Change AST_EXT_TOOL_CHECK to attempt to build against <package>_LIB, per reco...Jason Parker
2008-01-16Partially revert r93898, because it broke the way netsnmp was being detected.Jason Parker
2008-01-16Merged revisions 98951 via svnmerge from Joshua Colp
2008-01-13Add configure script check for JACK.Russell Bryant
2008-01-13Remove KDE configure script check that isn't usedRussell Bryant
2008-01-10Merged revisions 97734 via svnmerge from Russell Bryant
2008-01-04[commit message]Kevin P. Fleming
2008-01-02Don't use AST_C_DEFINE_CHECK for the two pthread things that may not actually...Joshua Colp
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31Regenerate configure script to include check for portaudio.Russell Bryant
2007-12-19Merged revisions 94077 via svnmerge from Russell Bryant
2007-12-19Properly document AST_EXT_TOOL_CHECK() and use it to check forLuigi Rizzo
2007-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-12Merged revisions 92463 via svnmerge from Tilghman Lesher
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainMark Michelson
2007-11-21add check for video4linuxLuigi Rizzo
2007-11-21X11 checks (at least some - for other platforms withLuigi Rizzo
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...Joshua Colp
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17timersub is a macro not a function, so write the check in a wayLuigi Rizzo
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-17add detection for timersub() and winsock.h/winsock2.hLuigi Rizzo
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configLuigi Rizzo
2007-11-17add check for the presence of globLuigi Rizzo
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimTilghman Lesher
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-01Remove traces of gnutls, since we no longer use/need it.Jason Parker
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...Joshua Colp
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowTilghman Lesher
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...Tilghman Lesher
2007-09-14Merged revisions 82385 via svnmerge from Russell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-01Merged revisions 77863 via svnmerge from Joshua Colp
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...Joshua Colp
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-16Add in check for the GCC attribute deprecated. It may be used soon!Joshua Colp