summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-06 15:01:56 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-06 15:01:56 +0000
commit32701f5031f1365ad5df3e4da12c807057cf14fc (patch)
tree3b3fce2588cb1468cd30a3e71197f961f4ec5fc7 /channels/chan_unistim.c
parentca33f1e3646f9ca0953fe77c7c233cb06219308a (diff)
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
Diffstat (limited to 'channels/chan_unistim.c')
-rw-r--r--channels/chan_unistim.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index 39e3e00a9..822561380 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -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 */