diff options
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 |
