FreeTDS API
config.h
1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */
8 /* #undef BSD_COMP */
9 
10 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11  systems. This function is required for `alloca.c' support on those systems.
12  */
13 /* #undef CRAY_STACKSEG_END */
14 
15 /* Define to 1 if using `alloca.c'. */
16 /* #undef C_ALLOCA */
17 
18 /* Define to enable work in progress code */
19 /* #undef ENABLE_DEVELOPING */
20 
21 /* Define to enable extra checks on code */
22 /* #undef ENABLE_EXTRA_CHECKS */
23 
24 /* Defined if --enable-krb5 used and library detected */
25 /* #undef ENABLE_KRB5 */
26 
27 /* Define to enable MARS support */
28 /* #undef ENABLE_ODBC_MARS */
29 
30 /* Define to enable ODBC wide string support */
31 #define ENABLE_ODBC_WIDE 1
32 
33 /* Define to 1 if GNU tls use nettle as backend. */
34 /* #undef GNUTLS_USE_NETTLE */
35 
36 /* Define to 1 if you have the `alarm' function. */
37 #define HAVE_ALARM 1
38 
39 /* Define to 1 if you have `alloca', as a function or macro. */
40 #define HAVE_ALLOCA 1
41 
42 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
43  */
44 /* #undef HAVE_ALLOCA_H */
45 
46 /* Define to 1 if you have the <arpa/inet.h> header file. */
47 #define HAVE_ARPA_INET_H 1
48 
49 /* Define to 1 if you have the `asprintf' function. */
50 #define HAVE_ASPRINTF 1
51 
52 /* Define to 1 if you have the `basename' function. */
53 #define HAVE_BASENAME 1
54 
55 /* Define if you have the clock_gettime function. */
56 #define HAVE_CLOCK_GETTIME 1
57 
58 /* Define to 1 if you have the <com_err.h> header file. */
59 /* #undef HAVE_COM_ERR_H */
60 
61 /* Define to 1 if you have the `daemon' function. */
62 #define HAVE_DAEMON 1
63 
64 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
65  you don't. */
66 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
67 
68 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
69  */
70 /* #undef HAVE_DECL_TZNAME */
71 
72 /* Define to 1 if you have the <dirent.h> header file. */
73 #define HAVE_DIRENT_H 1
74 
75 /* Define if you have the GNU dld library. */
76 /* #undef HAVE_DLD */
77 
78 /* Define to 1 if you have the `dlerror' function. */
79 #define HAVE_DLERROR 1
80 
81 /* Define to 1 if you have the <dlfcn.h> header file. */
82 #define HAVE_DLFCN_H 1
83 
84 /* Define if you have the _dyld_func_lookup function. */
85 /* #undef HAVE_DYLD */
86 
87 /* Define to 1 if you have the <errno.h> header file. */
88 #define HAVE_ERRNO_H 1
89 
90 /* Define to 1 if you have the `error_message' function. */
91 /* #undef HAVE_ERROR_MESSAGE */
92 
93 /* Define to 1 if you have the `eventfd' function. */
94 /* #undef HAVE_EVENTFD */
95 
96 /* Define to 1 if you have the <fcntl.h> header file. */
97 #define HAVE_FCNTL_H 1
98 
99 /* Define to 1 if you have the `fork' function. */
100 #define HAVE_FORK 1
101 
102 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
103 #define HAVE_FSEEKO 1
104 
105 /* Define to 1 if you have the `fstat' function. */
106 #define HAVE_FSTAT 1
107 
108 /* Define to 1 if your system provides the 5-parameter version of
109  gethostbyaddr_r(). */
110 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
111 
112 /* Define to 1 if your system provides the 7-parameter version of
113  gethostbyaddr_r(). */
114 #define HAVE_FUNC_GETHOSTBYADDR_R_7 1
115 
116 /* Define to 1 if your system provides the 8-parameter version of
117  gethostbyaddr_r(). */
118 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
119 
120 /* Define to 1 if your system provides the 3-parameter version of
121  gethostbyname_r(). */
122 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
123 
124 /* Define to 1 if your system provides the 5-parameter version of
125  gethostbyname_r(). */
126 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
127 
128 /* Define to 1 if your system provides the 6-parameter version of
129  gethostbyname_r(). */
130 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
131 
132 /* Define to 1 if your system provides the 4-parameter version of
133  getpwuid_r(). */
134 /* #undef HAVE_FUNC_GETPWUID_R_4 */
135 
136 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
137  passwd*. */
138 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
139 
140 /* Define to 1 if your system provides the 5-parameter version of
141  getpwuid_r(). */
142 #define HAVE_FUNC_GETPWUID_R_5 1
143 
144 /* Define to 1 if your system provides the 4-parameter version of
145  getservbyname_r(). */
146 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
147 
148 /* Define to 1 if your system provides the 5-parameter version of
149  getservbyname_r(). */
150 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
151 
152 /* Define to 1 if your system provides the 6-parameter version of
153  getservbyname_r(). */
154 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
155 
156 /* Define to 1 if your localtime_r return a int. */
157 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
158 
159 /* Define to 1 if your localtime_r return a struct tm*. */
160 #define HAVE_FUNC_LOCALTIME_R_TM 1
161 
162 /* Define if you have getaddrinfo function */
163 #define HAVE_GETADDRINFO 1
164 
165 /* Define to 1 if you have the `gethostname' function. */
166 #define HAVE_GETHOSTNAME 1
167 
168 /* Define to 1 if you have the `gethrtime' function. */
169 /* #undef HAVE_GETHRTIME */
170 
171 /* Define to 1 if you have the `getipnodebyaddr' function. */
172 /* #undef HAVE_GETIPNODEBYADDR */
173 
174 /* Define to 1 if you have the `getipnodebyname' function. */
175 /* #undef HAVE_GETIPNODEBYNAME */
176 
177 /* Define to 1 if you have the `getopt' function. */
178 #define HAVE_GETOPT 1
179 
180 /* Define to 1 if you have the <getopt.h> header file. */
181 #define HAVE_GETOPT_H 1
182 
183 /* Define if your getopt(3) defines and uses optreset */
184 #define HAVE_GETOPT_OPTRESET 1
185 
186 /* Define to 1 if you have the `getpwuid' function. */
187 #define HAVE_GETPWUID 1
188 
189 /* Define to 1 if you have the `getpwuid_r' function. */
190 #define HAVE_GETPWUID_R 1
191 
192 /* Define to 1 if you have the `gettimeofday' function. */
193 #define HAVE_GETTIMEOFDAY 1
194 
195 /* Define to 1 if you have the `getuid' function. */
196 #define HAVE_GETUID 1
197 
198 /* Define if you have GMP library */
199 /* #undef HAVE_GMP */
200 
201 /* Define to 1 if you have GnuTLS. */
202 /* #undef HAVE_GNUTLS */
203 
204 /* Define to 1 if you have the <gnutls/abstract.h> header file. */
205 /* #undef HAVE_GNUTLS_ABSTRACT_H */
206 
207 /* Define to 1 if you have the `gnutls_certificate_set_verify_function'
208  function. */
209 /* #undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION */
210 
211 /* Define to 1 if you have the `gnutls_record_disable_padding' function. */
212 /* #undef HAVE_GNUTLS_RECORD_DISABLE_PADDING */
213 
214 /* Define to 1 if you have the `gnutls_rnd' function. */
215 /* #undef HAVE_GNUTLS_RND */
216 
217 /* Define if you have the iconv() function and it works. */
218 #define HAVE_ICONV 1
219 
220 /* Define to 1 if you have the `inet_ntoa_r' function. */
221 /* #undef HAVE_INET_NTOA_R */
222 
223 /* Define to 1 if you have the `inet_ntop' function. */
224 #define HAVE_INET_NTOP 1
225 
226 /* Define to 1 if you have the <inttypes.h> header file. */
227 #define HAVE_INTTYPES_H 1
228 
229 /* Define to 1 if you have the <iodbcinst.h> header file. */
230 /* #undef HAVE_IODBCINST_H */
231 
232 /* Define to 1 if you have the <langinfo.h> header file. */
233 #define HAVE_LANGINFO_H 1
234 
235 /* Define if you have the libdl library or equivalent. */
236 #define HAVE_LIBDL 1
237 
238 /* Define if libdlloader will be built on this platform */
239 #define HAVE_LIBDLLOADER 1
240 
241 /* Define to 1 if you have the <libgen.h> header file. */
242 #define HAVE_LIBGEN_H 1
243 
244 /* Define to 1 if you have the <limits.h> header file. */
245 #define HAVE_LIMITS_H 1
246 
247 /* Define to 1 if you have the <localcharset.h> header file. */
248 /* #undef HAVE_LOCALCHARSET_H */
249 
250 /* Define to 1 if you have the `locale_charset' function. */
251 /* #undef HAVE_LOCALE_CHARSET */
252 
253 /* Define to 1 if you have the <locale.h> header file. */
254 #define HAVE_LOCALE_H 1
255 
256 /* Define to 1 if you have the `localtime_r' function. */
257 #define HAVE_LOCALTIME_R 1
258 
259 /* Define to 1 if you have the <malloc.h> header file. */
260 #define HAVE_MALLOC_H 1
261 
262 /* Define to 1 if your system provides the malloc_options variable. */
263 /* #undef HAVE_MALLOC_OPTIONS */
264 
265 /* Define to 1 if you have the <memory.h> header file. */
266 #define HAVE_MEMORY_H 1
267 
268 /* Define to 1 if you have the `nanosleep' function. */
269 #define HAVE_NANOSLEEP 1
270 
271 /* Define to 1 if you have the <netdb.h> header file. */
272 #define HAVE_NETDB_H 1
273 
274 /* Define to 1 if you have the <netinet/in.h> header file. */
275 #define HAVE_NETINET_IN_H 1
276 
277 /* Define to 1 if you have the <netinet/tcp.h> header file. */
278 #define HAVE_NETINET_TCP_H 1
279 
280 /* Define to 1 if nettle is present. */
281 /* #undef HAVE_NETTLE */
282 
283 /* Define to 1 if you have the `nl_langinfo' function. */
284 #define HAVE_NL_LANGINFO 1
285 
286 /* Define if you have the OpenSSL. */
287 #define HAVE_OPENSSL 1
288 
289 /* Define to 1 if you have the <paths.h> header file. */
290 #define HAVE_PATHS_H 1
291 
292 /* Define to 1 if you have the `poll' function. */
293 #define HAVE_POLL 1
294 
295 /* Define to 1 if you have the <poll.h> header file. */
296 #define HAVE_POLL_H 1
297 
298 /* Define if you have POSIX threads libraries and header files. */
299 #define HAVE_PTHREAD 1
300 
301 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
302 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
303 
304 /* Define to 1 if you have the `pthread_cond_timedwait' function. */
305 #define HAVE_PTHREAD_COND_TIMEDWAIT 1
306 
307 /* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function.
308  */
309 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
310 
311 /* Define to 1 if you have the `putenv' function. */
312 #define HAVE_PUTENV 1
313 
314 /* Define to 1 if you have the `readdir_r' function. */
315 #define HAVE_READDIR_R 1
316 
317 /* Define to 1 if you have the GNU Readline library. */
318 /* #undef HAVE_READLINE */
319 
320 /* Define to 1 if you have the `readpassphrase' function. */
321 /* #undef HAVE_READPASSPHRASE */
322 
323 /* Define to 1 if you have rl_inhibit_completion. */
324 /* #undef HAVE_RL_INHIBIT_COMPLETION */
325 
326 /* Define to 1 if you have the `rl_on_new_line' function. */
327 /* #undef HAVE_RL_ON_NEW_LINE */
328 
329 /* Define to 1 if you have the `rl_reset_line_state' function. */
330 /* #undef HAVE_RL_RESET_LINE_STATE */
331 
332 /* Define to 1 if you have the <roken.h> header file. */
333 /* #undef HAVE_ROKEN_H */
334 
335 /* Define to 1 if you have the `setenv' function. */
336 #define HAVE_SETENV 1
337 
338 /* Define to 1 if you have the `setitimer' function. */
339 #define HAVE_SETITIMER 1
340 
341 /* Define to 1 if you have the `setrlimit' function. */
342 #define HAVE_SETRLIMIT 1
343 
344 /* Define if you have the shl_load function. */
345 /* #undef HAVE_SHL_LOAD */
346 
347 /* Define to 1 if you have the <signal.h> header file. */
348 #define HAVE_SIGNAL_H 1
349 
350 /* Define to 1 if you have the `socketpair' function. */
351 #define HAVE_SOCKETPAIR 1
352 
353 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
354 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */
355 
356 /* Define if sqltypes.h define SQLLEN */
357 /* #undef HAVE_SQLLEN */
358 
359 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
360 /* #undef HAVE_SQLROWOFFSET */
361 
362 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
363 /* #undef HAVE_SQLROWSETSIZE */
364 
365 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
366 /* #undef HAVE_SQLSETPOSIROW */
367 
368 /* Define to 1 if you have the <sql.h> header file. */
369 /* #undef HAVE_SQL_H */
370 
371 /* Defined if not --disable-sspi and SSPI detected */
372 /* #undef HAVE_SSPI */
373 
374 /* Define to 1 if you have the <stdbool.h> header file. */
375 #define HAVE_STDBOOL_H 1
376 
377 /* Define to 1 if you have the <stddef.h> header file. */
378 #define HAVE_STDDEF_H 1
379 
380 /* Define to 1 if you have the <stdint.h> header file. */
381 #define HAVE_STDINT_H 1
382 
383 /* Define to 1 if you have the <stdlib.h> header file. */
384 #define HAVE_STDLIB_H 1
385 
386 /* Define to 1 if you have the <strings.h> header file. */
387 #define HAVE_STRINGS_H 1
388 
389 /* Define to 1 if you have the <string.h> header file. */
390 #define HAVE_STRING_H 1
391 
392 /* Define to 1 if you have the `strlcat' function. */
393 #define HAVE_STRLCAT 1
394 
395 /* Define to 1 if you have the `strlcpy' function. */
396 #define HAVE_STRLCPY 1
397 
398 /* Define to 1 if you have the `strsep' function. */
399 #define HAVE_STRSEP 1
400 
401 /* Define to 1 if you have the `strtok_r' function. */
402 #define HAVE_STRTOK_R 1
403 
404 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
405 #define HAVE_STRUCT_TM_TM_ZONE 1
406 
407 /* Define to 1 if `__tm_zone' is a member of `struct tm'. */
408 /* #undef HAVE_STRUCT_TM___TM_ZONE */
409 
410 /* Define to 1 if you have the <sys/eventfd.h> header file. */
411 /* #undef HAVE_SYS_EVENTFD_H */
412 
413 /* Define to 1 if you have the <sys/ioctl.h> header file. */
414 #define HAVE_SYS_IOCTL_H 1
415 
416 /* Define to 1 if you have the <sys/param.h> header file. */
417 #define HAVE_SYS_PARAM_H 1
418 
419 /* Define to 1 if you have the <sys/resource.h> header file. */
420 #define HAVE_SYS_RESOURCE_H 1
421 
422 /* Define to 1 if you have the <sys/select.h> header file. */
423 #define HAVE_SYS_SELECT_H 1
424 
425 /* Define to 1 if you have the <sys/socket.h> header file. */
426 #define HAVE_SYS_SOCKET_H 1
427 
428 /* Define to 1 if you have the <sys/stat.h> header file. */
429 #define HAVE_SYS_STAT_H 1
430 
431 /* Define to 1 if you have the <sys/time.h> header file. */
432 #define HAVE_SYS_TIME_H 1
433 
434 /* Define to 1 if you have the <sys/types.h> header file. */
435 #define HAVE_SYS_TYPES_H 1
436 
437 /* Define to 1 if you have the <sys/wait.h> header file. */
438 #define HAVE_SYS_WAIT_H 1
439 
440 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
441  `HAVE_STRUCT_TM_TM_ZONE' instead. */
442 #define HAVE_TM_ZONE 1
443 
444 /* Define to 1 if you don't have `tm_zone' but do have the external array
445  `tzname'. */
446 /* #undef HAVE_TZNAME */
447 
448 /* Define to 1 if you have the <unistd.h> header file. */
449 #define HAVE_UNISTD_H 1
450 
451 /* Define to 1 if you have the `usleep' function. */
452 #define HAVE_USLEEP 1
453 
454 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
455 /* #undef HAVE_VALGRIND_MEMCHECK_H */
456 
457 /* Define to 1 if you have the `vasprintf' function. */
458 #define HAVE_VASPRINTF 1
459 
460 /* Define to 1 if you have the `vsnprintf' function. */
461 #define HAVE_VSNPRINTF 1
462 
463 /* Define to 1 if you have the <wchar.h> header file. */
464 #define HAVE_WCHAR_H 1
465 
466 /* Define to 1 if you have the <windows.h> header file. */
467 /* #undef HAVE_WINDOWS_H */
468 
469 /* Define to 1 if you have the <winsock2.h> header file. */
470 /* #undef HAVE_WINSOCK2_H */
471 
472 /* Define to 1 if you have the `_fseeki64' function. */
473 /* #undef HAVE__FSEEKI64 */
474 
475 /* Define to 1 if you have the `_ftelli64' function. */
476 /* #undef HAVE__FTELLI64 */
477 
478 /* Define to 1 if you have the `_lock_file' function. */
479 /* #undef HAVE__LOCK_FILE */
480 
481 /* Define to 1 if you have the `_unlock_file' function. */
482 /* #undef HAVE__UNLOCK_FILE */
483 
484 /* Define to 1 if you have the `_vscprintf' function. */
485 /* #undef HAVE__VSCPRINTF */
486 
487 /* Define to 1 if you have the `_vsnprintf' function. */
488 #define HAVE__VSNPRINTF 1
489 
490 /* Define to 1 if you have the `_xpg_accept' function. */
491 /* #undef HAVE__XPG_ACCEPT */
492 
493 /* Define to 1 if you have the `_xpg_getpeername' function. */
494 /* #undef HAVE__XPG_GETPEERNAME */
495 
496 /* Define to 1 if you have the `_xpg_getsockname' function. */
497 /* #undef HAVE__XPG_GETSOCKNAME */
498 
499 /* Define to 1 if you have the `_xpg_getsockopt' function. */
500 /* #undef HAVE__XPG_GETSOCKOPT */
501 
502 /* Define to 1 if you have the `_xpg_recvfrom' function. */
503 /* #undef HAVE__XPG_RECVFROM */
504 
505 /* Define to 1 if you have the `__accept' function. */
506 /* #undef HAVE___ACCEPT */
507 
508 /* Define to 1 if you have the `__getpeername' function. */
509 /* #undef HAVE___GETPEERNAME */
510 
511 /* Define to 1 if you have the `__getsockname' function. */
512 /* #undef HAVE___GETSOCKNAME */
513 
514 /* Define to 1 if you have the `__getsockopt' function. */
515 /* #undef HAVE___GETSOCKOPT */
516 
517 /* Define to 1 if you have the `__recvfrom' function. */
518 /* #undef HAVE___RECVFROM */
519 
520 /* Define as const if the declaration of iconv() needs const. */
521 #define ICONV_CONST const
522 
523 /* Define to value of INADDR_NONE if not provided by your system header files.
524  */
525 /* #undef INADDR_NONE */
526 
527 /* Define to the sub-directory where libtool stores uninstalled libraries. */
528 #define LT_OBJDIR ".libs/"
529 
530 /* Define to 1 if the BSD-style netdb interface is reentrant. */
531 /* #undef NETDB_REENTRANT */
532 
533 /* Define to 1 if memset(0) sets pointers to NULL. */
534 #define NULL_REP_IS_ZERO_BYTES 1
535 
536 /* Name of package */
537 #define PACKAGE "freetds"
538 
539 /* Define to the address where bug reports for this package should be sent. */
540 #define PACKAGE_BUGREPORT ""
541 
542 /* Define to the full name of this package. */
543 #define PACKAGE_NAME "FreeTDS"
544 
545 /* Define to the full name and version of this package. */
546 #define PACKAGE_STRING "FreeTDS 1.00.44"
547 
548 /* Define to the one symbol short name of this package. */
549 #define PACKAGE_TARNAME "freetds"
550 
551 /* Define to the home page for this package. */
552 #define PACKAGE_URL ""
553 
554 /* Define to the version of this package. */
555 #define PACKAGE_VERSION "1.00.44"
556 
557 /* Define to necessary symbol if this constant uses a non-standard name on
558  your system. */
559 /* #undef PTHREAD_CREATE_JOINABLE */
560 
561 /* The size of `char', as computed by sizeof. */
562 #define SIZEOF_CHAR 1
563 
564 /* The size of `double', as computed by sizeof. */
565 #define SIZEOF_DOUBLE 8
566 
567 /* The size of `float', as computed by sizeof. */
568 #define SIZEOF_FLOAT 4
569 
570 /* The size of `int', as computed by sizeof. */
571 #define SIZEOF_INT 4
572 
573 /* The size of `long', as computed by sizeof. */
574 #define SIZEOF_LONG 8
575 
576 /* The size of `long double', as computed by sizeof. */
577 #define SIZEOF_LONG_DOUBLE 16
578 
579 /* The size of `long long', as computed by sizeof. */
580 #define SIZEOF_LONG_LONG 8
581 
582 /* The size of `short', as computed by sizeof. */
583 #define SIZEOF_SHORT 2
584 
585 /* The size of `SQLWCHAR', as computed by sizeof. */
586 #define SIZEOF_SQLWCHAR 0
587 
588 /* The size of `void *', as computed by sizeof. */
589 #define SIZEOF_VOID_P 8
590 
591 /* The size of `wchar_t', as computed by sizeof. */
592 #define SIZEOF_WCHAR_T 4
593 
594 /* The size of `__int64', as computed by sizeof. */
595 #define SIZEOF___INT64 0
596 
597 /* If using the C implementation of alloca, define if you know the
598  direction of stack growth for your system; otherwise it will be
599  automatically deduced at runtime.
600  STACK_DIRECTION > 0 => grows toward higher addresses
601  STACK_DIRECTION < 0 => grows toward lower addresses
602  STACK_DIRECTION = 0 => direction of growth unknown */
603 /* #undef STACK_DIRECTION */
604 
605 /* Define to 1 if you have the ANSI C header files. */
606 #define STDC_HEADERS 1
607 
608 /* Define to use TDS 4.2 by default */
609 /* #undef TDS42 */
610 
611 /* Define to use TDS 4.6 by default */
612 /* #undef TDS46 */
613 
614 /* Define to use TDS 5.0 by default */
615 /* #undef TDS50 */
616 
617 /* Define to use TDS 7.0 by default */
618 /* #undef TDS70 */
619 
620 /* Define to use TDS 7.1 by default */
621 /* #undef TDS71 */
622 
623 /* Define to use TDS 7.2 by default */
624 /* #undef TDS72 */
625 
626 /* Define to use TDS 7.3 by default */
627 /* #undef TDS73 */
628 
629 /* Define to use TDS 7.4 by default */
630 /* #undef TDS74 */
631 
632 /* Define to 1 if your compiler supports __attribute__((destructor)). */
633 #define TDS_ATTRIBUTE_DESTRUCTOR 1
634 
635 /* define to constant to use for clock_gettime */
636 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
637 
638 /* Define if you have pthread with mutex support */
639 #define TDS_HAVE_PTHREAD_MUTEX 1
640 
641 /* Define if stdio support locking */
642 #define TDS_HAVE_STDIO_LOCKED 1
643 
644 /* define to prefix format string used for 64bit integers */
645 #define TDS_I64_PREFIX "l"
646 
647 /* Define if you don't care about thread safety */
648 /* #undef TDS_NO_THREADSAFE */
649 
650 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
651 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
652 
653 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
654 /* #undef TDS_SQLPARAMOPTIONS_SQLLEN */
655 
656 /* Defined if --enable-sybase-compat used */
657 /* #undef TDS_SYBASE_COMPAT */
658 
659 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
660 #define TIME_WITH_SYS_TIME 1
661 
662 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
663 /* #undef TM_IN_SYS_TIME */
664 
665 /* Enable extensions on AIX 3, Interix. */
666 #ifndef _ALL_SOURCE
667 # define _ALL_SOURCE 1
668 #endif
669 /* Enable GNU extensions on systems that have them. */
670 #ifndef _GNU_SOURCE
671 # define _GNU_SOURCE 1
672 #endif
673 /* Enable threading extensions on Solaris. */
674 #ifndef _POSIX_PTHREAD_SEMANTICS
675 # define _POSIX_PTHREAD_SEMANTICS 1
676 #endif
677 /* Enable extensions on HP NonStop. */
678 #ifndef _TANDEM_SOURCE
679 # define _TANDEM_SOURCE 1
680 #endif
681 /* Enable general extensions on Solaris. */
682 #ifndef __EXTENSIONS__
683 # define __EXTENSIONS__ 1
684 #endif
685 
686 
687 /* Version number of package */
688 #define VERSION "1.00.44"
689 
690 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
691  significant byte first (like Motorola and SPARC, unlike Intel). */
692 #if defined AC_APPLE_UNIVERSAL_BUILD
693 # if defined __BIG_ENDIAN__
694 # define WORDS_BIGENDIAN 1
695 # endif
696 #else
697 # ifndef WORDS_BIGENDIAN
698 /* # undef WORDS_BIGENDIAN */
699 # endif
700 #endif
701 
702 /* Enable large inode numbers on Mac OS X 10.5. */
703 #ifndef _DARWIN_USE_64_BIT_INODE
704 # define _DARWIN_USE_64_BIT_INODE 1
705 #endif
706 
707 /* Number of bits in a file offset, on hosts where this is settable. */
708 /* #undef _FILE_OFFSET_BITS */
709 
710 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
711 /* #undef _LARGEFILE_SOURCE */
712 
713 /* Define for large files, on AIX-style hosts. */
714 /* #undef _LARGE_FILES */
715 
716 /* Define to 1 if on MINIX. */
717 /* #undef _MINIX */
718 
719 /* Define to 2 if the system does not provide POSIX.1 features except with
720  this defined. */
721 /* #undef _POSIX_1_SOURCE */
722 
723 /* Define to 1 if you need to in order for `stat' and other things to work. */
724 /* #undef _POSIX_SOURCE */
725 
726 /* Define to empty if `const' does not conform to ANSI C. */
727 /* #undef const */
728 
729 /* Define to `__inline__' or `__inline' if that's what the C compiler
730  calls it, or to nothing if 'inline' is not supported under any name. */
731 #ifndef __cplusplus
732 /* #undef inline */
733 #endif
734 
735 /* Define to `unsigned int' if <sys/types.h> does not define. */
736 /* #undef size_t */
737 
738 /* type to use in place of socklen_t if not defined */
739 /* #undef socklen_t */