1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-02-20 23:17:13 -05:00
uemacs/defines.h

21 lines
321 B
C
Raw Normal View History

/* defines.h -- */
#ifndef __DEFINES_H__
#define __DEFINES_H__
/* Must define one of
USG | BSD
*/
2013-09-20 11:47:47 +08:00
#define USG 1
#define PKCODE 1
#define SCROLLCODE 1 /* scrolling code P.K. */
2013-09-20 11:47:47 +08:00
#define ENVFUNC 1
#define NSTRING 128 /* # of bytes, string buffers */
2013-10-11 11:20:06 +08:00
#endif
/* end of defines.h */