comparison src/gaim.h @ 590:91f877d86ca6

[gaim-migrate @ 600] Fixed _ wackiness, i hope committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 Aug 2000 19:15:13 +0000
parents aa9a8bcddd80
children 7c75d69a1129
comparison
equal deleted inserted replaced
589:a0d68eab359a 590:91f877d86ca6
96 #define FACE_TOTAL 16 96 #define FACE_TOTAL 16
97 97
98 #ifndef USE_APPLET 98 #ifndef USE_APPLET
99 #ifdef ENABLE_NLS 99 #ifdef ENABLE_NLS
100 # include <libintl.h> 100 # include <libintl.h>
101 # ifndef _ /* perl wackiness causes this */ 101 # define _(x) gettext(x)
102 # define _(x) gettext(x)
103 # endif
104 # ifdef gettext_noop 102 # ifdef gettext_noop
105 # define N_(String) gettext_noop (String) 103 # define N_(String) gettext_noop (String)
106 # else 104 # else
107 # define N_(String) (String) 105 # define N_(String) (String)
108 # endif 106 # endif
402 #define TYPE_DATA 2 400 #define TYPE_DATA 2
403 #define TYPE_ERROR 3 401 #define TYPE_ERROR 3
404 #define TYPE_SIGNOFF 4 402 #define TYPE_SIGNOFF 4
405 #define TYPE_KEEPALIVE 5 403 #define TYPE_KEEPALIVE 5
406 404
407 #define REVISION "gaim:$Revision: 587 $" 405 #define REVISION "gaim:$Revision: 600 $"
408 #define FLAPON "FLAPON\r\n\r\n" 406 #define FLAPON "FLAPON\r\n\r\n"
409 407
410 #define ROAST "Tic/Toc" 408 #define ROAST "Tic/Toc"
411 409
412 410