root/spike/wktraster/wktraster_config.h.in

Revision 5475, 2.1 KB (checked in by pracine, 2 years ago)

[wktraster] Fix for ticket 201. wktraster_config.h.in is no longer generated by AutoHeader? and renamed many macros starting with "RT_" with "POSTGIS_RASTER_" in order to avoid name conflicts with other macros.

Line 
1/* wktraster_config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Defined if libiconv headers and library are present */
7#undef HAVE_ICONV
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the `pq' library (-lpq). */
13#undef HAVE_LIBPQ
14
15/* Define to 1 if you have the <memory.h> header file. */
16#undef HAVE_MEMORY_H
17
18/* Define to 1 if you have the <stdint.h> header file. */
19#undef HAVE_STDINT_H
20
21/* Define to 1 if you have the <stdlib.h> header file. */
22#undef HAVE_STDLIB_H
23
24/* Define to 1 if you have the <strings.h> header file. */
25#undef HAVE_STRINGS_H
26
27/* Define to 1 if you have the <string.h> header file. */
28#undef HAVE_STRING_H
29
30/* Define to 1 if you have the <sys/stat.h> header file. */
31#undef HAVE_SYS_STAT_H
32
33/* Define to 1 if you have the <sys/types.h> header file. */
34#undef HAVE_SYS_TYPES_H
35
36/* Define to 1 if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Define to the sub-directory in which libtool stores uninstalled libraries.*/
40#undef LT_OBJDIR
41
42/* debug low-level RASTER API */
43#undef POSTGIS_RASTER_API_DEBUG
44
45/* WKTRaster build date */
46#undef POSTGIS_RASTER_BUILD_DATE
47
48/* WKTRaster library version */
49#undef POSTGIS_RASTER_LIB_VERSION
50
51/* WKTRaster major version */
52#undef POSTGIS_RASTER_MAJOR_VERSION
53
54/* WKTRaster micro version */
55#undef POSTGIS_RASTER_MICRO_VERSION
56
57/* WKTRaster minor version */
58#undef POSTGIS_RASTER_MINOR_VERSION
59
60/* PostgreSQL server version */
61#undef POSTGIS_RASTER_PGSQL_VERSION
62
63/* debug PostGIS RASTER memory activity */
64#undef POSTGIS_RASTER_PG_DEBUG_MEM
65
66/* WKTRaster scripts version */
67#undef POSTGIS_RASTER_SCRIPTS_VERSION
68
69/* WKTRaster version */
70#undef POSTGIS_RASTER_VERSION
71
72/* debug PostGIS RASTER activity */
73#undef POSTGIS_RASTER_PG_DEBUG
74
75/* Enable development variable */
76#undef ENABLE_DEVELOPMENT
77
78/* Define to 1 if you have the ANSI C header files. */
79#undef STDC_HEADERS
80
81/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
82   `char[]'. */
83#undef YYTEXT_POINTER
Note: See TracBrowser for help on using the browser.