Metropoli BBS
VIEWER: globals.h MODE: TEXT (ASCII)
/*
 * This OS/2 port was hacked by Harald Kipp from the
 *
 *      Network News Transfer Protocol server
 *
 *      Phil Lapsley
 *      University of California, Berkeley
 *      Stan Barber
 *      Baylor College of Medicine
 *
 * Bug reports related to THIS modified version should be sent to
 *
 *  harald@os2point.ping.de
 *  harald@sesam.com
 *  Fido: 2:2448/434
 *
 */

#define USG

#define ARTICLE 0
#define HEAD    1
#define BODY    2
#define STAT    3

#define MAXBUFLEN       1024

#define MINFREE         4000

#define MAXBUFLEN       1024
#define MAX_ARTICLES   10000

#define MAX_HOSTNAMELEN  120
[ RETURN TO DIRECTORY ]