cpl_config.h

来自「支持各种栅格图像和矢量图像读取的库」· C头文件 代码 · 共 58 行

H
58
字号
/* Define to 1 if your processor stores words with the most significant byte   first (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN */#define CPL_MULTIPROC_STUB 1/* 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 <float.h> header file. */#define HAVE_FLOAT_H 1/* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if you have the <locale.h> header file. */#define HAVE_LOCALE_H 1/* Define to 1 if you have the `snprintf' function. */#define HAVE_SNPRINTF 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 1 if you have the <values.h> header file. */#define HAVE_VALUES_H 1/* Define to 1 if you have the `vprintf' function. */#define HAVE_VPRINTF 1/* Define to 1 if you have the `vsnprintf' function. */#define HAVE_VSNPRINTF 1/* 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

⌨️ 快捷键说明

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