-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostgis_config.h.in
204 lines (140 loc) · 6 KB
/
postgis_config.h.in
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
202
203
204
#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 */
#cmakedefine01 POSTGIS_DEBUG_LEVEL
/* Define to 1 to enable memory checks in pointarray management. */
#cmakedefine01 PARANOIA_LEVEL
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#cmakedefine01 ENABLE_NLS
/* Define to 1 if GDALFPolygonize function is available */
#cmakedefine01 GDALFPOLYGONIZE
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#cmakedefine01 HAVE_CFLOCALECOPYCURRENT
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#cmakedefine01 HAVE_CFPREFERENCESCOPYAPPVALUE
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#cmakedefine HAVE_DCGETTEXT
/* Define for some functions we are interested in */
#cmakedefine HAVE_VASPRINTF
#cmakedefine HAVE_ASPRINTF
#cmakedefine HAVE_ISFINITE
#cmakedefine HAVE_GNU_ISFINITE
#cmakedefine HAVE_FSEEKO
#cmakedefine HAVE_STRCASESTR
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine01 HAVE_DLFCN_H
/* Define if the GNU gettext() function is already present or preinstalled. */
#cmakedefine HAVE_GETTEXT
/* Define if you have the iconv() function and it works. */
#cmakedefine HAVE_ICONV
/* Define to 1 if you have the `iconvctl' function. */
#cmakedefine01 HAVE_ICONVCTL
/* ieeefp.h header */
#cmakedefine HAVE_IEEEFP_H
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine01 HAVE_INTTYPES_H
/* Define to 1 if you have the `geos_c' library (-lgeos_c). */
#cmakedefine01 HAVE_LIBGEOS_C
/* Define to 1 if you have the `libiconvctl' function. */
#cmakedefine01 HAVE_LIBICONVCTL
/* Define to 1 if libprotobuf-c is present */
#cmakedefine01 HAVE_LIBPROTOBUF
/* Define to 1 if libjson is present */
#cmakedefine01 HAVE_LIBJSON
/* Define to 1 if libjson resides in json-c subdir */
#cmakedefine01 HAVE_LIBJSON_C
/* Define to 1 if you have the `pq' library (-lpq). */
#cmakedefine01 HAVE_LIBPQ
/* Define to 1 if you have the `proj' library (-lproj). */
#cmakedefine01 HAVE_LIBPROJ
/* Define to 1 if you have the `xml2' library (-lxml2). */
#cmakedefine01 HAVE_LIBXML2
/* Define to 1 if you have the <libxml/parser.h> header file. */
#cmakedefine01 HAVE_LIBXML_PARSER_H
/* Define to 1 if you have the <libxml/tree.h> header file. */
#cmakedefine01 HAVE_LIBXML_TREE_H
/* Define to 1 if you have the <libxml/xpathInternals.h> header file. */
#cmakedefine01 HAVE_LIBXML_XPATHINTERNALS_H
/* Define to 1 if you have the <libxml/xpath.h> header file. */
#cmakedefine01 HAVE_LIBXML_XPATH_H
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine01 HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine01 HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine01 HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine01 HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine01 HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine01 HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine01 HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine01 HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#cmakedefine LT_OBJDIR "@LT_OBJDIR@"
/* Location of PostgreSQL locale directory */
#cmakedefine PGSQL_LOCALEDIR "@PGSQL_LOCALEDIR@"
/* Enable caching of bounding box within geometries */
#cmakedefine POSTGIS_AUTOCACHE_BBOX
/* PostGIS build date */
#cmakedefine POSTGIS_BUILD_DATE "@POSTGIS_BUILD_DATE@"
/* SFCGAL library version at buil time */
#define POSTGIS_SFCGAL_VERSION @POSTGIS_SFCGAL_VERSION@
/* GDAL library version */
#define POSTGIS_GDAL_VERSION @POSTGIS_GDAL_VERSION@
/* GEOS library version */
#define POSTGIS_GEOS_VERSION @POSTGIS_GEOS_VERSION@
/* PostGIS libxml2 version */
#define POSTGIS_LIBXML2_VERSION @POSTGIS_LIBXML2_VERSION@
/* PostGIS library version */
#define POSTGIS_LIB_VERSION @POSTGIS_LIB_VERSION@
/* PostGIS major version */
#define POSTGIS_MAJOR_VERSION @POSTGIS_MAJOR_VERSION@
/* PostGIS minor version */
#define POSTGIS_MINOR_VERSION @POSTGIS_MINOR_VERSION@
/* PostGIS micro version */
#define POSTGIS_MICRO_VERSION @POSTGIS_MICRO_VERSION@
/* PostgreSQL server version */
#define POSTGIS_PGSQL_VERSION @POSTGIS_PGSQL_VERSION@
/* PROJ library version */
#define POSTGIS_PROJ_VERSION @POSTGIS_PROJ_VERSION@
/* PostGIS Raster build date */
#cmakedefine POSTGIS_RASTER_BUILD_DATE "@POSTGIS_RASTER_BUILD_DATE@"
/* PostGIS Raster library version */
#define POSTGIS_RASTER_LIB_VERSION @POSTGIS_RASTER_LIB_VERSION@
/* PostGIS Raster major version */
#define POSTGIS_RASTER_MAJOR_VERSION @POSTGIS_RASTER_MAJOR_VERSION@
/* PostGIS Raster micro version */
#define POSTGIS_RASTER_MICRO_VERSION @POSTGIS_RASTER_MICRO_VERSION@
/* PostGIS Raster minor version */
#define POSTGIS_RASTER_MINOR_VERSION @POSTGIS_RASTER_MINOR_VERSION@
/* PostGIS Raster scripts version */
#define POSTGIS_RASTER_SCRIPTS_VERSION @POSTGIS_RASTER_SCRIPTS_VERSION@
/* PostGIS Raster version */
#define POSTGIS_RASTER_VERSION @POSTGIS_RASTER_VERSION@
/* Define to 1 if a warning is outputted every time a double is truncated */
#cmakedefine01 POSTGIS_RASTER_WARN_ON_TRUNCATION
/* PostGIS scripts version */
#define POSTGIS_SCRIPTS_VERSION @POSTGIS_SCRIPTS_VERSION@
/* Enable use of ANALYZE statistics */
#cmakedefine POSTGIS_USE_STATS
/* PostGIS version */
#define POSTGIS_VERSION @POSTGIS_VERSION@
/* Define command to determine the current directory during regression */
#cmakedefine PWDREGRESS "@PWDREGRESS@"
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine01 STDC_HEADERS
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#cmakedefine01 YYTEXT_POINTER
#endif /* POSTGIS_CONFIG_H */