| 598:9e3a18d1083f | 599:f786b9daaa9b |
|---|---|
| 27 #include <stdio.h> | 27 #include <stdio.h> |
| 28 #include <aim.h> | 28 #include <aim.h> |
| 29 #ifdef USE_APPLET | 29 #ifdef USE_APPLET |
| 30 #include <applet-widget.h> | 30 #include <applet-widget.h> |
| 31 #endif /* USE_APPLET */ | 31 #endif /* USE_APPLET */ |
| 32 #ifdef USE_GNOME | |
| 33 #include <gnome.h> | |
| 34 #endif | |
| 32 | 35 |
| 33 | 36 |
| 34 /* | 37 /* |
| 35 1. gethostbyname(); | 38 1. gethostbyname(); |
| 36 2. connect(); | 39 2. connect(); |
| 93 #define FACE_TONGUE 13 | 96 #define FACE_TONGUE 13 |
| 94 #define FACE_WINK 14 | 97 #define FACE_WINK 14 |
| 95 #define FACE_YELL 15 | 98 #define FACE_YELL 15 |
| 96 #define FACE_TOTAL 16 | 99 #define FACE_TOTAL 16 |
| 97 | 100 |
| 98 #ifndef USE_APPLET | 101 #ifndef USE_GNOME |
| 99 #ifdef ENABLE_NLS | 102 #ifdef ENABLE_NLS |
| 100 # include <libintl.h> | 103 # include <libintl.h> |
| 101 # define _(x) gettext(x) | 104 # define _(x) gettext(x) |
| 102 # ifdef gettext_noop | 105 # ifdef gettext_noop |
| 103 # define N_(String) gettext_noop (String) | 106 # define N_(String) gettext_noop (String) |
| 400 #define TYPE_DATA 2 | 403 #define TYPE_DATA 2 |
| 401 #define TYPE_ERROR 3 | 404 #define TYPE_ERROR 3 |
| 402 #define TYPE_SIGNOFF 4 | 405 #define TYPE_SIGNOFF 4 |
| 403 #define TYPE_KEEPALIVE 5 | 406 #define TYPE_KEEPALIVE 5 |
| 404 | 407 |
| 405 #define REVISION "gaim:$Revision: 602 $" | 408 #define REVISION "gaim:$Revision: 609 $" |
| 406 #define FLAPON "FLAPON\r\n\r\n" | 409 #define FLAPON "FLAPON\r\n\r\n" |
| 407 | 410 |
| 408 #define ROAST "Tic/Toc" | 411 #define ROAST "Tic/Toc" |
| 409 | 412 |
| 410 | 413 |