From 6cf0a115451d6d5ead94860f0731040dc2293db0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 26 Nov 2012 14:14:29 -0600 Subject: 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. --- toys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys.h') diff --git a/toys.h b/toys.h index 69876f23..40946d79 100644 --- a/toys.h +++ b/toys.h @@ -47,11 +47,11 @@ #include #include -#ifdef CFG_TOYBOX_I18N +// Internationalization support + #include #include #include -#endif #include "lib/lib.h" #include "toys/e2fs.h" -- cgit v1.2.3