]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Fixed the "idle timeout during paginator prompt" bug by reintroducting the
[citadel.git] / citadel / citadel.h
index e0119bfffe6fa775ed56a1419eaa701c4bcd660c..841be386040575716fa9afc7ca71f15456a7cab4 100644 (file)
@@ -265,8 +265,11 @@ struct floor {
 #define RC_DEFAULT     2               /* setting depends on user config */
 
 /* keepalives */
-#define KA_NO          0               /* no keepalives */
-#define KA_YES         1               /* full keepalives */
+enum {
+       KA_NO,                          /* no keepalives */
+       KA_YES,                         /* full keepalives */
+       KA_HALF                         /* half keepalives */
+};
 
 /* for <;G>oto and <;S>kip commands */
 #define GF_GOTO                0               /* <;G>oto floor mode */