Make i18n support compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23739 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-07 21:08:43 +00:00
parent 747ec5c393
commit 02a6a32f82

View File

@@ -117,6 +117,7 @@ struct sockaddr_dl;
#endif
#ifdef HAVE_LIBINTL
#include <libintl.h>
#define N_(x,y) dgettext("heimdal_krb5", x)
#else
#define N_(x,y) (x)