FreeTDS API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
config.h
1 /* include/config.h. Generated by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */
5 /* #undef BSD_COMP */
6 
7 /* Define to enable work in progress code */
8 /* #undef ENABLE_DEVELOPING */
9 
10 /* Define to enable extra checks on code */
11 /* #undef ENABLE_EXTRA_CHECKS */
12 
13 /* Defined if --enable-krb5 used and library detected */
14 /* #undef ENABLE_KRB5 */
15 
16 /* Define to 1 if you have the `alarm' function. */
17 #define HAVE_ALARM 1
18 
19 /* Define to 1 if you have the <arpa/inet.h> header file. */
20 #define HAVE_ARPA_INET_H 1
21 
22 /* Define to 1 if you have the `asprintf' function. */
23 #define HAVE_ASPRINTF 1
24 
25 /* Define to 1 if you have the `atoll' function. */
26 #define HAVE_ATOLL 1
27 
28 /* Define to 1 if you have the `basename' function. */
29 #define HAVE_BASENAME 1
30 
31 /* Define if you have the clock_gettime function. */
32 #define HAVE_CLOCK_GETTIME 1
33 
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #define HAVE_DLFCN_H 1
36 
37 /* Define to 1 if you have the <errno.h> header file. */
38 #define HAVE_ERRNO_H 1
39 
40 /* Define to 1 if you have the `fork' function. */
41 #define HAVE_FORK 1
42 
43 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
44 #define HAVE_FSEEKO 1
45 
46 /* Define to 1 if you have the `fstat' function. */
47 #define HAVE_FSTAT 1
48 
49 /* Define to 1 if your system provides the 5-parameter version of
50  gethostbyaddr_r(). */
51 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
52 
53 /* Define to 1 if your system provides the 7-parameter version of
54  gethostbyaddr_r(). */
55 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_7 */
56 
57 /* Define to 1 if your system provides the 8-parameter version of
58  gethostbyaddr_r(). */
59 #define HAVE_FUNC_GETHOSTBYADDR_R_8 1
60 
61 /* Define to 1 if your system provides the 3-parameter version of
62  gethostbyname_r(). */
63 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
64 
65 /* Define to 1 if your system provides the 5-parameter version of
66  gethostbyname_r(). */
67 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
68 
69 /* Define to 1 if your system provides the 6-parameter version of
70  gethostbyname_r(). */
71 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
72 
73 /* Define to 1 if your system provides the 4-parameter version of
74  getpwuid_r(). */
75 /* #undef HAVE_FUNC_GETPWUID_R_4 */
76 
77 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
78  passwd*. */
79 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
80 
81 /* Define to 1 if your system provides the 5-parameter version of
82  getpwuid_r(). */
83 #define HAVE_FUNC_GETPWUID_R_5 1
84 
85 /* Define to 1 if your system provides the 4-parameter version of
86  getservbyname_r(). */
87 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
88 
89 /* Define to 1 if your system provides the 5-parameter version of
90  getservbyname_r(). */
91 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
92 
93 /* Define to 1 if your system provides the 6-parameter version of
94  getservbyname_r(). */
95 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
96 
97 /* Define to 1 if your localtime_r return a int. */
98 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
99 
100 /* Define to 1 if your localtime_r return a struct tm*. */
101 #define HAVE_FUNC_LOCALTIME_R_TM 1
102 
103 /* Define to 1 if you have the `getaddrinfo' function. */
104 #define HAVE_GETADDRINFO 1
105 
106 /* Define to 1 if you have the `gethostname' function. */
107 #define HAVE_GETHOSTNAME 1
108 
109 /* Define to 1 if you have the `gethrtime' function. */
110 /* #undef HAVE_GETHRTIME */
111 
112 /* Define to 1 if you have the `getipnodebyaddr' function. */
113 /* #undef HAVE_GETIPNODEBYADDR */
114 
115 /* Define to 1 if you have the `getipnodebyname' function. */
116 /* #undef HAVE_GETIPNODEBYNAME */
117 
118 /* Define to 1 if you have the `getnameinfo' function. */
119 #define HAVE_GETNAMEINFO 1
120 
121 /* Define to 1 if you have the `getpwuid' function. */
122 #define HAVE_GETPWUID 1
123 
124 /* Define to 1 if you have the `getpwuid_r' function. */
125 #define HAVE_GETPWUID_R 1
126 
127 /* Define to 1 if you have the `gettimeofday' function. */
128 #define HAVE_GETTIMEOFDAY 1
129 
130 /* Define to 1 if you have the `getuid' function. */
131 #define HAVE_GETUID 1
132 
133 /* Define to 1 if you have GNU tls. */
134 /* #undef HAVE_GNUTLS */
135 
136 /* Define if you have the iconv() function. */
137 #define HAVE_ICONV 1
138 
139 /* Define to 1 if you have the `inet_ntoa_r' function. */
140 /* #undef HAVE_INET_NTOA_R */
141 
142 /* Define to 1 if you have the `inet_ntop' function. */
143 #define HAVE_INET_NTOP 1
144 
145 /* Define to 1 if you have a 64-bit integral type. */
146 #define HAVE_INT64 1
147 
148 /* Define to 1 if you have the <inttypes.h> header file. */
149 #define HAVE_INTTYPES_H 1
150 
151 /* Define to 1 if you have the <iodbcinst.h> header file. */
152 /* #undef HAVE_IODBCINST_H */
153 
154 /* Define to 1 if you have the <langinfo.h> header file. */
155 #define HAVE_LANGINFO_H 1
156 
157 /* Define to 1 if you have the <libgen.h> header file. */
158 #define HAVE_LIBGEN_H 1
159 
160 /* Define to 1 if you have the <limits.h> header file. */
161 #define HAVE_LIMITS_H 1
162 
163 /* Define to 1 if you have the `locale_charset' function. */
164 /* #undef HAVE_LOCALE_CHARSET */
165 
166 /* Define to 1 if you have the <locale.h> header file. */
167 #define HAVE_LOCALE_H 1
168 
169 /* Define to 1 if you have the `localtime_r' function. */
170 #define HAVE_LOCALTIME_R 1
171 
172 /* Define to 1 if your system provides the malloc_options variable. */
173 /* #undef HAVE_MALLOC_OPTIONS */
174 
175 /* Define to 1 if you have the <memory.h> header file. */
176 #define HAVE_MEMORY_H 1
177 
178 /* Define to 1 if you have the <netdb.h> header file. */
179 #define HAVE_NETDB_H 1
180 
181 /* Define to 1 if you have the <netinet/in.h> header file. */
182 #define HAVE_NETINET_IN_H 1
183 
184 /* Define to 1 if you have the <netinet/tcp.h> header file. */
185 #define HAVE_NETINET_TCP_H 1
186 
187 /* Define to 1 if you have the `nl_langinfo' function. */
188 #define HAVE_NL_LANGINFO 1
189 
190 /* Define to 1 if you have the <odbcss.h> header file. */
191 /* #undef HAVE_ODBCSS_H */
192 
193 /* Define if you have the OpenSSL. */
194 /* #undef HAVE_OPENSSL */
195 
196 /* Define to 1 if you have the <paths.h> header file. */
197 #define HAVE_PATHS_H 1
198 
199 /* Define to 1 if you have the `poll' function. */
200 #define HAVE_POLL 1
201 
202 /* Define to 1 if you have the <poll.h> header file. */
203 #define HAVE_POLL_H 1
204 
205 /* Define if you have POSIX threads libraries and header files. */
206 #define HAVE_PTHREAD 1
207 
208 /* Define to 1 if you have the `putenv' function. */
209 #define HAVE_PUTENV 1
210 
211 /* Define to 1 if you have the GNU Readline library. */
212 #define HAVE_READLINE 1
213 
214 /* Define to 1 if you have the `readpassphrase' function. */
215 /* #undef HAVE_READPASSPHRASE */
216 
217 /* Define to 1 if you have the <readpassphrase.h> header file. */
218 /* #undef HAVE_READPASSPHRASE_H */
219 
220 /* Define to 1 if you have rl_inhibit_completion. */
221 #define HAVE_RL_INHIBIT_COMPLETION 1
222 
223 /* Define to 1 if you have the `rl_on_new_line' function. */
224 #define HAVE_RL_ON_NEW_LINE 1
225 
226 /* Define to 1 if you have the `rl_reset_line_state' function. */
227 #define HAVE_RL_RESET_LINE_STATE 1
228 
229 /* Define to 1 if you have the `setenv' function. */
230 #define HAVE_SETENV 1
231 
232 /* Define to 1 if you have the `setitimer' function. */
233 #define HAVE_SETITIMER 1
234 
235 /* Define to 1 if you have the <signal.h> header file. */
236 #define HAVE_SIGNAL_H 1
237 
238 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
239 #define HAVE_SQLGETPRIVATEPROFILESTRING 1
240 
241 /* Define if sqltypes.h define SQLLEN */
242 #define HAVE_SQLLEN 1
243 
244 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
245 #define HAVE_SQLROWOFFSET 1
246 
247 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
248 #define HAVE_SQLROWSETSIZE 1
249 
250 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
251 #define HAVE_SQLSETPOSIROW 1
252 
253 /* Define to 1 if you have the <stdint.h> header file. */
254 #define HAVE_STDINT_H 1
255 
256 /* Define to 1 if you have the <stdlib.h> header file. */
257 #define HAVE_STDLIB_H 1
258 
259 /* Define to 1 if you have the <strings.h> header file. */
260 #define HAVE_STRINGS_H 1
261 
262 /* Define to 1 if you have the <string.h> header file. */
263 #define HAVE_STRING_H 1
264 
265 /* Define to 1 if you have the `strlcat' function. */
266 /* #undef HAVE_STRLCAT */
267 
268 /* Define to 1 if you have the `strlcpy' function. */
269 /* #undef HAVE_STRLCPY */
270 
271 /* Define to 1 if you have the `strtok_r' function. */
272 #define HAVE_STRTOK_R 1
273 
274 /* Define to 1 if `tm_zone' is member of `struct tm'. */
275 #define HAVE_STRUCT_TM_TM_ZONE 1
276 
277 /* Define to 1 if `__tm_zone' is member of `struct tm'. */
278 /* #undef HAVE_STRUCT_TM___TM_ZONE */
279 
280 /* Define to 1 if you have the <sys/ioctl.h> header file. */
281 #define HAVE_SYS_IOCTL_H 1
282 
283 /* Define to 1 if you have the <sys/param.h> header file. */
284 #define HAVE_SYS_PARAM_H 1
285 
286 /* Define to 1 if you have the <sys/socket.h> header file. */
287 #define HAVE_SYS_SOCKET_H 1
288 
289 /* Define to 1 if you have the <sys/stat.h> header file. */
290 #define HAVE_SYS_STAT_H 1
291 
292 /* Define to 1 if you have the <sys/time.h> header file. */
293 #define HAVE_SYS_TIME_H 1
294 
295 /* Define to 1 if you have the <sys/types.h> header file. */
296 #define HAVE_SYS_TYPES_H 1
297 
298 /* Define to 1 if you have the <sys/wait.h> header file. */
299 #define HAVE_SYS_WAIT_H 1
300 
301 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
302  `HAVE_STRUCT_TM_TM_ZONE' instead. */
303 #define HAVE_TM_ZONE 1
304 
305 /* Define to 1 if you don't have `tm_zone' but do have the external array
306  `tzname'. */
307 /* #undef HAVE_TZNAME */
308 
309 /* Define to 1 if you have the <unistd.h> header file. */
310 #define HAVE_UNISTD_H 1
311 
312 /* Define to 1 if you have the `vasprintf' function. */
313 #define HAVE_VASPRINTF 1
314 
315 /* Define to 1 if you have the `vsnprintf' function. */
316 #define HAVE_VSNPRINTF 1
317 
318 /* Define to 1 if you have the <wchar.h> header file. */
319 #define HAVE_WCHAR_H 1
320 
321 /* Define to 1 if you have the `_vsnprintf' function. */
322 /* #undef HAVE__VSNPRINTF */
323 
324 /* Define as const if the declaration of iconv() needs const. */
325 #define ICONV_CONST
326 
327 /* Define to value of INADDR_NONE if not provided by your system header files.
328  */
329 /* #undef INADDR_NONE */
330 
331 /* Define to 1 if the BSD-style netdb interface is reentrant. */
332 /* #undef NETDB_REENTRANT */
333 
334 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
335 /* #undef NO_MINUS_C_MINUS_O */
336 
337 /* Define to 1 if memset(0) sets pointers to NULL. */
338 #define NULL_REP_IS_ZERO_BYTES 1
339 
340 /* Name of package */
341 #define PACKAGE "freetds"
342 
343 /* Define to the address where bug reports for this package should be sent. */
344 #define PACKAGE_BUGREPORT ""
345 
346 /* Define to the full name of this package. */
347 #define PACKAGE_NAME "FreeTDS"
348 
349 /* Define to the full name and version of this package. */
350 #define PACKAGE_STRING "FreeTDS 0.82"
351 
352 /* Define to the one symbol short name of this package. */
353 #define PACKAGE_TARNAME "freetds"
354 
355 /* Define to the version of this package. */
356 #define PACKAGE_VERSION "0.82"
357 
358 /* Define to necessary symbol if this constant uses a non-standard name on
359  your system. */
360 /* #undef PTHREAD_CREATE_JOINABLE */
361 
362 /* The size of a `char', as computed by sizeof. */
363 #define SIZEOF_CHAR 1
364 
365 /* The size of a `double', as computed by sizeof. */
366 #define SIZEOF_DOUBLE 8
367 
368 /* The size of a `float', as computed by sizeof. */
369 #define SIZEOF_FLOAT 4
370 
371 /* The size of a `int', as computed by sizeof. */
372 #define SIZEOF_INT 4
373 
374 /* The size of a `long', as computed by sizeof. */
375 #define SIZEOF_LONG 8
376 
377 /* The size of a `long double', as computed by sizeof. */
378 #define SIZEOF_LONG_DOUBLE 16
379 
380 /* The size of a `long long', as computed by sizeof. */
381 #define SIZEOF_LONG_LONG 8
382 
383 /* The size of a `short', as computed by sizeof. */
384 #define SIZEOF_SHORT 2
385 
386 /* The size of a `SQLWCHAR', as computed by sizeof. */
387 #define SIZEOF_SQLWCHAR 2
388 
389 /* The size of a `void *', as computed by sizeof. */
390 #define SIZEOF_VOID_P 8
391 
392 /* The size of a `wchar_t', as computed by sizeof. */
393 #define SIZEOF_WCHAR_T 4
394 
395 /* The size of a `__int64', as computed by sizeof. */
396 #define SIZEOF___INT64 0
397 
398 /* Define to 1 if you have the ANSI C header files. */
399 #define STDC_HEADERS 1
400 
401 /* Define to use TDS 4.2 by default */
402 /* #undef TDS42 */
403 
404 /* Define to use TDS 4.6 by default */
405 /* #undef TDS46 */
406 
407 /* Define to use TDS 5.0 by default */
408 /* #undef TDS50 */
409 
410 /* Define to use TDS 7.0 by default */
411 #define TDS70 1
412 
413 /* Define to use TDS 8.0 by default */
414 /* #undef TDS80 */
415 
416 /* Define to 1 if your compiler supports __attribute__((destructor)). */
417 #define TDS_ATTRIBUTE_DESTRUCTOR 1
418 
419 /* define to constant to use for clock_gettime */
420 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
421 
422 /* Define if you have pthread with mutex support */
423 #define TDS_HAVE_PTHREAD_MUTEX 1
424 
425 /* define to format string used for 64bit integers */
426 #define TDS_I64_FORMAT "ld"
427 
428 /* Define if you don't care about thread safety */
429 /* #undef TDS_NO_THREADSAFE */
430 
431 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
432 #define TDS_SQLCOLATTRIBUTE_SQLLEN 1
433 
434 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
435 #define TDS_SQLPARAMOPTIONS_SQLLEN 1
436 
437 /* Defined if --enable-sybase-compat used */
438 #define TDS_SYBASE_COMPAT 1
439 
440 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
441 #define TIME_WITH_SYS_TIME 1
442 
443 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
444 /* #undef TM_IN_SYS_TIME */
445 
446 /* Version number of package */
447 #define VERSION "0.82"
448 
449 /* Define to 1 if your processor stores words with the most significant byte
450  first (like Motorola and SPARC, unlike Intel and VAX). */
451 /* #undef WORDS_BIGENDIAN */
452 
453 /* Number of bits in a file offset, on hosts where this is settable. */
454 /* #undef _FILE_OFFSET_BITS */
455 
456 /* Enable GNU extensions on systems that have them. */
457 #ifndef _GNU_SOURCE
458 # define _GNU_SOURCE 1
459 #endif
460 
461 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
462 /* #undef _LARGEFILE_SOURCE */
463 
464 /* Define for large files, on AIX-style hosts. */
465 /* #undef _LARGE_FILES */
466 
467 /* Define to empty if `const' does not conform to ANSI C. */
468 /* #undef const */
469 
470 /* type to use in place of socklen_t if not defined */
471 /* #undef socklen_t */