]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
libical, expat, and libsieve are now *required*.
[citadel.git] / citadel / citadel.h
index ff2406563aa8fc4b043843c1ec7aebe74416401d..d8d3270192d535e0489e63b70955f4b62f20ef98 100644 (file)
 #define CITADEL_H
 /* #include <dmalloc.h> uncomment if using dmalloc */
 
-/* Build Citadel with the calendar service only if the header *and*
- * library for libical are both present.
- */
-#ifdef HAVE_LIBICAL
-#ifdef HAVE_ICAL_H
-#define CITADEL_WITH_CALENDAR_SERVICE 1
-#endif
-#endif
-
 #include "sysdep.h"
 #include <limits.h>
 #include "sysconfig.h"