aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 15:01:56 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 15:01:56 +0000
commitf1e53779f17953f8e1fab8e539cf7eafaf240d4c (patch)
tree3b3fce2588cb1468cd30a3e71197f961f4ec5fc7 /channels
parentce01581f867d95e5adb471af3ee7fcde6ab47e33 (diff)
Set up detection of IP_PKTINFO in autoconf for chan_unistim
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88973 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 */