]> granicus.if.org Git - sudo/commitdiff
See DEFAULT_TEXT_DOMAIN
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Nov 2012 13:10:12 +0000 (08:10 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 25 Nov 2012 13:10:12 +0000 (08:10 -0500)
common/sudo_conf.c
common/sudo_debug.c

index f8ec9d3078a1464841e98354f8df491cf7b6f81c..5c1af65c4c5169ab26c74fe7cd392efec1499e14 100644 (file)
@@ -56,6 +56,8 @@
 #include "sudo_conf.h"
 #include "sudo_debug.h"
 #include "secure_path.h"
+
+#define DEFAULT_TEXT_DOMAIN    "sudo"
 #include "gettext.h"
 
 #ifdef __TANDEM
index da90e8fef528f8a123ce882a395df2740a2bc4a5..55c0578fc40118be27680ac01b44d1f331c062a3 100644 (file)
 #include "missing.h"
 #include "alloc.h"
 #include "error.h"
-#include "gettext.h"
 #include "sudo_plugin.h"
 #include "sudo_debug.h"
 
+#define DEFAULT_TEXT_DOMAIN    "sudo"
+#include "gettext.h"
+
 /*
  * The debug priorities and subsystems are currently hard-coded.
  * In the future we might consider allowing plugins to register their