summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-25 11:16:36 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-25 11:16:36 +0100
commit30c5021cf56bb6fc8f42f38c688ff3f7b223f7b0 (patch)
treee699ff67725209fba818a9c159f184c411162b66 /src
parentaf85f97c832ba318373db3ad6df72ebedbad1a1d (diff)
update documentation about threads
Diffstat (limited to 'src')
-rw-r--r--src/includes.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/includes.h b/src/includes.h
index e3ecdb1..50cb65f 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -20,17 +20,10 @@
#include <exception>
#include <type_traits>
- // for debug
+// for debug
#include <iostream>
/**
- * @todo: if ZTS defined many errors appear. need debug.
- * @todo this should come from some external source
- */
-//#define ZTS 1
-//#define PTHREADS 1
-
-/**
* PHP includes
*/
#pragma GCC system_header