config.hin
来自「Bison语法分析器」· HIN 代码 · 共 84 行
HIN
84 行
/* config.hin. Generated automatically from configure.in by autoheader. */#ifndef CONFIG_H#define CONFIG_H/* Define if using alloca.c. */#undef C_ALLOCA/* Define to empty if the keyword does not work. */#undef const/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */#undef CRAY_STACKSEG_END/* Define if you have alloca, as a function or macro. */#undef HAVE_ALLOCA/* Define if you have <alloca.h> and it should be used (not on Ultrix). */#undef HAVE_ALLOCA_H/* 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/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */#undef STACK_DIRECTION/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if you have the mkstemp function. */#undef HAVE_MKSTEMP/* Define if you have the setlocale function. */#undef HAVE_SETLOCALE/* Define if you have the <ctype.h> header file. */#undef HAVE_CTYPE_H/* Define if you have the <locale.h> header file. */#undef HAVE_LOCALE_H/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Name of package */#undef PACKAGE/* Version number of package */#undef VERSION/* Define if compiler has function prototypes */#undef PROTOTYPES#if defined(PROTOTYPES) || defined(__cplusplus)# define PARAMS(p) p#else# define PARAMS(p) ()#endif#endif /* CONFIG_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?