]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Quick respin of WebCit (now 7.12) due to missing config.sub
[citadel.git] / webcit / webcit.h
index d2b7e94ead2cf712cbf0c0b1d2cb690e21d319ea..85f5d8e50c60e56bba1856c9cf379ec85aa9d6f8 100644 (file)
@@ -122,10 +122,10 @@ extern locale_t wc_locales[];
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v7.11"  /* who's in da house */
+#define SERVER                 "WebCit v7.12"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         711             /* This version of WebCit */
+#define CLIENT_VERSION         712             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    710             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
@@ -200,6 +200,11 @@ extern locale_t wc_locales[];
                        US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \
                        US_FLOORS | US_COLOR | US_PROMPTCTL )
 
+/*
+ * NLI is the string that shows up in a who's online listing for sessions
+ * that are active, but for which no user has yet authenticated.
+ */
+#define NLI    "(not logged in)"
 
 
 /** \brief     Linked list of lines appearing in an HTTP client request */