00001 /* port/cpl_config.h. Generated by configure. */ 00002 /* port/cpl_config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* --prefix directory for GDAL install */ 00005 #define GDAL_PREFIX "/usr" 00006 00007 /* Define to 1 if you have the <assert.h> header file. */ 00008 #define HAVE_ASSERT_H 1 00009 00010 /* Define to 1 if you have the `atoll' function. */ 00011 #define HAVE_ATOLL 1 00012 00013 /* Define to 1 if you have the <dbmalloc.h> header file. */ 00014 /* #undef HAVE_DBMALLOC_H */ 00015 00016 /* Define to 1 if you have the <dlfcn.h> header file. */ 00017 #define HAVE_DLFCN_H 1 00018 00019 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00020 /* #undef HAVE_DOPRNT */ 00021 00022 /* Define to 1 if you have the <fcntl.h> header file. */ 00023 #define HAVE_FCNTL_H 1 00024 00025 /* Define to 1 if you have the <float.h> header file. */ 00026 #define HAVE_FLOAT_H 1 00027 00028 /* Define as 0 or 1 according to the floating point format suported by the 00029 machine */ 00030 #define HAVE_IEEEFP 1 00031 00032 /* Define to 1 if the system has the type `int16'. */ 00033 /* #undef HAVE_INT16 */ 00034 00035 /* Define to 1 if the system has the type `int32'. */ 00036 /* #undef HAVE_INT32 */ 00037 00038 /* Define to 1 if the system has the type `int8'. */ 00039 /* #undef HAVE_INT8 */ 00040 00041 /* Define to 1 if you have the <inttypes.h> header file. */ 00042 #define HAVE_INTTYPES_H 1 00043 00044 /* Define to 1 if you have the <jpeglib.h> header file. */ 00045 #define HAVE_JPEGLIB_H 1 00046 00047 /* Define to 1 if you have the `dl' library (-ldl). */ 00048 #define HAVE_LIBDL 1 00049 00050 /* Define to 1 if you have the `m' library (-lm). */ 00051 #define HAVE_LIBM 1 00052 00053 /* Define to 1 if you have the <limits.h> header file. */ 00054 #define HAVE_LIMITS_H 1 00055 00056 /* Define to 1 if you have the <locale.h> header file. */ 00057 #define HAVE_LOCALE_H 1 00058 00059 /* Define to 1, if your compiler supports long long data type */ 00060 #define HAVE_LONG_LONG 1 00061 00062 /* Define to 1 if you have the <memory.h> header file. */ 00063 #define HAVE_MEMORY_H 1 00064 00065 /* Define to 1 if you have the <png.h> header file. */ 00066 #define HAVE_PNG_H 1 00067 00068 /* Define to 1 if you have the `snprintf' function. */ 00069 #define HAVE_SNPRINTF 1 00070 00071 /* Define to 1 if you have the <stdint.h> header file. */ 00072 #define HAVE_STDINT_H 1 00073 00074 /* Define to 1 if you have the <stdlib.h> header file. */ 00075 #define HAVE_STDLIB_H 1 00076 00077 /* Define to 1 if you have the <strings.h> header file. */ 00078 #define HAVE_STRINGS_H 1 00079 00080 /* Define to 1 if you have the <string.h> header file. */ 00081 #define HAVE_STRING_H 1 00082 00083 /* Define to 1 if you have the <sys/stat.h> header file. */ 00084 #define HAVE_SYS_STAT_H 1 00085 00086 /* Define to 1 if you have the <sys/types.h> header file. */ 00087 #define HAVE_SYS_TYPES_H 1 00088 00089 /* Define to 1 if you have the <unistd.h> header file. */ 00090 #define HAVE_UNISTD_H 1 00091 00092 /* Define to 1 if you have the <values.h> header file. */ 00093 #define HAVE_VALUES_H 1 00094 00095 /* Define to 1 if you have the `vprintf' function. */ 00096 #define HAVE_VPRINTF 1 00097 00098 /* Define to 1 if you have the `vsnprintf' function. */ 00099 #define HAVE_VSNPRINTF 1 00100 00101 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 00102 #define HOST_FILLORDER FILLORDER_LSB2MSB 00103 00104 /* Define to the address where bug reports for this package should be sent. */ 00105 #define PACKAGE_BUGREPORT "" 00106 00107 /* Define to the full name of this package. */ 00108 #define PACKAGE_NAME "" 00109 00110 /* Define to the full name and version of this package. */ 00111 #define PACKAGE_STRING "" 00112 00113 /* Define to the one symbol short name of this package. */ 00114 #define PACKAGE_TARNAME "" 00115 00116 /* Define to the version of this package. */ 00117 #define PACKAGE_VERSION "" 00118 00119 /* The size of a `int', as computed by sizeof. */ 00120 #define SIZEOF_INT 4 00121 00122 /* The size of a `long', as computed by sizeof. */ 00123 #define SIZEOF_LONG 4 00124 00125 /* Define to 1 if you have the ANSI C header files. */ 00126 #define STDC_HEADERS 1 00127 00128 /* Define to 1 if you have fseek64, ftell64 */ 00129 #define UNIX_STDIO_64 1 00130 00131 /* Define to 1, if you have GNU C compiler */ 00132 #define USE_GNUCC 1 00133 00134 /* Define to 1, if you have fseek64 */ 00135 #define VSI_FSEEK64 fseeko64 00136 00137 /* Define to 1, if you have ftell64 */ 00138 #define VSI_FTELL64 ftello64 00139 00140 /* Define to 1, if you have 64 bit STDIO API */ 00141 #define VSI_LARGE_API_SUPPORTED 1 00142 00143 /* Define to 1, if you have LARGEFILE64_SOURCE */ 00144 /* #undef VSI_NEED_LARGEFILE64_SOURCE */ 00145 00146 /* Define to 1 if your processor stores words with the most significant byte 00147 first (like Motorola and SPARC, unlike Intel and VAX). */ 00148 /* #undef WORDS_BIGENDIAN */