new feature: -DMKSH_ASSUME_UTF8=0 assumes utf-8 is *not* set and skips

environment inspection; useful for initrd and the likes
This commit is contained in:
tg
2009-06-07 22:28:05 +00:00
parent f4ed74a610
commit 848e237b76
3 changed files with 8 additions and 6 deletions

4
sh.h
View File

@@ -122,9 +122,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.305 2009/05/31 15:10:07 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.306 2009/06/07 22:28:05 tg Exp $");
#endif
#define MKSH_VERSION "R38 2009/05/31"
#define MKSH_VERSION "R38 2009/06/07"
#ifndef MKSH_INCLUDES_ONLY