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