diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 2d58c10..d57c7c7 100644 --- a/src/config.h +++ b/src/config.h @@ -8,6 +8,9 @@ #define MAX_INPUT_LENGTH 1024 #endif +#define AUTHOR "created by Aldrik Ramaekers" +#define CONTACT "<aldrik.ramaekers@gmail.com>" + #define MAX_ERROR_MESSAGE_LENGTH (MAX_INPUT_LENGTH) #define FILE_RESERVE_COUNT 1000 |
