comparison plugins/spellchk.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 922b66840a51
comparison
equal deleted inserted replaced
4201:511c2b63caa4 4202:59751fe608c5
6 * ? I think i did everything i want to with it. 6 * ? I think i did everything i want to with it.
7 * 7 *
8 * BUGS: 8 * BUGS:
9 * ? I think i fixed them all. 9 * ? I think i fixed them all.
10 */ 10 */
11 #include "config.h"
12
13 #ifndef GAIM_PLUGINS
11 #define GAIM_PLUGINS 14 #define GAIM_PLUGINS
15 #endif
16
12 #include "gaim.h" 17 #include "gaim.h"
13 18
14 #include <string.h> 19 #include <string.h>
15 #include <ctype.h> 20 #include <ctype.h>
16 #include <stdlib.h> 21 #include <stdlib.h>