]>
git.saurik.com Git - apt.git/blob - buildlib/apti18n.h.in
1 // -*- mode: cpp; mode: fold -*-
2 // $Id: apti18n.h.in,v 1.4 2002/10/16 05:24:02 jgg Exp $
3 /* Internationalization macros for apt. This header should be included last
8 #undef USE_INCLUDED_LIBINTL
10 #if USE_NLS==yes && USE_INCLUDED_LIBINTL==no
11 // apt will use the gettext implementation of the C library
14 # define _(x) dgettext(DOMAIN,x)
16 # define _(x) gettext(x)
19 // apt will not use any gettext
20 # define setlocale(a, b)