enable system malloc instead of pkg_malloc for fifo commands.

- increasing pkg_size was just getting annoying, pkg_malloc is not
  really suited for more than 10K subscribers.
- see this thread for details:
  http://comments.gmane.org/gmane.comp.voip.openser.user/33936
3.1
Andrew Pogrebennyk 14 years ago
parent 30567e3d39
commit 5b73c336de

@ -5,7 +5,7 @@ MAJOR_VER=1
MINOR_VER=0
BUGFIX_VER=0
## uncomment next line for using system malloc with MI
#DEFS+= -DMI_SYSTEM_MALLOC
DEFS+= -DMI_SYSTEM_MALLOC
LIBS=
include ../../Makefile.libs

Loading…
Cancel
Save