aboutsummaryrefslogtreecommitdiff
path: root/src/mailfromd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailfromd.h')
-rw-r--r--src/mailfromd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailfromd.h b/src/mailfromd.h
index 7ce0f898..faf96d25 100644
--- a/src/mailfromd.h
+++ b/src/mailfromd.h
@@ -66,7 +66,7 @@
# define dgettext(domain, msgid) (msgid)
# define ngettext(sg,pl,cnt) (cnt == 1) ? (sg) : (pl)
# define textdomain(Domain)
-# define bindtextdomain(Package, Directory)
+# define bindtextdomain(Package, Directory) (char*) ((errno = ENOSYS),NULL)
#endif /* ENABLE_NLS */
/* Status values used throughout the program */

Return to:

Send suggestions and report system problems to the System administrator.