aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 00:52:10 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 16:18:07 -0400
commitce3ec98acd2f344ae911de3f41dd2e3c6c68b141 (patch)
treefa9a1ef1190111696b857178593ee7a1b777c65a /sim/config.h.in
parentbc56166f66244a9e3abc62c7bc595a6f800f23b0 (diff)
downloadbinutils-ce3ec98acd2f344ae911de3f41dd2e3c6c68b141.zip
binutils-ce3ec98acd2f344ae911de3f41dd2e3c6c68b141.tar.gz
binutils-ce3ec98acd2f344ae911de3f41dd2e3c6c68b141.tar.bz2
sim: unify gettext/intl probing logic
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index b6ab1f9..8d926f3 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -6,6 +6,10 @@
/* Sim debug setting */
#undef DEBUG
+/* Define to 1 if translation of program messages to the user's native
+ language is requested. */
+#undef ENABLE_NLS
+
/* Define to the type of elements in the array set by `getgroups'. Usually
this is either `int' or `gid_t'. */
#undef GETGROUPS_T