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