aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-11-26 14:14:29 -0600
committerRob Landley <rob@landley.net>2012-11-26 14:14:29 -0600
commit6cf0a115451d6d5ead94860f0731040dc2293db0 (patch)
treef04a6b76ca8572fccf01f1dc0b8b71710bde439c /toys.h
parent471ce1b29933702bdd63bf27e4470898cb37b451 (diff)
downloadtoybox-6cf0a115451d6d5ead94860f0731040dc2293db0.tar.gz
Cleanup i18n support (#ifdefectomy, move global init to process launch). Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys.h b/toys.h
index 69876f23..40946d79 100644
--- a/toys.h
+++ b/toys.h
@@ -47,11 +47,11 @@
#include <utime.h>
#include <utmpx.h>
-#ifdef CFG_TOYBOX_I18N
+// Internationalization support
+
#include <locale.h>
#include <wchar.h>
#include <wctype.h>
-#endif
#include "lib/lib.h"
#include "toys/e2fs.h"