Switch to unified view
a/src/aspell/rclaspell.cpp | b/src/aspell/rclaspell.cpp | ||
---|---|---|---|
1 | #ifndef TEST_RCLASPELL |
1 | #ifndef TEST_RCLASPELL |
2 | #ifndef lint |
2 | #ifndef lint |
3 | static char rcsid[] = "@(#$Id: rclaspell.cpp,v 1.9 2007-08-07 08:26:40 dockes Exp $ (C) 2006 J.F.Dockes"; |
3 | static char rcsid[] = "@(#$Id: rclaspell.cpp,v 1.10 2007-12-13 06:58:21 dockes Exp $ (C) 2006 J.F.Dockes"; |
4 | #endif |
4 | #endif |
5 | #ifdef HAVE_CONFIG_H |
5 | #ifdef HAVE_CONFIG_H |
6 | #include "autoconfig.h" |
6 | #include "autoconfig.h" |
7 | #endif |
7 | #endif |
8 | 8 | ||
9 | #ifdef RCL_USE_ASPELL |
9 | #ifdef RCL_USE_ASPELL |
10 | 10 | ||
11 | #include <unistd.h> |
11 | #include <unistd.h> |
12 | #include <dlfcn.h> |
12 | #include <dlfcn.h> |
13 | #include <iostream> |
13 | #include <iostream> |
14 | 14 | #include <stdlib.h> |
|
15 | #include <vector> |
15 | #include <vector> |
16 | 16 | ||
17 | #include ASPELL_INCLUDE |
17 | #include ASPELL_INCLUDE |
18 | 18 | ||
19 | #include "pathut.h" |
19 | #include "pathut.h" |