comparison: src/plugins.c
src/plugins.c
- changeset 885
- 5564685b68d8
- parent 829
- 3883114b2b71
- child 905
- 7a2da3bc1ebe
equal
deleted
inserted
replaced
| 30 |
30 |
| 31 #ifdef HAVE_CONFIG_H |
31 #ifdef HAVE_CONFIG_H |
| 32 #include "../config.h" |
32 #include "../config.h" |
| 33 #endif |
33 #endif |
| 34 |
34 |
| 35 #ifdef GAIM_PLUGINS |
|
| 36 |
|
| 37 #include <string.h> |
35 #include <string.h> |
| 38 #include <sys/time.h> |
36 #include <sys/time.h> |
| 39 |
37 |
| 40 #include <sys/types.h> |
38 #include <sys/types.h> |
| 41 #include <sys/stat.h> |
39 #include <sys/stat.h> |
| 43 #include <unistd.h> |
41 #include <unistd.h> |
| 44 #include <stdio.h> |
42 #include <stdio.h> |
| 45 #include <stdlib.h> |
43 #include <stdlib.h> |
| 46 #include <gtk/gtk.h> |
44 #include <gtk/gtk.h> |
| 47 #include "gaim.h" |
45 #include "gaim.h" |
| |
46 |
| |
47 #ifdef GAIM_PLUGINS |
| 48 |
48 |
| 49 #include <dlfcn.h> |
49 #include <dlfcn.h> |
| 50 |
50 |
| 51 /* ------------------ Global Variables ----------------------- */ |
51 /* ------------------ Global Variables ----------------------- */ |
| 52 |
52 |