mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 19:15:55 -05:00
11 lines
236 B
C
11 lines
236 B
C
/* Must define one of
|
|
VMS | V7 | USG | BSD | MSDOS
|
|
*/
|
|
#define USG 1
|
|
|
|
#define NSTRING 128 /* # of bytes, string buffers */
|
|
|
|
#define PKCODE 1
|
|
#define SCROLLCODE 1 /* scrolling code P.K. */
|
|
#define ENVFUNC 1
|