00001 /* port/cpl_config.h. Generated automatically by configure. */ 00002 /* port/cpl_config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define if you don't have vprintf but do have _doprnt. */ 00005 /* #undef HAVE_DOPRNT */ 00006 00007 /* Define if you have the vprintf function. */ 00008 #define HAVE_VPRINTF 1 00009 00010 /* Define if you have the vsnprintf function. */ 00011 #define HAVE_VSNPRINTF 1 00012 00013 /* Define if you have the ANSI C header files. */ 00014 #define STDC_HEADERS 1 00015 00016 /* Define if you have the <fcntl.h> header file. */ 00017 #define HAVE_FCNTL_H 1 00018 00019 /* Define if you have the <unistd.h> header file. */ 00020 #define HAVE_UNISTD_H 1 00021 00022 #define HAVE_LIBDL 1 00023 00024 #define HAVE_DLFCN_H 1 00025 /* #undef HAVE_DBMALLOC_H */ 00026 /* #undef HAVE_LIBDBMALLOC */ 00027 /* #undef WORDS_BIGENDIAN */ 00028 00029 /* Define if you have ftell64 and fseek64 */ 00030 #define UNIX_STDIO_64 1 00031 00032 /* What 64bit stdio api entry points to use */ 00033 #define VSI_FTELL64 ftello64 00034 #define VSI_FSEEK64 fseeko64 00035 00036 /* Define if you have 64 bit long long type */ 00037 #define HAVE_LONG_LONG 1 00038 00039 /* Define if large file api should be enabled, normally with UNIX_STDIO_64 */ 00040 #define VSI_LARGE_API_SUPPORTED 1 00041 00042 /* Define if _LARGEFILE64_SOURCE needs to be defined. */ 00043 #define VSI_NEED_LARGEFILE64_SOURCE 1 00044 00045 00046