]>
git.saurik.com Git - apt-legacy.git/blob - buildlib/apti18n.h.in
1 // -*- mode: cpp; mode: fold -*-
2 // $Id: apti18n.h.in,v 1.6 2003/01/11 07:18:18 jgg Exp $
3 /* Internationalization macros for apt. This header should be included last
10 // apt will use the gettext implementation of the C library
13 # define _(x) dgettext(APT_DOMAIN,x)
15 # define _(x) gettext(x)
19 // apt will not use any gettext
20 # define setlocale(a, b)
21 # define textdomain(a)
22 # define bindtextdomain(a, b)