diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:44 +0200 |
| commit | c507ce3198ea4d822832cc8740f0128df8873c02 (patch) | |
| tree | 260ca004916ae03b7d5438bf89007e3984da6934 /glob.h | |
| parent | c8b2ef7b899766d04562f7e04a84251cea8fa701 (diff) | |
tagging ychat-0.3ychat-0.3
Diffstat (limited to 'glob.h')
| -rwxr-xr-x | glob.h | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -11,7 +11,7 @@ #define false 0 // config filename. -#define CONFILE "conf.txt" +#define s_confILE "conf.txt" // the highest port which is allowed to use. if ychat is unable to create the server // socket it will increment the port number and tries to create another socket. @@ -25,11 +25,6 @@ // the messages. this messages will only printed out by the master thread. #define VERBOSE -// Defines the amount of newlines which have to send to the client's -// chat stream the first log-in. ( prevents white screen because of buffers -// or proxies ). -#define PUSHSTR 1000 - ////////////////////////////////////////////////////////////////////////////////////////// // DO NOT CHANGE ANYTHING BEHIND THIS LINE! @@ -52,17 +47,10 @@ enum rang // some custom typedefs for datatypes which are needed often. typedef map<string, string> map_string; -typedef int function( void *v_arg ); struct container { void* elem[3]; }; -struct dynmod -{ - function *the_func ; - void *the_module; -}; - #endif |
