Don't redefine _THREAD_SAFE (bug #2332)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-08-31 13:39:04 +00:00
parent 066a53df8a
commit 4a19a2644f
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@
*
* Don't mess with these unless you're really sure you know what you're doing.
*/
#ifndef _THREAD_SAFE
#define _THREAD_SAFE
#endif
#define TZ_STRLEN_MAX 255
/* #define DEBUG */
#include <asterisk/lock.h>