File: config.h

package info (click to toggle)
secure-delete 3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: ansic: 2,781; makefile: 188; sh: 65
file content (5 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#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 */