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