aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-05 06:54:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-05 06:54:52 +0000
commit21da3dc277bc70a8752070737d821c87539cadef (patch)
treea94a713f88ed6824e3bc01dfa55aa3f2d19ed6f9 /Makefile
parentabe39738497ca9e0c57f57e8bc246806fae97f12 (diff)
Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3146 f38db490-d61c-443f-a65b-d21fe96a405b
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