From fa574c1beb97aca4e50fddf40a9a435344d367b3 Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 12 Feb 2004 13:32:01 +0000 Subject: Define string macro GLOBAL_DIGEST in pttbbs.conf to set the digest board name. Or undifine it to remove this feature. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1532 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 07ba91e1..250fa986 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2332,11 +2332,13 @@ good_post(int ent, fileheader_t * fhdr, char *direct) strcpy(ptr, fn_mandex); append_record(buf, &digest, sizeof(digest)); +#ifdef GLOBAL_DIGEST if(!(getbcache(currbid)->brdattr & BRD_HIDE)) { getdata(1, 0, "好文值得出版到全站文摘?(N/y)", genbuf2, 3, LCECHO); if(genbuf2[0] == 'y') - do_crosspost("PttDigest", &digest, genbuf); + do_crosspost(GLOBAL_DIGEST, &digest, genbuf); } +#endif fhdr->filemode = (fhdr->filemode & ~FILE_MARKED) | FILE_DIGEST; if (!strcmp(currboard, "Note") || !strcmp(currboard, "PttBug") || -- cgit v1.2.3