X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fserv_func.c;h=a5d37199b3fa408471aeb9e3ee74bc3824b284eb;hp=0ce784cf057b4e6f1aaa37f5415eae252fbf89de;hb=cf934431c7c8c1091b38c0b374f6a3b9293841ca;hpb=1d70c160be9a9f3f6e3c211dcfb131563dcc103f diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 0ce784cf0..a5d37199b 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -32,15 +32,13 @@ void get_serv_info(char *browser_host, char *user_agent) serv_puts("MSGP text/html|text/plain"); serv_getln(buf, sizeof buf); -#ifdef WEBCIT_WITH_CALENDAR_SERVICE - /** + /* * Tell the server that when we save a calendar event, we * want invitations to be generated by the Citadel server * instead of by the client. */ serv_puts("ICAL sgi|1"); serv_getln(buf, sizeof buf); -#endif /** Now ask the server to tell us a little bit about itself... */ serv_puts("INFO");