📄 config.h
字号:
/* src/config.h. Generated by configure. *//* src/config.h.in. Generated from configure.ac by autoheader. *//* Define to 1 if you have the <errno.h> header file. */#define HAVE_ERRNO_H 1/* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if you have the `gettimeofday' function. */#define HAVE_GETTIMEOFDAY 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the <libintl.h> header file. *//* #undef HAVE_LIBINTL_H *//* Define to 1 if you have the `ncurses' library (-lncurses). *//* #undef HAVE_LIBNCURSES *//* Define to 1 if you have the `readline' library (-lreadline). */#undef HAVE_LIBREADLINE /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */#define HAVE_MALLOC 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `memset' function. */#define HAVE_MEMSET 1/* Define if you have POSIX threads libraries and header files. */#undef HAVE_PTHREAD /* Define to 1 if you have the <readline/history.h> header file. */#undef HAVE_READLINE_HISTORY_H /* Define to 1 if you have the <readline/readline.h> header file. */#undef HAVE_READLINE_READLINE_H /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */#define HAVE_REALLOC 1/* Define to 1 if stdbool.h conforms to C99. */#define HAVE_STDBOOL_H 1/* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strchr' function. */#define HAVE_STRCHR 1/* Define to 1 if you have the `strcspn' function. */#define HAVE_STRCSPN 1/* Define to 1 if you have the `strdup' function. */#define HAVE_STRDUP 1/* Define to 1 if you have the `strerror' function. */#define HAVE_STRERROR 1/* Define to 1 if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the `strstr' function. */#define HAVE_STRSTR 1/* Define to 1 if you have the `strtol' function. */#define HAVE_STRTOL 1/* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have the <time.h> header file. */#define HAVE_TIME_H 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if the system has the type `_Bool'. */#define HAVE__BOOL 1/* Name of package */#define PACKAGE "gnuchess"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT ""/* Define to the full name of this package. */#define PACKAGE_NAME ""/* Define to the full name and version of this package. */#define PACKAGE_STRING ""/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME ""/* Define to the version of this package. */#define PACKAGE_VERSION ""/* Define to the necessary symbol if this constant uses a non-standard name on your system. *//* #undef PTHREAD_CREATE_JOINABLE *//* Define as the return type of signal handlers (`int' or `void'). */#define RETSIGTYPE void/* The number of bytes in type char *//* #undef SIZEOF_CHAR *//* The number of bytes in type int *//* #undef SIZEOF_INT *//* The number of bytes in type long *//* #undef SIZEOF_LONG *//* The number of bytes in type short *//* #undef SIZEOF_SHORT *//* The number of bytes in type void* *//* #undef SIZEOF_VOIDP *//* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#define TIME_WITH_SYS_TIME 1/* Define to 1 if your <sys/time.h> declares `struct tm'. *//* #undef TM_IN_SYS_TIME *//* Version number of package */#define VERSION "5.07"/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */#define YYTEXT_POINTER 1/* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. *//* #undef inline *//* Define to rpl_malloc if the replacement function should be used. *//* #undef malloc *//* Define to rpl_realloc if the replacement function should be used. *//* #undef realloc *//* Define to `unsigned' if <sys/types.h> does not define. *//* #undef size_t *//* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. *//* #undef volatile */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -