comparison plugins/autorecon.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents eeba9205dd0f
children a18e88c4dace
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
1 #include "config.h" 1 #include "internal.h"
2
3 #include "connection.h"
4 #include "debug.h"
5 #include "prpl.h"
2 6
3 #include "gaim.h" 7 #include "gaim.h"
4 #include "prpl.h"
5
6 #ifdef _WIN32
7 #include "win32dep.h"
8 #endif
9 8
10 #define AUTORECON_PLUGIN_ID "core-autorecon" 9 #define AUTORECON_PLUGIN_ID "core-autorecon"
11 10
12 #define INITIAL 8000 11 #define INITIAL 8000
13 #define MAXTIME 2048000 12 #define MAXTIME 2048000