Module: sip-router Branch: master Commit: f8584159fa88e92b36f8657d645f00d0ff851099 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8584159...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Sep 20 15:47:44 2010 +0200
Makefile: log func name for kamailio flavour
- default behavior in 1.5.x
---
Makefile.defs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index e8a1a21..55b9010 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -704,6 +704,9 @@ endif ifeq ($(WITHAS), 1) C_DEFS+= -DWITH_AS_SUPPORT endif +ifeq ($(FLAVOUR),kamailio) + C_DEFS+= -DLOG_FUNC_NAME +endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN