micro-utils/config.h

15 lines
257 B
C
Raw Normal View History

2023-11-14 20:13:31 +00:00
#ifndef _CONFIG_H
#define _CONFIG_H
/* Depends: cat tee wc */
#define BUF_SIZE 4096
/* Random source for shred */
#define RAND_SOURCE "/dev/urandom"
/* Options. To disable, comment line */
/* Add escape-char support in echo */
#define ECHO_FANCY
#endif