1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
|
#ifndef POSTGIS_CONFIG_H
#define POSTGIS_CONFIG_H 1
#include "postgis_svn_revision.h"
/* Manually manipulate the POSTGIS_DEBUG_LEVEL, it is not affected by the
configure process */
#define POSTGIS_DEBUG_LEVEL 0
/* Define to 1 to enable memory checks in pointarray management. */
#undef PARANOIA_LEVEL
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Define for some functions we are interested in */
#undef HAVE_VASPRINTF
#undef HAVE_ASPRINTF
#undef HAVE_ISFINITE
#undef HAVE_GNU_ISFINITE
#undef HAVE_FSEEKO
#undef HAVE_STRCASESTR
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
/* Define to 1 if you have the `iconvctl' function. */
#undef HAVE_ICONVCTL
/* ieeefp.h header */
#undef HAVE_IEEEFP_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `geos_c' library (-lgeos_c). */
#undef HAVE_LIBGEOS_C
/* Define to 1 if you have the `libiconvctl' function. */
#undef HAVE_LIBICONVCTL
/* Define to 1 if libprotobuf-c is present */
#undef HAVE_LIBPROTOBUF
/* Define to 1 if libjson is present */
#undef HAVE_LIBJSON
/* Define to 1 if libjson resides in json-c subdir */
#undef HAVE_LIBJSON_C
/* Define to 1 if you have the `pq' library (-lpq). */
#undef HAVE_LIBPQ
/* Define to 1 if you have the `proj' library (-lproj). */
#undef HAVE_LIBPROJ
/* Define to 1 if you have the `xml2' library (-lxml2). */
#undef HAVE_LIBXML2
/* Define to 1 if you have the <libxml/parser.h> header file. */
#undef HAVE_LIBXML_PARSER_H
/* Define to 1 if you have the <libxml/tree.h> header file. */
#undef HAVE_LIBXML_TREE_H
/* Define to 1 if you have the <libxml/xpathInternals.h> header file. */
#undef HAVE_LIBXML_XPATHINTERNALS_H
/* Define to 1 if you have the <libxml/xpath.h> header file. */
#undef HAVE_LIBXML_XPATH_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Location of PostgreSQL locale directory */
#undef PGSQL_LOCALEDIR
/* Enable caching of bounding box within geometries */
#undef POSTGIS_AUTOCACHE_BBOX
/* PostGIS build date */
#undef POSTGIS_BUILD_DATE
/* SFCGAL library version at buil time */
#undef POSTGIS_SFCGAL_VERSION
/* GDAL library version */
#undef POSTGIS_GDAL_VERSION
/* GEOS library version */
#undef POSTGIS_GEOS_VERSION
/* PostGIS libxml2 version */
#undef POSTGIS_LIBXML2_VERSION
/* PostGIS library version */
#undef POSTGIS_LIB_VERSION
/* PostGIS major version */
#undef POSTGIS_MAJOR_VERSION
/* PostGIS minor version */
#undef POSTGIS_MINOR_VERSION
/* PostGIS micro version */
#undef POSTGIS_MICRO_VERSION
/* PostgreSQL server version */
#undef POSTGIS_PGSQL_VERSION
/* PROJ library version */
#undef POSTGIS_PROJ_VERSION
/* PostGIS Raster build date */
#undef POSTGIS_RASTER_BUILD_DATE
/* PostGIS Raster library version */
#undef POSTGIS_RASTER_LIB_VERSION
/* PostGIS Raster major version */
#undef POSTGIS_RASTER_MAJOR_VERSION
/* PostGIS Raster micro version */
#undef POSTGIS_RASTER_MICRO_VERSION
/* PostGIS Raster minor version */
#undef POSTGIS_RASTER_MINOR_VERSION
/* PostGIS Raster scripts version */
#undef POSTGIS_RASTER_SCRIPTS_VERSION
/* PostGIS Raster version */
#undef POSTGIS_RASTER_VERSION
/* Define to 1 if a warning is outputted every time a double is truncated */
#undef POSTGIS_RASTER_WARN_ON_TRUNCATION
/* PostGIS scripts version */
#undef POSTGIS_SCRIPTS_VERSION
/* Enable use of ANALYZE statistics */
#undef POSTGIS_USE_STATS
/* PostGIS version */
#undef POSTGIS_VERSION
/* Define command to determine the current directory during regression */
#undef PWDREGRESS
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER
#endif /* POSTGIS_CONFIG_H */
|