diff options
author | Michael Vogt <mvo@debian.org> | 2008-10-25 10:29:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-10-25 10:29:21 +0200 |
commit | 2569ac285813e0ca36d76c03cce92cf490c63e6d (patch) | |
tree | 5f88ceae04c1192f097e1b117593e3b39febf948 /buildlib/apti18n.h.in | |
parent | cfe0526e097983680ce7c3675bbf77f735675e9d (diff) | |
parent | f8b1274722522826650a37f87bf9e743b5bca337 (diff) |
merged from Luca Bruno
Diffstat (limited to 'buildlib/apti18n.h.in')
-rw-r--r-- | buildlib/apti18n.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index a5b91b1ee..e7beceb09 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -18,6 +18,8 @@ #else // apt will not use any gettext # define setlocale(a, b) +# define textdomain(a) +# define bindtextdomain(a, b) # define _(x) x # define N_(x) x #endif |