From f1e53779f17953f8e1fab8e539cf7eafaf240d4c Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 6 Nov 2007 15:01:56 +0000 Subject: 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 --- channels/chan_unistim.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'channels/chan_unistim.c') 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 */ -- cgit v1.2.3