]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_sieve.h
libical, expat, and libsieve are now *required*.
[citadel.git] / citadel / serv_sieve.h
index 168a8574f84f9081ab1975981cdb936c58bd8cf4..516b8342054e933307b8947092f317716157e733 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * $Id$
+ * $Id$
  */
 
 
-#ifdef HAVE_LIBSIEVE
-
 #include <sieve2.h>
 #include <sieve2_error.h>
 
@@ -68,5 +66,3 @@ char *msiv_getscript(struct sdm_userdata *u, char *script_name);
 int msiv_deletescript(struct sdm_userdata *u, char *script_name);
 void msiv_putscript(struct sdm_userdata *u, char *script_name, char *script_content);
 extern char *msiv_extensions;
-
-#endif /* HAVE_LIBSIEVE */