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