Move httpd port into config.h
[blerg.git] / config.h
index ac8851a..9a16246 100644 (file)
--- a/config.h
+++ b/config.h
@@ -5,6 +5,7 @@
 #define HASH_TAGS_PATH "hash_tags"
 #define REF_TAGS_PATH "ref_tags"
 #define BASEURL "http://blerg.dominionofawesome.com/"
+#define HTTP_BLERG_PORT 8080
 
 #define RECORDS_PER_SEGMENT 65536
 #define MAX_RECORD_SIZE 65535  /* No greater than 65535 */