i18n kinit

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23824 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 09:45:20 +00:00
parent 166b4b975c
commit 326718e312
4 changed files with 262 additions and 49 deletions

View File

@@ -82,6 +82,19 @@
#include <sys/ioccom.h>
#endif
#include <kafs.h>
#include "crypto-headers.h" /* for des_read_pw_string */
#include "crypto-headers.h" /* for UI_UTIL_read_pw_string */
#ifdef LIBINTL
#include <libintl.h>
#define N_(x,y) gettext(x)
#define NP_(x,y) (x)
#define getarg_i18n gettext
#else
#define N_(x,y) (x)
#define NP_(x,y) (x)
#define getarg_i18n NULL
#define bindtextdomain(package, localedir)
#endif
#endif /* __KUSER_LOCL_H__ */