1 /* $NetBSD: ksh_limval.h,v 1.2 1997/01/12 19:11:59 tls Exp $ */
3 /* Wrapper around the values.h/limits.h includes/ifdefs */
4 /* $NetBSD: ksh_limval.h,v 1.2 1997/01/12 19:11:59 tls Exp $ */
8 #endif /* HAVE_VALUES_H */
9 /* limits.h is included in sh.h */
12 # define DMAXEXP 128 /* should be big enough */
17 # define BITSPERBYTE CHAR_BIT
19 # define BITSPERBYTE 8 /* probably true.. */
24 # define BITS(t) (BITSPERBYTE * sizeof(t))