aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 626ccad..0000000
--- a/config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#define PORT 9983
-// max size for a message sent
-#define BUF_MAX 255
-// max length of messages
-#define MSG_MAX 256
-// max length of author field
-#define MSG_AUTHOR_LEN 12
-// max length of timestamp field
-#define MSG_TIMESTAMP_LEN 9
-// current user's name
-#define USERNAME "Jef Koek"