comparison src/protocols/jabber/jabber.c @ 4608:5fcb44d771d2

[gaim-migrate @ 4896] just because an account signs off doesn't mean we can forget about it ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 24 Feb 2003 00:29:54 +0000
parents 5ef293db2582
children d19872836812
comparison
equal deleted inserted replaced
4607:8742023570be 4608:5fcb44d771d2
42 #include <string.h> 42 #include <string.h>
43 #include <stdlib.h> 43 #include <stdlib.h>
44 #include <stdio.h> 44 #include <stdio.h>
45 #include <time.h> 45 #include <time.h>
46 #include <sys/stat.h> 46 #include <sys/stat.h>
47 #include "gaim.h"
47 #include "multi.h" 48 #include "multi.h"
48 #include "prpl.h" 49 #include "prpl.h"
49 #include "gaim.h"
50 #ifdef MAX 50 #ifdef MAX
51 #undef MAX 51 #undef MAX
52 #endif 52 #endif
53 #ifdef MIN 53 #ifdef MIN
54 #undef MIN 54 #undef MIN