X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ec2f559a053177d8fb7f8ffb6c848c5e6134c36f..2569ac285813e0ca36d76c03cce92cf490c63e6d:/buildlib/apti18n.h.in diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index 812457643..e7beceb09 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -14,8 +14,12 @@ # else # define _(x) gettext(x) # endif +# define N_(x) x #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