1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-10 14:00:41 +00:00
uemacs/defines.h

11 lines
236 B
C
Raw Normal View History

/* Must define one of
VMS | V7 | USG | BSD | MSDOS
*/
2013-09-20 03:47:47 +00:00
#define USG 1
#define NSTRING 128 /* # of bytes, string buffers */
#define PKCODE 1
#define SCROLLCODE 1 /* scrolling code P.K. */
2013-09-20 03:47:47 +00:00
#define ENVFUNC 1