📄 config.h
字号:
/* include/config.h. Generated by configure. *//* include/config.h.in. Generated from configure.ac by autoheader. *//* Define to 1 if you have the <dlfcn.h> header file. */#define HAVE_DLFCN_H 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the `m' library (-lm). */#define HAVE_LIBM 1/* Defined if ImageMagick was installed on this system */#define HAVE_LIBMAGICK 1/* Define to 1 if you have the <math.h> header file. */#define HAVE_MATH_H 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_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 <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 <sys/stat.h> header file. */#define HAVE_SYS_STAT_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 <unistd.h> header file. */#define HAVE_UNISTD_H 1/* 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 ""/* The size of a `int', as computed by sizeof. */#define SIZEOF_INT 4/* The size of a `long', as computed by sizeof. */#define SIZEOF_LONG 4/* The size of a `long long', as computed by sizeof. */#define SIZEOF_LONG_LONG 8/* The size of a `short', as computed by sizeof. */#define SIZEOF_SHORT 2/* The size of a `unsigned int', as computed by sizeof. */#define SIZEOF_UNSIGNED_INT 4/* The size of a `unsigned long', as computed by sizeof. */#define SIZEOF_UNSIGNED_LONG 4/* The size of a `unsigned long long', as computed by sizeof. */#define SIZEOF_UNSIGNED_LONG_LONG 8/* The size of a `unsigned short', as computed by sizeof. */#define SIZEOF_UNSIGNED_SHORT 2/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define to `long long' if <sys/types.h> does not define. */#define __int64 long long/* Define to `char' if <sys/types.h> does not define. */#define byte char/* Define to `float' if <sys/types.h> does not define. */#define float32 float/* Define to `double' if <sys/types.h> does not define. */#define float64 double/* Define to `short' if <sys/types.h> does not define. */#define int16 short/* Define to `int' if <sys/types.h> does not define. */#define int32 int/* Define to `long' if <sys/types.h> does not define. */#define int64 long/* Define to `char' if <sys/types.h> does not define. */#define int8 char/* Define to `short' if <sys/types.h> does not define. *//* #undef short *//* Define to `unsigned char' if <sys/types.h> does not define. */#define ubyte unsigned char/* Define to `unsigned int' if <sys/types.h> does not define. *//* #undef uint *//* Define to `unsigned short' if <sys/types.h> does not define. */#define uint16 unsigned short/* Define to `unsigned int' if <sys/types.h> does not define. */#define uint32 unsigned int/* Define to `unsigned long' if <sys/types.h> does not define. */#define uint64 unsigned long/* Define to `unsigned char' if <sys/types.h> does not define. */#define uint8 unsigned char/* Define to `unsigned long' if <sys/types.h> does not define. *//* #undef ulong *//* Define to `unsigned short' if <sys/types.h> does not define. *//* #undef ushort */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -