diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 00:52:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 16:18:07 -0400 |
commit | ce3ec98acd2f344ae911de3f41dd2e3c6c68b141 (patch) | |
tree | fa9a1ef1190111696b857178593ee7a1b777c65a /sim/config.h.in | |
parent | bc56166f66244a9e3abc62c7bc595a6f800f23b0 (diff) | |
download | binutils-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.in | 4 |
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 |