diff options
Diffstat (limited to 'glob.h')
| -rwxr-xr-x[-rw-r--r--] | glob.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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! |
