#ifndef POSTGIS_CONFIG_H #define POSTGIS_CONFIG_H 1 #include "postgis_svn_revision.h" /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to 1 if GDALFPolygonize function is available */ #undef GDALFPOLYGONIZE /* 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 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 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 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 header file. */ #undef HAVE_LIBXML_PARSER_H /* Define to 1 if you have the header file. */ #undef HAVE_LIBXML_TREE_H /* Define to 1 if you have the header file. */ #undef HAVE_LIBXML_XPATHINTERNALS_H /* Define to 1 if you have the header file. */ #undef HAVE_LIBXML_XPATH_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the 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 /* PostGIS library debug level (0=disabled) */ #undef POSTGIS_DEBUG_LEVEL /* 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 /* Enable GEOS profiling (0=disabled) */ #undef POSTGIS_PROFILE /* 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 */