comparison h/mh.h @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents 47d488958a4c
children 441a2190cfae
comparison
equal deleted inserted replaced
9:52d0fa25c554 10:a6481689f99c
10 #define ALL "" 10 #define ALL ""
11 #define NULLCP ((char *) 0) 11 #define NULLCP ((char *) 0)
12 #define NULLVP ((char **) 0) 12 #define NULLVP ((char **) 0)
13 #define Nbby 8 /* number of bits/byte */ 13 #define Nbby 8 /* number of bits/byte */
14 14
15 #define MAXARGS 1000 /* max arguments to exec */ 15 #define MAXARGS 262144 /* max arguments to exec */
16 16
17 #ifndef NFOLDERS 17 #ifndef NFOLDERS
18 #define NFOLDERS 1000 /* max folder arguments on command line */ 18 #define NFOLDERS 1000 /* max folder arguments on command line */
19 #endif 19 #endif
20 20