Minor makefile cleanup
[blerg.git] / config.h
index 726792e..80327ca 100644 (file)
--- a/config.h
+++ b/config.h
@@ -5,4 +5,7 @@
 #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