From: Anthony Minessale Date: Fri, 27 Feb 2009 19:39:58 +0000 (+0000) Subject: reverse define to allow it to be passed in as positive from configure (no real change) X-Git-Tag: v1.0.4~1773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284fbf3349bf9b9be31a45b5d379965cd3f65259;p=thirdparty%2Ffreeswitch.git reverse define to allow it to be passed in as positive from configure (no real change) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12333 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_memory.c b/src/switch_core_memory.c index 79ea85b15e..0aec436e5d 100644 --- a/src/switch_core_memory.c +++ b/src/switch_core_memory.c @@ -40,7 +40,9 @@ //#define DESTROY_POOLS //#define INSTANTLY_DESTROY_POOLS /*#define LOCK_MORE*/ +#ifndef SWITCH_POOL_RECYCLE #define PER_POOL_LOCK 1 +#endif static struct { switch_mutex_t *mem_lock;