mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -21,7 +21,9 @@
|
|||||||
*
|
*
|
||||||
* Don't mess with these unless you're really sure you know what you're doing.
|
* Don't mess with these unless you're really sure you know what you're doing.
|
||||||
*/
|
*/
|
||||||
|
#ifndef _THREAD_SAFE
|
||||||
#define _THREAD_SAFE
|
#define _THREAD_SAFE
|
||||||
|
#endif
|
||||||
#define TZ_STRLEN_MAX 255
|
#define TZ_STRLEN_MAX 255
|
||||||
/* #define DEBUG */
|
/* #define DEBUG */
|
||||||
#include <asterisk/lock.h>
|
#include <asterisk/lock.h>
|
||||||
|
Reference in New Issue
Block a user