Set up detection of IP_PKTINFO in autoconf for chan_unistim

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-11-06 15:01:56 +00:00
parent ca33f1e364
commit 32701f5031
4 changed files with 66 additions and 5 deletions

View File

@@ -83,10 +83,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/abstract_jb.h"
#include "asterisk/event.h"
/*! IP_PKTINFO is not portable. It's used to retrieve our IP.
Comment the next line if your running *BSD */
#define HAVE_PKTINFO 1
/*! Beware, G729 and G723 are not supported by asterisk, except with the proper licence */
#define CAPABILITY AST_FORMAT_ALAW | AST_FORMAT_ULAW /* | AST_FORMAT_G729A | AST_FORMAT_G723_1 */