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