On Sun, Sep 11, 2011 at 01:32:36PM +0200, Matthias Andree wrote: >I see this recently changed in shell/hush.c: > >-# if defined MAX_HISTORY && MAX_HISTORY > 0 && ENABLE_HUSH_SAVEHISTORY >+# if MAX_HISTORY > 0 && ENABLE_HUSH_SAVEHISTORY > >Is it guaranteed that MAX_HISTORY is always defined?
AFAICR yes (see include/libbb.h). _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
