diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-11 10:00:50 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-11 10:00:50 +0200 |
commit | 8cd53bd4fe839c3135696ecbdca45909130a2dd9 (patch) | |
tree | 3eda70c81a6a397193114ce98b79831b58432f75 /buildlib/apti18n.h.in | |
parent | d320fdc3539f686e690a4ae0cb3f941b0e1a0456 (diff) |
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
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 |