config.h.vms

来自「indent为linux下代码自动格式化工具」· VMS 代码 · 共 72 行

VMS
72
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define if on AIX 3.   System headers sometimes define this.   We just want to avoid a redefinition error message.  */#ifndef _ALL_SOURCE#undef _ALL_SOURCE#endif/* Define to empty if the keyword does not work.  *//* #undef const *//* Define if on MINIX.  *//* #undef _MINIX *//* Define if the system does not provide POSIX.1 features except   with this defined.  *//* #undef _POSIX_1_SOURCE *//* Define if you need to in order for stat and other things to work.  *//* #undef _POSIX_SOURCE *//* Define if you have the ANSI C header files.  */#define STDC_HEADERS/* Define if you have the memcpy function.  */#define HAVE_MEMCPY/* Define if you have the memmove function.  */#define HAVE_MEMMOVE/* Define if you have the strchr function.  */#define HAVE_STRCHR/* Define if you have the utime function.  *//* #undef HAVE_UTIME *//* Define if you have the <dirent.h> header file.  *//* #undef HAVE_DIRENT_H *//* Define if you have the <malloc.h> header file.  *//* #define HAVE_MALLOC_H *//* Define if you have the <ndir.h> header file.  *//* #undef HAVE_NDIR_H *//* Define if you have the <string.h> header file.  */#define HAVE_STRING_H/* Define if you have the <sys/dir.h> header file.  *//* #undef HAVE_SYS_DIR_H *//* Define if you have the <sys/ndir.h> header file.  *//* #undef HAVE_SYS_NDIR_H *//* Define if you have the <unistd.h> header file.  */#define HAVE_UNISTD_H/* Define if you have the <utime.h> header file.  *//* #undef HAVE_UTIME_H *//* Name of package */#define PACKAGE  "indent"/* Version number of package */#define VERSION  "2.2.9"/* Define if compiler has function prototypes */#define PROTOTYPES

⌨️ 快捷键说明

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