-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
231 lines (157 loc) · 6.76 KB
/
config.h
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_CONFIG_URI 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_CACHE_HIT 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_CACHE_MISS 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_CACHE_USED 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_CACHE_WRITE 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_LOOKASIDE_HIT 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_LOOKASIDE_USED 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_SCHEMA_USED 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_DBSTATUS_STMT_USED 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_FCNTL_VFSNAME 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_STMTSTATUS_AUTOINDEX 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_STMTSTATUS_FULLSCAN_STEP 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_STMTSTATUS_SORT 1
/* depending on SQLite library version. */
#define HAVE_DECL_SQLITE_TESTCTRL_EXPLAIN_STMT 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fdatasync' function. */
#define HAVE_FDATASYNC 1
/* Define to 1 if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `expat' library (-lexpat). */
#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
#define HAVE_LIBSQLITE3 1
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if `lstat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <math.h> header file. */
#define HAVE_MATH_H 1
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
/* Define to 1 if you have the `readline' function. */
/* #undef HAVE_READLINE */
/* Define to 1 if you have the <sqlite3ext.h> header file. */
#define HAVE_SQLITE3EXT_H 1
/* Define to 1 if you have the <sqlite3.h> header file. */
#define HAVE_SQLITE3_H 1
/* Define to 1 if you have the `sqrt' function. */
/* #undef HAVE_SQRT */
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strstr' function. */
#define HAVE_STRSTR 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
/* Should be defined in order to disable ReadOSM support. */
/* #undef OMIT_READOSM */
/* Name of package */
#define PACKAGE "spatialite-tools"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "spatialite-tools"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "spatialite-tools 5.1.0-devel"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "spatialite-tools"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "5.1.0-devel"
/* must be defined when using libspatialite-amalgamation */
/* #undef SPATIALITE_AMALGAMATION */
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "5.1.0-devel"
/* Must be =64 in order to enable huge-file support. */
#define _FILE_OFFSET_BITS 64
/* Must be defined in order to enable huge-file support. */
#define _LARGEFILE_SOURCE 1
/* Must be defined in order to enable huge-file support. */
#define _LARGE_FILE 1
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
/* #undef volatile */