2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Add gettext.h convenience header. This is similar to but distinct from

the one included with the gettext package.
This commit is contained in:
Todd C. Miller
2011-05-20 11:48:17 -04:00
parent a05e963690
commit bf7e7b5752
19 changed files with 108 additions and 98 deletions

View File

@@ -163,9 +163,7 @@ sudoers_policy_open(unsigned int version, sudo_conv_t conversation,
return -1;
}
#ifdef HAVE_LIBINTL_H
bindtextdomain("sudoers", LOCALEDIR);
#endif
/*
* Signal setup: