summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-08-07 09:04:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-08-07 09:04:36 +0000
commit57386437e245daa5a086100c6bc4a2ec21d5ee7d (patch)
treee8080d5eadca9d7683ef107ff06ed9dcaac13669 /include
parent0ecfec876d73599adb59df89f8f74e601fa4fdfb (diff)
downloadmailutils-57386437e245daa5a086100c6bc4a2ec21d5ee7d.tar.gz
mailutils-57386437e245daa5a086100c6bc4a2ec21d5ee7d.tar.bz2
[!ENABLE_NLS]: Define gettext()
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/nls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mailutils/nls.h b/include/mailutils/nls.h
index 870761c7a..dad6a3d5b 100644
--- a/include/mailutils/nls.h
+++ b/include/mailutils/nls.h
@@ -38,6 +38,7 @@
#else
# define _(String) (String)
# define N_(String) String
+# define gettext(msgid) (msgid)
# define dgettext(domain, msgid) (msgid)
# define ngettext(sg,pl,cnt) (cnt == 1) ? (sg) : (pl)
# define textdomain(Domain)

Return to:

Send suggestions and report system problems to the System administrator.