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 if you have the <stdint.h> header file. */ 00023 #define HAVE_STDINT_H 1 00024 00025 #define HAVE_LIBDL 1 00026 00027 #define HAVE_DLFCN_H 1 00028 /* #undef HAVE_DBMALLOC_H */ 00029 /* #undef HAVE_LIBDBMALLOC */ 00030 /* #undef WORDS_BIGENDIAN */ 00031 00032 /* Define if you have ftell64 and fseek64 */ 00033 #define UNIX_STDIO_64 1 00034 00035 /* What 64bit stdio api entry points to use */ 00036 #define VSI_FTELL64 ftello64 00037 #define VSI_FSEEK64 fseeko64 00038 00039 /* Define if you have 64 bit long long type */ 00040 #define HAVE_LONG_LONG 1 00041 00042 /* Define if large file api should be enabled, normally with UNIX_STDIO_64 */ 00043 #define VSI_LARGE_API_SUPPORTED 1 00044 00045 /* Define if _LARGEFILE64_SOURCE needs to be defined. */ 00046 #define VSI_NEED_LARGEFILE64_SOURCE 1 00047 00048 00049