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