]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* event.c: Found and removed another unquoted multi-line string literal
[citadel.git] / webcit / webcit.h
index 3be0456e9c1784a3d386993b835391f41620d98c..2d73f4e7a484b24a91a559e41d9968379b76e33c 100644 (file)
@@ -207,7 +207,7 @@ struct wcsession {
        char this_page[SIZ];            /* address of current page */
        char http_host[SIZ];            /* HTTP Host: header */
        char *preferences;
-#ifdef HAVE_ICAL_H
+#ifdef WEBCIT_WITH_CALENDAR_SERVICE
        icalcomponent **disp_cal;       /* store calendar items for display */
        long *cal_msgnum;               /* store calendar msgids for display */
        int num_cal;
@@ -393,7 +393,7 @@ int CtdlDecodeBase64(char *dest, const char *source, size_t length);
 void free_attachments(struct wcsession *sess);
 
 
-#ifdef HAVE_ICAL_H
+#ifdef WEBCIT_WITH_CALENDAR_SERVICE
 void display_edit_task(void);
 void save_task(void);
 void display_edit_event(void);