diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 23:01:11 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 23:01:11 +0100 |
commit | 31ce10b31198128de4983667820319a193adb976 (patch) | |
tree | 99ff7bc13815f25c13a8d994b7dc28d302e72225 /config.h | |
parent | 4b2cd5c4c349ea3e5683a6b2beb42c518d3ccef3 (diff) |
Make debug output optional and disabled by default.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #include <sys/stat.h> #include <limits.h> +#include "functions.h" + #define MAXCHAR 1000 // Sets 'dest' to the value of the configuration option with name |