i18n kinit
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23824 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user