(ANNO_KEEP_DAYS, anno_keep_days): Replace macro ANNO_KEEP_DAYS by

new configuration key.  Closes #780425.
(delete_old_announcements): Do nothing when anno_keep_days is
negative.
This commit is contained in:
Markus Armbruster 2004-08-28 15:28:54 +00:00
parent e16e38dfab
commit f0b4381c98
4 changed files with 7 additions and 2 deletions

View file

@ -73,7 +73,6 @@ struct mob_acc_globals {
#define ATTRIBUTE(attrs)
#endif
#define ANNO_KEEP_DAYS 7 /* Keep announcements around for this many days */
/* This uses a lot of thread stack with some versions of GNU libc,
which can lead to nasty heap smashes (observed with 2.2.93).
Disabled for now, until we readjust thread stack sizes. */