1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-12 14:40:41 +00:00
uemacs/defines.h
Renaud Fivet c4fab606d1 Revise keycode encoding.
Gather APROP and CFENCE conditional code.
2021-07-30 16:24:52 +08:00

21 lines
321 B
C

/* defines.h -- */
#ifndef __DEFINES_H__
#define __DEFINES_H__
/* Must define one of
USG | BSD
*/
#define USG 1
#define PKCODE 1
#define SCROLLCODE 1 /* scrolling code P.K. */
#define ENVFUNC 1
#define NSTRING 128 /* # of bytes, string buffers */
#endif
/* end of defines.h */