diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:43 +0200 |
| commit | d3982ec72b255876db00825605d1d5aae0bc313e (patch) | |
| tree | a653552b7d229f7f27262980da7550d39961a102 /src/glob.h | |
| parent | 796609174e5ecb35fab992969e7690186840048a (diff) | |
tagging ychat-0.7.7.1ychat-0.7.7.1
Diffstat (limited to 'src/glob.h')
| -rwxr-xr-x | src/glob.h | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -5,8 +5,7 @@ gmake config in the main directory! */ - -#include <map> +#include "maps/hashmap.h" // global variables. #ifndef GLOB_H @@ -65,7 +64,7 @@ Please specify the size of a temporary buffer. (Will be used f- or different tasks) */ -#define READBUF 1024 +#define READBUF 2048 /* - CONFIG - Please specify the maximum length of a HTTP post request. @@ -84,7 +83,7 @@ is enabled or in the server-window if yChat has been compiled without ncurses support. This option shows you all incoming requests with the client IP and port numbers. You probably want - this to be turned of if you have heavy server load. + this to be turned off if you have heavy server load. */ //#define VERBOSE @@ -96,6 +95,11 @@ //#define EXPERIM /* - CONFIG - + Should yChat get compiled with logging support? +*/ +#define LOGGING + +/* - CONFIG - Should yChat get compiled with ncurses support? */ #define NCURSES @@ -179,8 +183,6 @@ using namespace std; -// some custom typedefs for datatypes which are needed often. -typedef map<string, string> map_string; typedef int function( void *v_arg ); struct container |
