comparison src/internal.h @ 8730:8b935eddeb10

[gaim-migrate @ 9485] Solaris iconv-related buildage fixes from Etan. He has a great name. In fact, the anglicanized version of his name may be the coolest name I can think of. Seriously. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 20 Apr 2004 22:40:05 +0000
parents fa6395637e2c
children 92cbf9713795
comparison
equal deleted inserted replaced
8729:7024b9145357 8730:8b935eddeb10
36 # define N_(String) gettext_noop (String) 36 # define N_(String) gettext_noop (String)
37 # else 37 # else
38 # define N_(String) (String) 38 # define N_(String) (String)
39 # endif 39 # endif
40 #else 40 #else
41 # include <locale.h>
41 # define N_(String) (String) 42 # define N_(String) (String)
42 # define _(x) (x) 43 # define _(x) (x)
43 # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural)) 44 # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural))
44 #endif 45 #endif
45 /* 46 /*