comparison plugins/timestamp.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 511c2b63caa4
children 0cff8ec38935
comparison
equal deleted inserted replaced
4201:511c2b63caa4 4202:59751fe608c5
1 /* iChat-like timestamps by Sean Egan. 1 /* iChat-like timestamps by Sean Egan.
2 * <INSERT GPL HERE> */ 2 * <INSERT GPL HERE> */
3 3
4 #include "config.h"
5
6 #ifndef GAIM_PLUGINS
4 #define GAIM_PLUGINS 7 #define GAIM_PLUGINS
8 #endif
9
5 #include <time.h> 10 #include <time.h>
6 #include "gaim.h" 11 #include "gaim.h"
7 #include "gtkimhtml.h" 12 #include "gtkimhtml.h"
8 13
9 #define TIMESTAMP_DELAY (5 * 60 * 1000) 14 #define TIMESTAMP_DELAY (5 * 60 * 1000)