summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-10-15 23:20:40 +0000
committerJason Parker <jparker@digium.com>2007-10-15 23:20:40 +0000
commited690fc3489e97c95344773c178b7e8327a56a08 (patch)
tree54c1bfffaf5270d358da12f64129464467618fc7 /channels/chan_h323.c
parentaee5666484145d091eee26a0af6f0b073b02f0f9 (diff)
Switch dundi to new tos config format.
Remove old unused defines for old style. Closes issue 10860, patch by IgorG. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 03f05d775..c9b86f0a9 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -54,11 +54,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/socket.h>
#include <sys/signal.h>
#include <sys/param.h>
-#if defined(BSD)
-#ifndef IPTOS_MINCOST
-#define IPTOS_MINCOST 0x02
-#endif
-#endif
#include <arpa/inet.h>
#include <net/if.h>
#include <netinet/in.h>