]> granicus.if.org Git - php/commitdiff
- Only compile if building a thread safe version
authorAndi Gutmans <andi@php.net>
Sun, 4 Jun 2000 04:14:17 +0000 (04:14 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 4 Jun 2000 04:14:17 +0000 (04:14 +0000)
TSRM/TSRM.c

index 1f7da18d887314b3b2f0ba9867a38fdc0d996fc7..76c005a72c469a2855aefed18d6b6e6a749fcb3f 100644 (file)
@@ -13,6 +13,7 @@
    +----------------------------------------------------------------------+
 */
 
+#ifdef ZTS
 
 #include "TSRM.h"
 #include <stdio.h>
@@ -454,3 +455,5 @@ void tsrm_debug_set(int status)
 {
        tsrm_debug_status = status;
 }
+
+#endif /* TSRM */