Define macros only, if one of the locking _r functions is used

This commit is contained in:
Sascha Schumann 1999-11-26 19:09:57 +00:00
parent 6d97609a31
commit 1f9a496601

View file

@ -28,7 +28,7 @@ enum {
NUMBER_OF_LOCKS
};
#if defined(ZTS)
#if defined(PHP_NEED_REENTRANCY)
#include <TSRM.h>