diff options
| author | Andi Gutmans <andi@php.net> | 2000-08-31 23:44:10 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-08-31 23:44:10 +0000 |
| commit | 3d95c23c967b1b10e56c363a700ae85f21e83869 (patch) | |
| tree | 422efd43c3c4a39aa92bc75d965adc81fd1fd674 /TSRM/TSRM.c | |
| parent | 7ee05bc6b02d2975494446e10303b27a60188172 (diff) | |
| download | php-git-3d95c23c967b1b10e56c363a700ae85f21e83869.tar.gz | |
- Support for always building TSRM into PHP
Diffstat (limited to 'TSRM/TSRM.c')
| -rw-r--r-- | TSRM/TSRM.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 5750bc7d4a..04f746883f 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -11,6 +11,9 @@ */ #include "TSRM.h" + +#ifdef ZTS + #include <stdio.h> #include <stdlib.h> @@ -455,3 +458,5 @@ void tsrm_debug_set(int status) { tsrm_debug_status = status; } + +#endif /* ZTS */ |
