From 1fa7b3672e5f09607934d7c51258af6a7880fecf Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 15 Oct 2007 23:20:40 +0000 Subject: Switch dundi to new tos config format. Remove old unused defines for old style. Closes issue 10860, patch by IgorG. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85764 f38db490-d61c-443f-a65b-d21fe96a405b --- main/acl.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'main/acl.c') diff --git a/main/acl.c b/main/acl.c index efbc9d183..487d8354c 100644 --- a/main/acl.c +++ b/main/acl.c @@ -53,15 +53,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #endif -/* netinet/ip.h may not define the following (See RFCs 791 and 1349) */ -#if !defined(IPTOS_LOWCOST) -#define IPTOS_LOWCOST 0x02 -#endif - -#if !defined(IPTOS_MINCOST) -#define IPTOS_MINCOST IPTOS_LOWCOST -#endif - #include "asterisk/acl.h" #include "asterisk/logger.h" #include "asterisk/channel.h" -- cgit v1.2.3