comparison Resources/Odbc/config.h.in @ 329:b5fb8b77ce4d

initial commit of ODBC framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Aug 2021 20:08:53 +0200
parents
children 75ff5ce4a995
comparison
equal deleted inserted replaced
328:6a49c495c940 329:b5fb8b77ce4d
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Encoding to use for CHAR */
4 #cmakedefine ASCII_ENCODING "@ASCII_ENCODING@"
5
6 /* Install bindir */
7 #cmakedefine BIN_PREFIX
8
9 /* Use a semaphore to allow ODBCConfig to display running counts */
10 #cmakedefine COLLECT_STATS
11
12 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
13 systems. This function is required for `alloca.c' support on those systems.
14 */
15 #cmakedefine CRAY_STACKSEG_END
16
17 /* Define to 1 if using `alloca.c'. */
18 #cmakedefine C_ALLOCA
19
20 /* Lib directory */
21 #define DEFLIB_PATH "@DEFLIB_PATH@"
22
23 /* Using perdriver iconv */
24 #cmakedefine ENABLE_DRIVER_ICONV
25
26 /* Using ini cacheing */
27 #cmakedefine ENABLE_INI_CACHING
28
29 /* Install exec_prefix */
30 #cmakedefine EXEC_PREFIX
31
32 /* Disable the precise but slow checking of the validity of handles */
33 #cmakedefine FAST_HANDLE_VALIDATE
34
35 /* Define to 1 if you have `alloca', as a function or macro. */
36 #cmakedefine HAVE_ALLOCA @HAVE_ALLOCA@
37
38 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
39 */
40 #cmakedefine HAVE_ALLOCA_H @HAVE_ALLOCA_H@
41
42 /* Define to 1 if you have the `argz_add' function. */
43 #cmakedefine HAVE_ARGZ_ADD @HAVE_ARGZ_ADD@
44
45 /* Define to 1 if you have the `argz_append' function. */
46 #cmakedefine HAVE_ARGZ_APPEND @HAVE_ARGZ_APPEND@
47
48 /* Define to 1 if you have the `argz_count' function. */
49 #cmakedefine HAVE_ARGZ_COUNT @HAVE_ARGZ_COUNT@
50
51 /* Define to 1 if you have the `argz_create_sep' function. */
52 #cmakedefine HAVE_ARGZ_CREATE_SEP @HAVE_ARGZ_CREATE_SEP@
53
54 /* Define to 1 if you have the <argz.h> header file. */
55 #cmakedefine HAVE_ARGZ_H @HAVE_ARGZ_H@
56
57 /* Define to 1 if you have the `argz_insert' function. */
58 #cmakedefine HAVE_ARGZ_INSERT @HAVE_ARGZ_INSERT@
59
60 /* Define to 1 if you have the `argz_next' function. */
61 #cmakedefine HAVE_ARGZ_NEXT @HAVE_ARGZ_NEXT@
62
63 /* Define to 1 if you have the `argz_stringify' function. */
64 #cmakedefine HAVE_ARGZ_STRINGIFY @HAVE_ARGZ_STRINGIFY@
65
66 /* Define to 1 if you have the `atoll' function. */
67 #cmakedefine HAVE_ATOLL @HAVE_ATOLL@
68
69 /* Define to 1 if you have the `closedir' function. */
70 #cmakedefine HAVE_CLOSEDIR @HAVE_CLOSEDIR@
71
72 /* Define to 1 if you have the <crypt.h> header file. */
73 #cmakedefine HAVE_CRYPT_H @HAVE_CRYPT_H@
74
75 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
76 you don't. */
77 #cmakedefine HAVE_DECL_CYGWIN_CONV_PATH @HAVE_DECL_CYGWIN_CONV_PATH@
78
79 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
80 */
81 #cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
82
83 /* Define if you have the GNU dld library. */
84 #cmakedefine HAVE_DLD @HAVE_DLD@
85
86 /* Define to 1 if you have the <dld.h> header file. */
87 #cmakedefine HAVE_DLD_H @HAVE_DLD_H@
88
89 /* Define to 1 if you have the `dlerror' function. */
90 #cmakedefine HAVE_DLERROR @HAVE_DLERROR@
91
92 /* Define to 1 if you have the <dlfcn.h> header file. */
93 #cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@
94
95 /* Define to 1 if you have the <dl.h> header file. */
96 #cmakedefine HAVE_DL_H @HAVE_DL_H@
97
98 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
99 #cmakedefine HAVE_DOPRNT @HAVE_DOPRNT@
100
101 /* Define if you have the _dyld_func_lookup function. */
102 #cmakedefine HAVE_DYLD @HAVE_DYLD@
103
104 /* Add editline support */
105 #cmakedefine HAVE_EDITLINE @HAVE_EDITLINE@
106
107 /* Define to 1 if you have the <editline/readline.h> header file. */
108 #cmakedefine HAVE_EDITLINE_READLINE_H @HAVE_EDITLINE_READLINE_H@
109
110 /* Define to 1 if you have the `endpwent' function. */
111 #cmakedefine HAVE_ENDPWENT @HAVE_ENDPWENT@
112
113 /* Define to 1 if the system has the type `error_t'. */
114 #cmakedefine HAVE_ERROR_T @HAVE_ERROR_T@
115
116 /* Define to 1 if you have the `ftime' function. */
117 #cmakedefine HAVE_FTIME @HAVE_FTIME@
118
119 /* Define to 1 if you have the `ftok' function. */
120 #cmakedefine HAVE_FTOK @HAVE_FTOK@
121
122 /* Define to 1 if you have the `getpwuid' function. */
123 #cmakedefine HAVE_GETPWUID @HAVE_GETPWUID@
124
125 /* Define to 1 if you have the `gettimeofday' function. */
126 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
127
128 /* Define to 1 if you have the `getuid' function. */
129 #cmakedefine HAVE_GETUID @HAVE_GETUID@
130
131 /* Define if you have the iconv() function. */
132 #cmakedefine HAVE_ICONV @HAVE_ICONV@
133
134 /* Define to 1 if you have the <inttypes.h> header file. */
135 #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
136
137 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
138 #cmakedefine HAVE_LANGINFO_CODESET @HAVE_LANGINFO_CODESET@
139
140 /* Define to 1 if you have the <langinfo.h> header file. */
141 #cmakedefine HAVE_LANGINFO_H @HAVE_LANGINFO_H@
142
143 /* Add -lcrypt to lib list */
144 #cmakedefine HAVE_LIBCRYPT @HAVE_LIBCRYPT@
145
146 /* Define if you have the libdl library or equivalent. */
147 #cmakedefine HAVE_LIBDL @HAVE_LIBDL@
148
149 /* Define if libdlloader will be built on this platform */
150 #cmakedefine HAVE_LIBDLLOADER @HAVE_LIBDLLOADER@
151
152 /* Use the -lpth thread library */
153 #cmakedefine HAVE_LIBPTH @HAVE_LIBPTH@
154
155 /* Use -lpthread threading lib */
156 #cmakedefine HAVE_LIBPTHREAD @HAVE_LIBPTHREAD@
157
158 /* Use the -lthread threading lib */
159 #cmakedefine HAVE_LIBTHREAD @HAVE_LIBTHREAD@
160
161 /* Define to 1 if you have the <limits.h> header file. */
162 #cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@
163
164 /* Define to 1 if you have the <locale.h> header file. */
165 #cmakedefine HAVE_LOCALE_H @HAVE_LOCALE_H@
166
167 /* Use rentrant version of localtime */
168 #cmakedefine HAVE_LOCALTIME_R @HAVE_LOCALTIME_R@
169
170 /* Define if you have long long */
171 #cmakedefine HAVE_LONG_LONG @HAVE_LONG_LONG@
172
173 /* Define this if a modern libltdl is already installed */
174 #cmakedefine HAVE_LTDL @HAVE_LTDL@
175
176 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
177 #cmakedefine HAVE_MACH_O_DYLD_H @HAVE_MACH_O_DYLD_H@
178
179 /* Define to 1 if you have the <malloc.h> header file. */
180 #cmakedefine HAVE_MALLOC_H @HAVE_MALLOC_H@
181
182 /* Define to 1 if you have the <memory.h> header file. */
183 #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
184
185 /* Define to 1 if you have the <msql.h> header file. */
186 #cmakedefine HAVE_MSQL_H @HAVE_MSQL_H@
187
188 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
189 #cmakedefine HAVE_NDIR_H @HAVE_NDIR_H@
190
191 /* Define to 1 if you have the `nl_langinfo' function. */
192 #cmakedefine HAVE_NL_LANGINFO @HAVE_NL_LANGINFO@
193
194 /* Define to 1 if you have the `opendir' function. */
195 #cmakedefine HAVE_OPENDIR @HAVE_OPENDIR@
196
197 /* Define if libtool can extract symbol lists from object files. */
198 #cmakedefine HAVE_PRELOADED_SYMBOLS @HAVE_PRELOADED_SYMBOLS@
199
200 /* Define to 1 if the system has the type `ptrdiff_t'. */
201 #cmakedefine HAVE_PTRDIFF_T @HAVE_PTRDIFF_T@
202
203 /* Define to 1 if you have the `putenv' function. */
204 #cmakedefine HAVE_PUTENV @HAVE_PUTENV@
205
206 /* Define to 1 if you have the <pwd.h> header file. */
207 #cmakedefine HAVE_PWD_H @HAVE_PWD_H@
208
209 /* Define to 1 if you have the `readdir' function. */
210 #cmakedefine HAVE_READDIR @HAVE_READDIR@
211
212 /* Add readline support */
213 #cmakedefine HAVE_READLINE @HAVE_READLINE@
214
215 /* Define to 1 if you have the <readline/history.h> header file. */
216 #cmakedefine HAVE_READLINE_HISTORY_H @HAVE_READLINE_HISTORY_H@
217
218 /* Use the scandir lib */
219 #cmakedefine HAVE_SCANDIR @HAVE_SCANDIR@
220
221 /* Define to 1 if you have the `semget' function. */
222 #cmakedefine HAVE_SEMGET @HAVE_SEMGET@
223
224 /* Define to 1 if you have the `semop' function. */
225 #cmakedefine HAVE_SEMOP @HAVE_SEMOP@
226
227 /* Define to 1 if you have the `setenv' function. */
228 #cmakedefine HAVE_SETENV @HAVE_SETENV@
229
230 /* Define to 1 if you have the `setlocale' function. */
231 #cmakedefine HAVE_SETLOCALE @HAVE_SETLOCALE@
232
233 /* Define if you have the shl_load function. */
234 #cmakedefine HAVE_SHL_LOAD @HAVE_SHL_LOAD@
235
236 /* Define to 1 if you have the `shmget' function. */
237 #cmakedefine HAVE_SHMGET @HAVE_SHMGET@
238
239 /* Define to 1 if you have the `snprintf' function. */
240 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
241
242 /* Define to 1 if you have the `socket' function. */
243 #cmakedefine HAVE_SOCKET @HAVE_SOCKET@
244
245 /* Define to 1 if you have the <stdarg.h> header file. */
246 #cmakedefine HAVE_STDARG_H @HAVE_STDARG_H@
247
248 /* Define to 1 if you have the <stddef.h> header file. */
249 #cmakedefine HAVE_STDDEF_H @HAVE_STDDEF_H@
250
251 /* Define to 1 if you have the <stdint.h> header file. */
252 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
253
254 /* Define to 1 if you have the <stdlib.h> header file. */
255 #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
256
257 /* Define to 1 if you have the `strcasecmp' function. */
258 #cmakedefine HAVE_STRCASECMP @HAVE_STRCASECMP@
259
260 /* Define to 1 if you have the `strchr' function. */
261 #cmakedefine HAVE_STRCHR @HAVE_STRCHR@
262
263 /* Define to 1 if you have the `strdup' function. */
264 #cmakedefine HAVE_STRDUP @HAVE_STRDUP@
265
266 /* Define to 1 if you have the `stricmp' function. */
267 #cmakedefine HAVE_STRICMP @HAVE_STRICMP@
268
269 /* Define to 1 if you have the <strings.h> header file. */
270 #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
271
272 /* Define to 1 if you have the <string.h> header file. */
273 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
274
275 /* Define to 1 if you have the `strlcat' function. */
276 #cmakedefine HAVE_STRLCAT @HAVE_STRLCAT@
277
278 /* Define to 1 if you have the `strlcpy' function. */
279 #cmakedefine HAVE_STRLCPY @HAVE_STRLCPY@
280
281 /* Define to 1 if you have the `strncasecmp' function. */
282 #cmakedefine HAVE_STRNCASECMP @HAVE_STRNCASECMP@
283
284 /* Define to 1 if you have the `strnicmp' function. */
285 #cmakedefine HAVE_STRNICMP @HAVE_STRNICMP@
286
287 /* Define to 1 if you have the `strstr' function. */
288 #cmakedefine HAVE_STRSTR @HAVE_STRSTR@
289
290 /* Define to 1 if you have the `strtol' function. */
291 #cmakedefine HAVE_STRTOL @HAVE_STRTOL@
292
293 /* Define to 1 if you have the `strtoll' function. */
294 #cmakedefine HAVE_STRTOLL @HAVE_STRTOLL@
295
296 /* Define to 1 if you have the <synch.h> header file. */
297 #cmakedefine HAVE_SYNCH_H @HAVE_SYNCH_H@
298
299 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
300 */
301 #cmakedefine HAVE_SYS_DIR_H @HAVE_SYS_DIR_H@
302
303 /* Define to 1 if you have the <sys/dl.h> header file. */
304 #cmakedefine HAVE_SYS_DL_H @HAVE_SYS_DL_H@
305
306 /* Define to 1 if you have the <sys/malloc.h> header file. */
307 #cmakedefine HAVE_SYS_MALLOC_H @HAVE_SYS_MALLOC_H@
308
309 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
310 */
311 #cmakedefine HAVE_SYS_NDIR_H @HAVE_SYS_NDIR_H@
312
313 /* Define to 1 if you have the <sys/sem.h> header file. */
314 #cmakedefine HAVE_SYS_SEM_H @HAVE_SYS_SEM_H@
315
316 /* Define to 1 if you have the <sys/stat.h> header file. */
317 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
318
319 /* Define to 1 if you have the <sys/timeb.h> header file. */
320 #cmakedefine HAVE_SYS_TIMEB_H @HAVE_SYS_TIMEB_H@
321
322 /* Define to 1 if you have the <sys/time.h> header file. */
323 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
324
325 /* Define to 1 if you have the <sys/types.h> header file. */
326 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
327
328 /* Define to 1 if you have the `time' function. */
329 #cmakedefine HAVE_TIME @HAVE_TIME@
330
331 /* Define to 1 if you have the <time.h> header file. */
332 #cmakedefine HAVE_TIME_H @HAVE_TIME_H@
333
334 /* Define to 1 if you have the <unistd.h> header file. */
335 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
336
337 /* Define to 1 if you have the <varargs.h> header file. */
338 #cmakedefine HAVE_VARARGS_H @HAVE_VARARGS_H@
339
340 /* Define to 1 if you have the `vprintf' function. */
341 #cmakedefine HAVE_VPRINTF @HAVE_VPRINTF@
342
343 /* Define to 1 if you have the `vsnprintf' function. */
344 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
345
346 /* This value is set to 1 to indicate that the system argz facility works */
347 #cmakedefine HAVE_WORKING_ARGZ @HAVE_WORKING_ARGZ@
348
349 /* Define as const if the declaration of iconv() needs const. */
350 #cmakedefine ICONV_CONST
351
352 /* Install includedir */
353 #cmakedefine INCLUDE_PREFIX
354
355 /* Lib directory */
356 #cmakedefine LIB_PREFIX
357
358 /* Define if the OS needs help to load dependent libraries for dlopen(). */
359 #cmakedefine LTDL_DLOPEN_DEPLIBS
360
361 /* Define to the system default library search path. */
362 #cmakedefine LT_DLSEARCH_PATH
363
364 /* The archive extension */
365 #cmakedefine LT_LIBEXT
366
367 /* The archive prefix */
368 #cmakedefine LT_LIBPREFIX
369
370 /* Define to the extension used for runtime loadable modules, say, ".so". */
371 #cmakedefine LT_MODULE_EXT
372
373 /* Define to the name of the environment variable that determines the run-time
374 module search path. */
375 #cmakedefine LT_MODULE_PATH_VAR
376
377 /* Define to the sub-directory where libtool stores uninstalled libraries. */
378 #cmakedefine LT_OBJDIR
379
380 /* Define to the shared library suffix, say, ".dylib". */
381 #cmakedefine LT_SHARED_EXT
382
383 /* Define to the shared archive member specification, say "(shr.o)". */
384 #cmakedefine LT_SHARED_LIB_MEMBER
385
386 /* Define if you need semundo union */
387 #cmakedefine NEED_SEMUNDO_UNION
388
389 /* Define if dlsym() requires a leading underscore in symbol names. */
390 #cmakedefine NEED_USCORE
391
392 /* Using OSX */
393 #cmakedefine OSXHEADER
394
395 /* Name of package */
396 #cmakedefine PACKAGE
397
398 /* Define to the address where bug reports for this package should be sent. */
399 #cmakedefine PACKAGE_BUGREPORT
400
401 /* Define to the full name of this package. */
402 #cmakedefine PACKAGE_NAME
403
404 /* Define to the full name and version of this package. */
405 #cmakedefine PACKAGE_STRING
406
407 /* Define to the one symbol short name of this package. */
408 #cmakedefine PACKAGE_TARNAME
409
410 /* Define to the home page for this package. */
411 #cmakedefine PACKAGE_URL
412
413 /* Define to the version of this package. */
414 #cmakedefine PACKAGE_VERSION
415
416 /* Platform is 64 bit */
417 #cmakedefine PLATFORM64
418
419 /* Install prefix */
420 #cmakedefine PREFIX
421
422 /* Using QNX */
423 #cmakedefine QNX_LIBLTDL
424
425 /* Shared lib extension */
426 #define SHLIBEXT "@SHLIBEXT@"
427
428 /* The size of `long', as computed by sizeof. */
429 #define SIZEOF_LONG @SIZEOF_LONG@
430
431 /* The size of `long int', as computed by sizeof. */
432 #define SIZEOF_LONG_INT @SIZEOF_LONG_INT@
433
434 /* If using the C implementation of alloca, define if you know the
435 direction of stack growth for your system; otherwise it will be
436 automatically deduced at runtime.
437 STACK_DIRECTION > 0 => grows toward higher addresses
438 STACK_DIRECTION < 0 => grows toward lower addresses
439 STACK_DIRECTION = 0 => direction of growth unknown */
440 #cmakedefine STACK_DIRECTION
441
442 /* Filename to use for ftok */
443 #cmakedefine STATS_FTOK_NAME
444
445 /* Define to 1 if you have the ANSI C header files. */
446 #cmakedefine STDC_HEADERS @STDC_HEADERS@
447
448 /* don't include unixODBC prefix in driver error messages */
449 #cmakedefine STRICT_ODBC_ERROR
450
451 /* System file path */
452 #cmakedefine SYSTEM_FILE_PATH "@SYSTEM_FILE_PATH@"
453
454 /* Lib path */
455 #cmakedefine SYSTEM_LIB_PATH "@SYSTEM_LIB_PATH@"
456
457 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
458 #cmakedefine TIME_WITH_SYS_TIME
459
460 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
461 #cmakedefine TM_IN_SYS_TIME
462
463 /* Encoding to use for UNICODE */
464 #cmakedefine UNICODE_ENCODING
465
466 /* Flag that we are not using another DM */
467 #cmakedefine UNIXODBC
468
469 /* We are building inside the unixODBC source tree */
470 #cmakedefine UNIXODBC_SOURCE
471
472 /* Version number of package */
473 #define VERSION "@VERSION@"
474
475 /* Work with IBM drivers that use 32 bit handles on 64 bit platforms */
476 #cmakedefine WITH_HANDLE_REDIRECT
477
478 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
479 `char[]'. */
480 #cmakedefine YYTEXT_POINTER
481
482 /* Build flag for AIX */
483 #cmakedefine _ALL_SOURCE
484
485 /* Build flag for AIX */
486 #cmakedefine _LONG_LONG
487
488 /* Build flag for AIX */
489 #cmakedefine _THREAD_SAFE
490
491 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
492 #cmakedefine __error_t_defined
493
494 /* Define to empty if `const' does not conform to ANSI C. */
495 #undef const
496
497 /* Define to a type to use for 'error_t' if it is not otherwise available. */
498 #undef error_t
499
500 /* Define to `int' if <sys/types.h> doesn't define. */
501 #undef gid_t
502
503 /* Define to `unsigned int' if <sys/types.h> does not define. */
504 #undef size_t
505
506 /* Define to `int' if <sys/types.h> doesn't define. */
507 #undef uid_t