comparison plugins/idle.c @ 4202:59751fe608c5

[gaim-migrate @ 4438] Much needed Makefile.am cleanups. Sorry for the large mass of commit e-mails, everyone. These changes should work on older versions of automake and newer versions. If you do have a problem, let me know, but it should be a smooth transition. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 05 Jan 2003 03:02:55 +0000
parents 07a3d1fae88f
children 3efda23b7540
comparison
equal deleted inserted replaced
4201:511c2b63caa4 4202:59751fe608c5
1 /* a nifty little plugin to set your idle time to whatever you want it to be. 1 /* a nifty little plugin to set your idle time to whatever you want it to be.
2 * useful for almost nothing. mostly just a demo plugin. but it's fun to have 2 * useful for almost nothing. mostly just a demo plugin. but it's fun to have
3 * 40-day idle times. 3 * 40-day idle times.
4 */ 4 */
5 5
6 #include "config.h"
7
8 #ifndef GAIM_PLUGINS
6 #define GAIM_PLUGINS 9 #define GAIM_PLUGINS
10 #endif
11
7 #include "multi.h" 12 #include "multi.h"
8 #include "gaim.h" 13 #include "gaim.h"
9 #include <sys/time.h> 14 #include <sys/time.h>
10 #include "pixmaps/ok.xpm" 15 #include "pixmaps/ok.xpm"
11 16