Mercurial > pidgin
comparison src/gaim.h @ 349:b402a23f35df
[gaim-migrate @ 359]
Let's see if *this* doesn't break everything
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 07 Jun 2000 17:14:32 +0000 |
parents | 29f95b2b3e38 |
children | 9d22acf6db73 |
comparison
equal
deleted
inserted
replaced
348:29f95b2b3e38 | 349:b402a23f35df |
---|---|
17 * along with this program; if not, write to the Free Software | 17 * along with this program; if not, write to the Free Software |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 * | 19 * |
20 */ | 20 */ |
21 | 21 |
22 #ifdef HAVE_CONFIG_H | |
23 #include "../config.h" | |
24 #endif | |
22 #include <gtk/gtk.h> | 25 #include <gtk/gtk.h> |
23 #include <time.h> | 26 #include <time.h> |
24 #include <stdio.h> | 27 #include <stdio.h> |
25 #ifdef USE_APPLET | 28 #ifdef USE_APPLET |
26 #include <applet-widget.h> | 29 #include <applet-widget.h> |
370 #define TYPE_DATA 2 | 373 #define TYPE_DATA 2 |
371 #define TYPE_ERROR 3 | 374 #define TYPE_ERROR 3 |
372 #define TYPE_SIGNOFF 4 | 375 #define TYPE_SIGNOFF 4 |
373 #define TYPE_KEEPALIVE 5 | 376 #define TYPE_KEEPALIVE 5 |
374 | 377 |
375 #define REVISION "gaim:$Revision: 358 $" | 378 #define REVISION "gaim:$Revision: 359 $" |
376 #define FLAPON "FLAPON\r\n\r\n" | 379 #define FLAPON "FLAPON\r\n\r\n" |
377 | 380 |
378 #define ROAST "Tic/Toc" | 381 #define ROAST "Tic/Toc" |
379 | 382 |
380 | 383 |