diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-05 23:10:30 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-05 23:10:30 +0200 |
commit | 1ac90757e7d31b21fca7ddf7eb48cfc548b3ffb3 (patch) | |
tree | 883deeb538d7729b1bd7689c57f5ac9876d805a0 /buildlib/apti18n.h.in | |
parent | 40a6cfced93c564bedea27554427c91fa6eff08c (diff) | |
parent | 81c1659e78d9cae0ecdee331f16e86564adccf5d (diff) |
Merged with debian-sid.
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 |