aboutsummaryrefslogtreecommitdiffstats
path: root/main/acl.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 23:20:40 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-15 23:20:40 +0000
commit1fa7b3672e5f09607934d7c51258af6a7880fecf (patch)
tree54c1bfffaf5270d358da12f64129464467618fc7 /main/acl.c
parentbf38822b6f590035feaa578ee4435b3bcd13df05 (diff)
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
Diffstat (limited to 'main/acl.c')
-rw-r--r--main/acl.c9
1 files changed, 0 insertions, 9 deletions
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 <sys/sockio.h>
#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"