toggle on HAVE_LIBINTL

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23736 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-07 21:07:53 +00:00
parent ee4283fe81
commit 1c4c9c7f55

View File

@@ -116,10 +116,10 @@ struct sockaddr_dl;
#include <sys/file.h>
#endif
#if 1
#define N_(x,y) (x)
#else
#ifdef HAVE_LIBINTL
#define N_(x,y) dgettext("heimdal_krb5", x)
#else
#define N_(x,y) (x)
#endif