Add definition of U_ for --disable-nsl

Don't define warning_gettext if --disable-nsl
Bug #621; from Daniel Richard G.
This commit is contained in:
Todd C. Miller
2013-11-19 09:45:13 -07:00
parent 0a7ebf8b23
commit 054a94e6c9
3 changed files with 5 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ sudoers_setlocale(int newlocale, int *prevlocale)
return res ? true : false;
}
#ifdef HAVE_LIBINTL_H
char *
warning_gettext(const char *msgid)
{
@@ -120,3 +121,4 @@ warning_gettext(const char *msgid)
return msg;
}
#endif /* HAVE_LIBINTL_H */