acconfig.h
来自「具有IDE功能的编辑器」· C头文件 代码 · 共 84 行
H
84 行
/* acconfig.h Additional defines *//* Package name */#undef PACKAGE/* Version number */#undef VERSION/* Your machine name */#undef TARGET_MACHINE/* Send host name */#undef DISABLE_AUTO_MAIL/* Define if your locale.h file contains LC_MESSAGES. */#undef HAVE_LC_MESSAGES/* Define to 1 if NLS is requested. */#undef ENABLE_NLS/* Define as 1 if you have catgets and don't want to use GNU gettext. */#undef HAVE_CATGETS/* Define as 1 if you have gettext and don't want to use GNU gettext. */#undef HAVE_GETTEXT/* Define as 1 if you have the stpcpy function. */#undef HAVE_STPCPY/* command to run man */#undef MAN_CMD/* command to run an xterm */#undef XTERM_CMD/* workaround for buggy sunos */#undef CRASHES_ON_STARTUP/* if you have python installed */#undef HAVE_PYTHON/* Define to `char *' if your headers don't */#undef caddr_t/* define if you need struct winsize declaration */#undef NEED_WINSIZE/* define if you have forkpty function */#undef HAVE_FORKPTY/* define if you have the getpt function */#undef HAVE_GETPT/* ptys work like... */#undef PTYS_ARE_CLONE/* ptys work like... */#undef PTYS_ARE_GETPT/* ptys work like... */#undef PTYS_ARE_GETPTY/* ptys work like... */#undef PTYS_ARE_NUMERIC/* ptys work like... */#undef PTYS_ARE_PTC/* ptys work like... */#undef PTYS_ARE_PTMX/* ptys work like... */#undef PTYS_ARE_SEARCHED/* ptys work like... */#undef PTYS_ARE__GETPTY/* define if you have XPointer in Xlib.h */#undef HAVE_XPOINTER/* define for NeXT look */#undef NEXT_LOOK
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?