]> git.marmaro.de Git - mmh/blobdiff - config.h.in
Still missed one SASL stuff thing.
[mmh] / config.h.in
index 7b1c3fdc70ef94d428455b484a103b4f049ff50f..00f7c37a7d791061a91ed1c5c21a040dcbb21318 100644 (file)
 #define DEFAULT_FOLDER_MODE "700"
 #define DEFAULT_MESSAGE_MODE "600"
 
 #define DEFAULT_FOLDER_MODE "700"
 #define DEFAULT_MESSAGE_MODE "600"
 
-/*
- * The prefix which is prepended to the name of messages when they
- * are "removed" by rmm.  This should typically be `,' or `#'
- */
-#define BACKUP_PREFIX ","
-
 /*
  * Name of link to file to which you are replying.
  */
 /*
  * Name of link to file to which you are replying.
  */
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
+/*
+ * The prefix which is prepended to the name of messages when they
+ * are "removed" by rmm.  This should typically be `,' or `#'
+ */
+#define BACKUP_PREFIX ","
+
 /*
  * Define this if you want SMTP (simple mail transport protocol)
  * support.  This is currently always enabled.
 /*
  * Define this if you want SMTP (simple mail transport protocol)
  * support.  This is currently always enabled.
  */
 #undef KPOP_PRINCIPAL
 
  */
 #undef KPOP_PRINCIPAL
 
+/*
+ * Define this to use the Cyrus SASL library for authentication of
+ * POP and SMTP
+ */
+#undef CYRUS_SASL
+
 /*
  * Define this to compile support for using Hesiod to locate
  * pop servers into inc and msgchk.  Do not change this value
 /*
  * Define this to compile support for using Hesiod to locate
  * pop servers into inc and msgchk.  Do not change this value