* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / sysconfig.h
index d582ed1d5fd51e050c60c4ac0eef88254f4c80a7..b5581ea775298e055cc80510e349e4abb681dcf9 100644 (file)
 #define MAXFLOORS      16
 
 
+/*
+ * Command buffer size (do not change!)
+ */
+#define SIZ            1024
+
 /*
  * SMTP delivery retry and give-up times
  */