summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-05 06:54:52 +0000
committerMark Spencer <markster@digium.com>2004-06-05 06:54:52 +0000
commit27578642b86b8bfa603a1b21a257ccac5729cd88 (patch)
treea94a713f88ed6824e3bc01dfa55aa3f2d19ed6f9 /Makefile
parent63b280e97c8feaf115b1084b1531571674c962db (diff)
Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0101ebc49..19f28da54 100755
--- a/Makefile
+++ b/Makefile
@@ -52,11 +52,6 @@ OPTIMIZE=-O6
#Include debug symbols in the executables (-g) and profiling info (-pg)
DEBUG=-g #-pg
-# New hangup routines for chan_zap.c
-# If this flag is uncommented then you need to have new libpri code in your system
-# You can still use the old libpri if you do "cvs update -D "08/03/03" in libpri source code
-OPTIONS += -DNEW_PRI_HANGUP
-
# If you are running a radio application, define RADIO_RELAX so that the DTMF
# will be received more reliably
#OPTIONS += -DRADIO_RELAX