Internal version number to 8.01 for imminent release
[citadel.git] / webcit / webcit.h
index cb2e19b83e49688e317a123801a77912f4777e48..ad5aafc110a7f8fa32b93c557903364b9dad926f 100644 (file)
@@ -144,9 +144,9 @@ extern char *ssl_cipher_list;
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         800             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    800             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          800             /* min required libcitadel ver */
+#define CLIENT_VERSION         801             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    801             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          801             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */
@@ -199,14 +199,14 @@ extern char *ssl_cipher_list;
 /*
  * user/room access
  */
-#define UA_KNOWN       2
-#define UA_GOTOALLOWED 4
-#define UA_HASNEWMSGS  8
-#define UA_ZAPPED      16
+#define UA_KNOWN               2
+#define UA_GOTOALLOWED         4
+#define UA_HASNEWMSGS          8
+#define UA_ZAPPED              16
 #define UA_POSTALLOWED          32
 #define UA_ADMINALLOWED         64
 #define UA_DELETEALLOWED        128
-#define UA_ISTRASH              256 /* Only available in room view... */
+#define UA_ISTRASH              256    /* Only available in room view... */
 
 
 /*
@@ -818,9 +818,6 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 
 extern int time_to_die;                        /* Nonzero if server is shutting down */
 
-/* a nice consistent place to define how we turn a message id into a thread id hash */
-#define ThreadIdHash(Buf) abs(HashLittle(ChrPtr(Buf), StrLength(Buf)))
-
 /* 
  * Array type for a blog post.  The first message is the post; the rest are comments
  */