Files
2024-09-12 22:24:27 -06:00

6 lines
328 B
C

#define BLOCKSIZE 32769 /* must be mod 3 = 0, should be >= 16k */
#define RANDOM_DEVICE "/dev/urandom" /* must not exist */
#define DIR_SEPERATOR '/' /* '/' on unix, '\' on dos/win */
#define FLUSH sync() /* system call to flush the disk */
#define MAXINODEWIPE 4194304 /* 22 bits */