summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-06 21:18:45 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-06 21:18:45 +0200
commitda4710512865e6816585ac4ab8edab2fa125e2d8 (patch)
tree2d2ad42235032db4160231d221babd6cb91f6371 /src/includes.h
parente8b7f9a5f80c0f296d05403a84a5259cb48f9329 (diff)
the exception.h header file no longer depends on the zend engine header files. TSRM macros are no longer used in any of the public PHPCPP header files so there is no more need for the phpcpp/config.h header file nor the config-create script
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/includes.h b/src/includes.h
index f547eb2..0019244 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -23,9 +23,9 @@
// for debug
#include <iostream>
-//#define ZTS
-//#define THREAD_T pthread_t
-//#define MUTEX_T pthread_mutex_t *
+#define ZTS
+#define THREAD_T pthread_t
+#define MUTEX_T pthread_mutex_t *
/**
* PHP includes