summaryrefslogtreecommitdiff
path: root/glob.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:45 +0200
commited634bc556af8997b9d2d5bf7334073731936365 (patch)
treeaac5e9767c12f7bf7e98672c125554888fbbe1ac /glob.h
parent5f4e214740242513c837c8a005ca23779bab1d0c (diff)
tagging ychat-0.2ychat-0.2
Diffstat (limited to 'glob.h')
-rwxr-xr-x[-rw-r--r--]glob.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/glob.h b/glob.h
index f48f3c0..37741f8 100644..100755
--- a/glob.h
+++ b/glob.h
@@ -21,20 +21,10 @@
// max length of a line read from a socket or a file ( config-file, html-template ).
#define READBUF 1024
-// if defined for every http request a new thread will be created. otherwise only for the
-// chat streams extra threads will be created. THRDMOD2 DOES NOT WORK RIGHT NOW!! SO
-// LET THIS DEFINE UNTOUCHED! BUGFIX WILL FOLLOW!
-#define THRDMOD
-
// definition for verbosity level 0 ( normal outputs ). see vmsg.h for custumizing all
// the messages. this messages will only printed out by the master thread.
#define _VERBOSE
-// definition for verbosity level 1 ( constructors and destructors which are not inline ).
-//#define VERBOSE
-
-// definition for verbosity level 2 ( all methods which are not inline except VERBOSE 1 ).
-//#define VERBOSE_
//////////////////////////////////////////////////////////////////////////////////////////
// DO NOT CHANGE ANYTHING BEHIND THIS LINE!