1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
icecast-common/thread/BUILDING
Jack Moffitt a8824b7f95 Initial revision
svn path=/trunk/avl/; revision=1997
2001-09-10 02:24:39 +00:00

21 lines
405 B
Plaintext

defines that affect compilation
_WIN32
this should be defined for Win32 platforms
DEBUG_MUTEXES
define this to turn on mutex debugging. this will log locks/unlocks.
CHECK_MUTEXES (DEBUG_MUTEXES must also be defined)
checks to make sure mutex operations make sense. ie, multi_mutex is locked
when locking multiple mutexes, etc.
THREAD_DEBUG (define to 1-4)
turns on the thread.log logging