config.h.proto

来自「Emacs的一个插件源码」· PROTO 代码 · 共 23 行

PROTO
23
字号
/* This file will do as a replacement for config.h for the purposes of * gnuserv if you don't have access to the config.h with which your emacs  * was built.  Edit it as necessary and rename it to "config.h". *//* On some platforms, we need to do the equivalent of "stty litout" to get * characters like ^D to pass through to emacs.  This problem has only * been observed under emacs18; fsf19 and lemacs are probably okay without it. *  * If you have a system which provides <sgtty.h> (or <bsd/sgtty.h> for linux), * you should probably define USE_LITOUT.  Otherwise, define DONT_USE_LITOUT. * * Use exactly one of the following: *//* #define USE_LITOUT */#define DONT_USE_LITOUT/* AIX needs to pick up sys/select.h for fd_set and friends. */#ifdef _AIX#define AIX#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?