Removed some defines no longer in use
[citadel.git] / citadel / sysconfig.h
index 5af00b02318b1ae0da8dd621ec95f950b175a10f..3373bbf44b15a7776a63fa2f88a3ceb104abd959 100644 (file)
  * How long (in seconds) to retain message entries in the use table
  */
 #define USETABLE_RETAIN                        864000L         /* 10 days */
-#define USETABLE_ANTIEXPIRE            345600L         /*  4 days */
-#define USETABLE_ANTIEXPIRE_HIRES       86400L         /*  1 day */
 
 /*
  * The size of per-thread stacks.  If set too low, citserver will randomly crash.