diff libgaim/plugins/perl/perl-handlers.h @ 14372:d5c22258df09

[gaim-migrate @ 17078] Reenable the perl build on non-Windows. I'm looking at making a gtk perl plugin to use the gtk stuff, we'll see if I succeed. I'm leaving the gtk stuff in here but ifdef:d out for now. I'll clean it up if I get the gtk perl plugin working. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 29 Aug 2006 04:15:29 +0000
parents 60b1bc8dbf37
children
line wrap: on
line diff
--- a/libgaim/plugins/perl/perl-handlers.h	Tue Aug 29 03:47:34 2006 +0000
+++ b/libgaim/plugins/perl/perl-handlers.h	Tue Aug 29 04:15:29 2006 +0000
@@ -5,8 +5,10 @@
 #include "plugin.h"
 #include "prefs.h"
 #include "pluginpref.h"
+#ifdef GAIM_GTKPERL
 #include "gtkplugin.h"
 #include "gtkutils.h"
+#endif
 
 typedef struct
 {
@@ -42,7 +44,9 @@
 
 GaimPluginPrefFrame *gaim_perl_get_plugin_frame(GaimPlugin *plugin);
 
+#ifdef GAIM_GTKPERL
 GtkWidget *gaim_perl_gtk_get_plugin_frame(GaimPlugin *plugin);
+#endif
 
 void gaim_perl_timeout_add(GaimPlugin *plugin, int seconds, SV *callback,
                            SV *data);