cpl_config.h.in

来自「mitab,读取MapInfo的地图文件」· IN 代码 · 共 52 行

IN
52
字号
/* port/cpl_config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you don't have vprintf but do have _doprnt.  */
#undef HAVE_DOPRNT

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

/* Define if you have the vsnprintf function.  */
#undef HAVE_VSNPRINTF

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* 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

#undef HAVE_LIBDL 

#undef HAVE_DLFCN_H
#undef HAVE_DBMALLOC_H
#undef HAVE_LIBDBMALLOC
#undef WORDS_BIGENDIAN

/* Define if you have ftell64 and fseek64 */
#undef UNIX_STDIO_64

/* What 64bit stdio api entry points to use */
#undef VSI_FTELL64
#undef VSI_FSEEK64

/* Define if you have 64 bit long long type */
#undef HAVE_LONG_LONG

/* Define if large file api should be enabled, normally with UNIX_STDIO_64 */
#undef VSI_LARGE_API_SUPPORTED

/* Define if _LARGEFILE64_SOURCE needs to be defined. */
#undef VSI_NEED_LARGEFILE64_SOURCE



⌨️ 快捷键说明

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