⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.proto

📁 Emacs的一个插件源码
💻 PROTO
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -