⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpl_config.h

📁 这是我已经编译好的GDAL1.4的所有文件
💻 H
字号:
/* Define if you don't have vprintf but do have _doprnt.  */#undef HAVE_DOPRNT/* Define if you have the vprintf function.  */#define HAVE_VPRINTF 1#define HAVE_VSNPRINTF 1#define HAVE_SNPRINTF 1#define vsnprintf _vsnprintf#define snprintf _snprintf/* Define to 1 if you have the `copysign' function. */#define HAVE_COPYSIGN#define copysign _copysign#define copysignf _copysign#define copysignl _copysign#define HAVE_GETCWD 1#define getcwd _getcwd/* Define if you have the ANSI C header files.  */#ifndef STDC_HEADERS#  define STDC_HEADERS#endif/* Define to 1 if you have the <assert.h> header file. */#define HAVE_ASSERT_H 1/* Define to 1 if you have the <fcntl.h> header file.  */#define HAVE_FCNTL_H 1/* Define if you have the <unistd.h> header file.  */#undef HAVE_UNISTD_H/* Define if you have the <stdint.h> header file.  */#undef HAVE_STDINT_H/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1#undef HAVE_LIBDL /* Define to 1 if you have the <locale.h> header file. */#define HAVE_LOCALE_H 1#define HAVE_FLOAT_H 1#define HAVE_ERRNO_H 1#define HAVE_SEARCH_H 1/* Define to 1 if you have the <direct.h> header file. */#define HAVE_DIRECT_H/* Define to 1 if you have the `localtime_r' function. */#undef HAVE_LOCALTIME_R#undef HAVE_DLFCN_H#undef HAVE_DBMALLOC_H#undef HAVE_LIBDBMALLOC#undef WORDS_BIGENDIAN/* 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/* Set the native cpu bit order */#define HOST_FILLORDER FILLORDER_LSB2MSB/* Define as 0 or 1 according to the floating point format suported by the   machine */#define HAVE_IEEEFP 1/* What to use to force variables to be threadlocal *//* #define CPL_THREADLOCAL __declspec(thread)  *//* Define to `__inline__' or `__inline' if that's what the C compiler   calls it, or to nothing if 'inline' is not supported under any name.  */#ifndef __cplusplus#  ifndef inline#    define inline __inline#  endif#endif#define lfind _lfind#pragma warning(disable: 4786)/* #define CPL_DISABLE_DLL */

⌨️ 快捷键说明

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