1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-09-28 00:15:54 -04: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-19 23:47:47 -04:00
#define USG 1
#define PKCODE 1
#define SCROLLCODE 1 /* scrolling code P.K. */
2013-09-19 23:47:47 -04:00
#define ENVFUNC 1
#define NSTRING 128 /* # of bytes, string buffers */
2013-10-10 23:20:06 -04:00
#endif
/* end of defines.h */