Skip to content
Snippets Groups Projects
Commit cd688a2c authored by rswindell's avatar rswindell
Browse files

Eliminated some unused macro definitions (from sbbs v2).

parent 807fd8b7
No related branches found
No related tags found
No related merge requests found
......@@ -82,13 +82,8 @@
#define MAX_NODES 250
#ifdef __FLAT__
#define MAX_FILES 10000 /* Maximum number of files per dir */
#define MAX_SYSMAIL 50000 /* Maximum number of total emails in system */
#else
#define MAX_FILES 1000 /* Maximum number of files per dir */
#define MAX_SYSMAIL 5000 /* Maximum number of total emails in system */
#endif
#define MAX_USERXFER 500 /* Maximum number of dest. users of usrxfer */
......@@ -823,14 +818,6 @@ extern long crc32tbl[];
}
#endif
#ifdef __FLAT__
#define TEXTWINDOW window(1,1,80,node_scrnlen-1)
#define STATUSLINE window(1,node_scrnlen,80,node_scrnlen)
#else
#define TEXTWINDOW
#define STATUSLINE
#endif
#define ucrc32(ch,crc) (crc32tbl[(crc^ch)&0xff]^(crc>>8))
/**************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment