]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Get ready for the 6.10 release
[citadel.git] / webcit / webcit.h
index 16cfe39f6a3a18291127776115cf1823542be670..31976fc5514eb8b37b3b861bc936bf8bf9f5c78f 100644 (file)
@@ -4,7 +4,14 @@
 #include <zlib.h>
 #endif
 
+
 #ifdef HAVE_ICAL_H
+#ifdef HAVE_LIBICAL
+#define WEBCIT_WITH_CALENDAR_SERVICE 1
+#endif
+#endif
+
+#ifdef WEBCIT_WITH_CALENDAR_SERVICE
 #include <ical.h>
 #endif
 
 #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 v4.00"  /* who's in da house */
+#define SERVER                 "WebCit v4.10"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         400
+#define CLIENT_VERSION         410
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */