Module: kamailio Branch: master Commit: 135ce2b5b28bc033a282565c683e1d9c7fa2d636 URL: https://github.com/kamailio/kamailio/commit/135ce2b5b28bc033a282565c683e1d9c...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-12-26T21:26:21+01:00
Makefile: remove SHM_MEM #define after change in commit 63cc0c1df10138
---
Modified: src/Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/135ce2b5b28bc033a282565c683e1d9c... Patch: https://github.com/kamailio/kamailio/commit/135ce2b5b28bc033a282565c683e1d9c...
---
diff --git a/src/Makefile.defs b/src/Makefile.defs index 221a67002e..3512666e0e 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -515,9 +515,6 @@ data_target = $(prefix)/$(data_dir) # compiles in some extra debugging code # -DDNS_IP_HACK # faster ip address resolver for ip strings (e.g "127.0.0.1") -# -DSHM_MEM -# compiles in shared mem. support, needed by some modules and -# by USE_SHM_MEM # -DSHM_MMAP # use mmap instead of SYSV shared memory # -DPKG_MALLOC @@ -665,7 +662,7 @@ ifneq ($(MEMPKG), sys) C_DEFS+= -DPKG_MALLOC endif
-C_DEFS+= -DSHM_MEM -DSHM_MMAP \ +C_DEFS+= -DSHM_MMAP \ -DDNS_IP_HACK \ -DUSE_MCAST \ -DUSE_TCP \