Minor makefile cleanup
[blerg.git] / config.h
index c3b8610..80327ca 100644 (file)
--- a/config.h
+++ b/config.h
@@ -2,5 +2,10 @@
 #define _CONFIG_H
 
 #define DATA_PATH "data"
+#define HASH_TAGS_PATH "hash_tags"
+#define AUTHOR_TAGS_PATH "author_tags"
+
+#define RECORDS_PER_SEGMENT 65536
+#define MAX_RECORD_SIZE 65535  /* No greater than 65535 */
 
 #endif //_CONFIG_H