#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 /* getloadavg() unavailable in android os */ #ifndef __ANDROID__ #define UPTIME_LOADAVG #endif #endif