Remove building with NOCRYPTO option
[minix3.git] / minix / usr.sbin / mkfs.mfs / v2l / const.h
blob76f3dbda90b3379eeff5dbafcc88eea392754d3f
1 /* Extended V2 minixFS as defined by Linux
2 * The difference with the normal V2 file systems as used on MINIX are the
3 * size of the file names in the directoru entries, which are extended
4 * to 30 characters (instead of 14.)
5 */
7 /* Constants; unchanged from regular V2... */
8 #include "../v2/const.h"
10 /* ... except for magic number contained in super-block: */
11 #define SUPER_V2L 0x2478 /* magic # for "Linux" extended V2 minixFS */
12 #undef SUPER_MAGIC
13 #define SUPER_MAGIC SUPER_V2L